Don't Starve Together

Don't Starve Together

Personal Chesters
< >
Showing 1-3 of 3 comments
Faelystiri 18 Dec, 2018 @ 12:34am 
I figured it out, its something to do with the mods [API] Gem Core, and No Content Blocking,

[API] Gem Core
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1378549454

No Content Blocking
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1573330993
Zarklord 5 Jan, 2019 @ 10:45am 
the issue is how you do widget setup for your personal chesters,
afaik, from when i looked at your code you had
if not TheWorld.ismastersim then inst:DoTaskInTime(0.1, function(inst) inst:WidgetSetup("whateverthewidgetiscalled") end) end
if you do this:
if not TheWorld.ismastersim then function inst.OnEntityReplicated(inst) inst:WidgetSetup("whateverthewidgetiscalled") end) end
that crash issue will go away.
Last edited by Zarklord; 5 Jan, 2019 @ 10:46am
Dragon Wolf Leo  [developer] 12 Aug, 2019 @ 12:37pm 
Personal chester has now been updated to be a post init of the original chester, so this error may no longer be an issue.
< >
Showing 1-3 of 3 comments
Per page: 1530 50