Project Zomboid

Project Zomboid

Customizable Zombies
xkzt0 2022 年 3 月 22 日 下午 4:11
HOST custom values
I got it to work by changing manually this 2 files:
  • ..Steam\steamapps\workshop\content\108600\1992785456\mods\Customizable Zombies\MOD DEFAULT_SETTINGS (CustomizableZombies).lua
  • ..Steam\steamapps\workshop\content\108600\1992785456\mods\Customizable Zombies\MOD Configuration_Options (CustomizableZombies).lua

file contents:
-- Persistent Data (for CustomizableZombies) local multiRefObjects = { } -- multiRefObjects local obj1 = { ["FakeDead"] = { ["ChanceToSpawn"] = 20; ["HPMultiplier"] = 1000; }; ["Crawler"] = { ["ChanceToSpawn"] = 0; ["HPMultiplier"] = 1000; }; ["Shambler"] = { ["ChanceToSpawn"] = 100; ["HPMultiplier"] = 1000; }; ["FastShambler"] = { ["ChanceToSpawn"] = 700; ["HPMultiplier"] = 1000; }; ["Runner"] = { ["ChanceToSpawn"] = 200; ["HPMultiplier"] = 1000; }; ["Preset"] = { ["PresetNum"] = 1; }; } return obj1

This are the configurations for 10% shambler, 70% fast shamblers, 20% Runners. I removed crawlers because they seem buggy.

:steammocking:
< >
正在显示第 1 - 5 条,共 5 条留言
xkzt0 2022 年 3 月 23 日 上午 8:10 
I have tested it and not only the host, but all the other players need to modify this files, or settings will get overridden.
Shadowfox 2022 年 3 月 30 日 下午 6:22 
引用自 xkzt0
I have tested it and not only the host, but all the other players need to modify this files, or settings will get overridden.

What if there is no host? like on a dedicated server? think it would still work?
xkzt0 2022 年 3 月 31 日 上午 11:02 
引用自 Shadowfox
引用自 xkzt0
I have tested it and not only the host, but all the other players need to modify this files, or settings will get overridden.

What if there is no host? like on a dedicated server? think it would still work?
Never tested.
Thai Caliphate 2022 年 4 月 18 日 下午 7:30 
I tried this for my hosting and It didnt work, I even didnt allow the game to modify the LUAS to keep the modified settings.

I cant seem to get the mod to work at all.. Any ideas?
xkzt0 2022 年 4 月 19 日 下午 1:49 
Every player modified the files?

You have to check the files, every time you play, before you open the game.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50