Project Zomboid

Project Zomboid

Customizable Zombies
xkzt0 22 Mar, 2022 @ 4:11pm
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:
< >
Showing 1-5 of 5 comments
xkzt0 23 Mar, 2022 @ 8:10am 
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 30 Mar, 2022 @ 6:22pm 
Originally posted by 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 31 Mar, 2022 @ 11:02am 
Originally posted by Shadowfox:
Originally posted by 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.
IamDavide 18 Apr, 2022 @ 7:30pm 
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 19 Apr, 2022 @ 1:49pm 
Every player modified the files?

You have to check the files, every time you play, before you open the game.
< >
Showing 1-5 of 5 comments
Per page: 1530 50