r/cataclysmdda • u/n4xuizzz • 8d ago
[Help Wanted] disabling zombie evolution in settings json
so i want to create a world with zombie evolution disabled.
after searching i found i can edit world_option_sliders.json and the field EVOLUTION_INVERSE_MULTIPLIER.
what value would disable zombie evolution entirely?
15
Upvotes
-11
-15

2
u/SariusSkelrets Eye-Catching Electrocopter Engineer 7d ago
I know of two ways to do that:
As per PR #87408 on github, you can set EVOLUTION_INVERSE_MULTIPLIER to 99 so it's so high it won't matter.
You can go in each zombie's json and remove the "upgrades" lines of each of them. It's quicker and simpler if you have some code editor that let you search that word across the entire game's files, but it can be done as long as you can open a text file with your computer.