Don't Starve Together

Don't Starve Together

Personal Chesters
Faelystiri 13. dec. 2018 kl. 23:32
Crash Report
< >
Viser 1-3 af 3 kommentarer
Faelystiri 18. dec. 2018 kl. 0:34 
I figured it out, its something to do with the mods [API] Gem Core, and No Content Blocking,

[API] Gem Core
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1378549454

No Content Blocking
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1573330993
Zarklord 5. jan. 2019 kl. 10:45 
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.
Sidst redigeret af Zarklord; 5. jan. 2019 kl. 10:46
Dragon Wolf Leo  [udvikler] 12. aug. 2019 kl. 12:37 
Personal chester has now been updated to be a post init of the original chester, so this error may no longer be an issue.
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50