tModLoader

tModLoader

Fargo's Mutant Mod
bruhtwiste 2023 年 4 月 10 日 上午 4:33
Squirrel bug
when i turn off "squirrel can spawn" option then kill it still manages to spawn somehow :/
< >
正在显示第 1 - 3 条,共 3 条留言
chembot 2023 年 5 月 22 日 下午 1:51 
Same here. I'm running my world on a dedicated server but the client side config should still apply
chembot 2023 年 5 月 22 日 下午 2:12 
after decompiling the mod I found this:
if (FargoWorld.DownedBools["squirrel"])
{
return true;
}
running before the config is checked.
if the squirrel has ever been killed then it can respawn regardless of config?
chembot 2023 年 5 月 22 日 下午 2:41 
made a quick mod to fix the problem in the meantime
https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2979423955
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50