饥荒联机版

饥荒联机版

Personal Chesters
Faelystiri 2018 年 12 月 13 日 下午 11:32
Crash Report
< >
正在显示第 1 - 3 条,共 3 条留言
Faelystiri 2018 年 12 月 18 日 上午 12:34 
I figured it out, its something to do with the mods [API] Gem Core, and No Content Blocking,

[API] Gem Core
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1378549454

No Content Blocking
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1573330993
Zarklord 2019 年 1 月 5 日 上午 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.
最后由 Zarklord 编辑于; 2019 年 1 月 5 日 上午 10:46
Dragon Wolf Leo  [开发者] 2019 年 8 月 12 日 下午 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.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50