Don't Starve Together

Don't Starve Together

[Onmyoji]Teruterubozu~The sunny fairy
buhh 1 Jul, 2023 @ 8:36pm
If your game crashes with food info mod(s) on
Using mods like insight(show me+) may cause problem due to a lack of nil value check. You may fix it by yourself going into mod file 1899182767\scripts\prefabs and add an if loop for sunflower_GetSanity function in XiaoKaixin_foods_teruterubozu.lua

local GetSanity local function sunflower_GetSanity(self, eater) -- body local sanityvalue = GetSanity(self, eater) if eater ~= nil then return eater.components.sanity and eater.components.sanity:IsLunacyMode() and -sanityvalue or sanityvalue end end

The mod file may sit in a ugc_mod folder for dedicated server or in Steam\steamapps\workshop\content\322330 for if you host your game on a client.
Last edited by buhh; 1 Jul, 2023 @ 8:50pm