Project Zomboid

Project Zomboid

Become Desensitized
 This topic has been pinned, so it's probably important
Monkey  [developer] 10 Jan, 2022 @ 1:02pm
How to manually edit Sandbox Variables.
If you want to add Sandbox Vars manually for whatever reasons, follow this.

Find your <preset name>_SanboxVars.lua (Default location is C:\Users\<User>\Zomboid\Server\)

Add the following after ZombieConfig, separated by a comma. Change values accordingly.

BecomeDesensitized = { MinimumZombieKills = 500, MaximumZombieKills = 2000, ConsiderTraits = true, ConsiderOccupations = true, }
Last edited by Monkey; 10 Jan, 2022 @ 1:03pm