I'm trying to increase the number of zedz that spawn on my server to levels that they will present a challenge. I've already modified them to be walking zedz with increased damage, but I can't seem to get a lot to spawn. I've done the following:
Set these values in init.sqf:
dayz_maxLocalZombies = 80; dayz_maxGlobalZombiesInit = 80; dayz_maxGlobalZombiesIncrease = 20; dayz_maxZeds = 1000;
I went into the loottables and adjusted the CfgBuildingLoot.hpp and adjusted the spawn chances for each zombie type to spawn. ie:
zombieChance = 1;
I also increased the minRoaming and maxRoaming numbers:
minRoaming = 8; //2 maxRoaming = 18; //6
I'm just not getting the numbers of zedz spawning that I want. Anyone have any suggestions?