饑荒聯機版

饑荒聯機版

Tropical Experience | SW HAM Biomes : From Beyond
Grabbles 2021 年 4 月 25 日 上午 3:42
Incompatible mods
List them as you find them
< >
目前顯示第 1-10 則留言,共 10
Biostoadium 2021 年 4 月 26 日 下午 12:22 
API gem core / Global pause. It makes it so you can't build hamlet structures (at least for me) like the shops/houses in the construction tab and beds from the home decoration tab.
Grabbles 2021 年 4 月 26 日 下午 12:51 
wack
毛毛。 2021 年 5 月 29 日 上午 2:18 
"Smartcrockpot" mod( the one use to predict dish) . The cookpot cook function wont function.
... 2021 年 5 月 30 日 上午 4:17 
999 slots (Or other mod which changed the number of slot)
It is because some items' max size is fixed to 40, instead of use the global value
For example:
In scripts\prefabs\coffee.lua
line 59:
inst.components.stackable.maxsize = 40
should be:
inst.components.stackable.maxsize = TUNING.STACK_SIZE_SMALLITEM

seaweed.lua has the same issue.

999 格子 (或其它修改了格子数的Mod)
因为一些物品的最大数量的值,在代码中直接写死了40, 应该使用全局参数
例如:
文件 (咖啡): scripts\prefabs\coffee.lua
59行:
inst.components.stackable.maxsize = 40
应改为:
inst.components.stackable.maxsize = TUNING.STACK_SIZE_SMALLITEM

seawead.lua (海带) 也有此问题
Ultroman the Tacoman 2021 年 6 月 4 日 下午 7:14 
引用自 ...
999 slots (Or other mod which changed the number of slot)
It is because some items' max size is fixed to 40, instead of use the global value
For example:
In scripts\prefabs\coffee.lua
line 59:
inst.components.stackable.maxsize = 40
should be:
inst.components.stackable.maxsize = TUNING.STACK_SIZE_SMALLITEM

seaweed.lua has the same issue.

999 格子 (或其它修改了格子数的Mod)
因为一些物品的最大数量的值,在代码中直接写死了40, 应该使用全局参数
例如:
文件 (咖啡): scripts\prefabs\coffee.lua
59行:
inst.components.stackable.maxsize = 40
应改为:
inst.components.stackable.maxsize = TUNING.STACK_SIZE_SMALLITEM

seawead.lua (海带) 也有此问题
I second this. I am getting a bunch of reports on my Auto Stack mod, just because the ondestack function I override is listed in the stacktrace as a variable on all the entities, when people get these maxsize-bugs.
Pawlacz 2021 年 6 月 6 日 上午 8:36 
I have problem with this mod. Everything from Hamlet is disapered. Just disapered D:
Brometheus 2021 年 6 月 8 日 上午 5:18 
Basements mod makes you unable to place items in the shanty
Darkpixel 2021 年 6 月 15 日 下午 5:17 
I just tested what Brometheus said and he is correct
Chester 2021 年 6 月 17 日 上午 7:50 
"Gorge Food and Stuff" mod. Game crash when I attempt to open the mod's Cooking utensils
最後修改者:Chester; 2021 年 6 月 17 日 上午 7:50
vagnerdarochasantos  [開發人員] 2021 年 7 月 13 日 下午 3:51 
引用自 WendyPlayer
"Gorge Food and Stuff" mod. Game crash when I attempt to open the mod's Cooking utensils
all forge things alredty in the game
< >
目前顯示第 1-10 則留言,共 10
每頁顯示: 1530 50