饥荒联机版

饥荒联机版

Achievements and Level System
Lavax  [开发者] 2019 年 8 月 31 日 上午 5:47
Bugs
The Mod is not fully tested yet.
Post bugs here.
< >
正在显示第 1 - 15 条,共 269 条留言
Eokusu 2019 年 8 月 31 日 下午 10:50 
i like this mod but i just only use thisone and play with the caves.
the game crash

[00:01:08]: [string "../mods/workshop-1840284484/scripts/widgets..."]:975: attempt to index field 'hunger' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1840284484/scripts/widgets/uiachievement.lua:975 in (method) OnUpdate (Lua) <950-1086>
scripts/frontend.lua:749 in (method) Update (Lua) <616-766>
scripts/update.lua:92 in () ? (Lua) <33-129>

[00:01:08]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:08]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/scripterrorwidget.lua:107 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
[00:01:10]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:10]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/scripterrorwidget.lua:107 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
[00:01:11]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:11]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/scripterrorwidget.lua:107 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
[00:01:19]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:19]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/menu.lua:83 in (method) SetFocus (Lua) <74-85>
scripts/widgets/scripterrorwidget.lua:109 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
[00:01:19]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:19]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/scripterrorwidget.lua:107 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
[00:01:20]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen?
[00:01:20]: stack traceback:
scripts/widgets/widget.lua:605 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:624 in (method) SetFocusFromChild (Lua) <602-627>
scripts/widgets/widget.lua:656 in (method) SetFocus (Lua) <629-665>
scripts/widgets/scripterrorwidget.lua:107 in (method) OnUpdate (Lua) <102-119>
scripts/update.lua:90 in () ? (Lua) <33-129>
最后由 Eokusu 编辑于; 2019 年 8 月 31 日 下午 10:52
Lavax  [开发者] 2019 年 9 月 1 日 上午 1:32 
Fixed with 3.1.1
Lavax  [开发者] 2019 年 9 月 1 日 上午 9:42 
One known issue is with Wolfgang.
His health is changing based on his hunger level.
If you upgrade his health with level or achievement points, the health value is jumping because the upgrades have to be applied again on each tick.
Druidic Shield 2019 年 9 月 3 日 下午 12:01 
So I tried using the Womp and Weston characters and it crashed, heres the crash report when I tried playing Weston:
[string "../mods/workshop-1840284484/modmain.lua"]:725: attempt to index field 'COOK' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-1840284484/modmain.lua(725,1) in function 'fn'
scripts/modutil.lua(428,1)
=(tail call) ?
=[C] in function 'xpcall'
scripts/mods.lua(159,1) in function 'prefabpostinitany'
scripts/mainfunctions.lua(280,1)
=[C] in function 'SendSpawnRequestToServer'
scripts/mainfunctions.lua(1421,1) in function 'cb'
Lavax  [开发者] 2019 年 9 月 3 日 下午 3:07 
Yea, I will look into that tomorrow. I am not sure what this part of the code is used for.
But since only strings are modified there, i can maybe just comment it out.
Lavax  [开发者] 2019 年 9 月 4 日 上午 6:13 
Fixed with 3.1.11
Dr.Duckling 2019 年 9 月 5 日 下午 12:53 
Latest update has this weird box overlay. https://i.imgur.com/lkrwxAe.jpg
Lavax  [开发者] 2019 年 9 月 5 日 下午 1:10 
mhh how did that happen? I did not had this case yet
Dr.Duckling 2019 年 9 月 5 日 下午 2:47 
I restore my machine to yesterday's copy. I am able to play without updating the mod. After updating the mod there is that black box overlay. Also, I cannot regenerate the world or create a new world with the mod.

I'll try reinstalling DST to see if anything else change.

Edit: not sure what happened now. I can't generate new world. even without any mods. :(

Edit 2: Found the problem. The mod is conflict with the other character mod (DST Totooria) causing the weird black box overlay. Still cannot generate server from one of my computer. The other computer works. So, either there is a fix or I stop using my fav modded character.
最后由 Dr.Duckling 编辑于; 2019 年 9 月 5 日 下午 5:51
Lavax  [开发者] 2019 年 9 月 6 日 上午 6:05 
Not sure if I can help you there.
Seems to be a complicated case with mods interfering each other
最后由 Lavax 编辑于; 2019 年 9 月 6 日 上午 6:05
Bleeding Eyes Mcgee 2019 年 9 月 6 日 上午 8:02 
Health regen heals sanity instead of health.
Lavax  [开发者] 2019 年 9 月 6 日 上午 9:23 
I can not confirm that, code looks correct.
I play with health regen myself and it works
Bleeding Eyes Mcgee 2019 年 9 月 6 日 上午 9:27 
Just tested it, sanity regen heals health instead of sanity too. Seems like perk names are just mixed up.
Lavax  [开发者] 2019 年 9 月 6 日 上午 9:35 
ah now i see it
Thank you will be fixed in the next update
最后由 Lavax 编辑于; 2019 年 9 月 6 日 上午 9:36
mishaak 2019 年 9 月 6 日 下午 9:27 
Stats double if i reset them
< >
正在显示第 1 - 15 条,共 269 条留言
每页显示数: 1530 50