From 3f96b47949c22a2f954da74ed337300470bc2a8b Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Fri, 13 Sep 2013 17:11:15 -0500 Subject: [PATCH] lowered zombie counts --- SQF/dayz_code/init/variables.sqf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 01e697b26..48427167c 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -394,13 +394,13 @@ dayz_animalDistance = 800; dayz_zSpawnDistance = 1000; if(isNil "dayz_maxLocalZombies") then { - dayz_maxLocalZombies = 30; + dayz_maxLocalZombies = 15; }; if(isNil "dayz_maxGlobalZombiesInit") then { - dayz_maxGlobalZombiesInit = 30; + dayz_maxGlobalZombiesInit = 15; }; if(isNil "dayz_maxGlobalZombiesIncrease") then { - dayz_maxGlobalZombiesIncrease = 10; + dayz_maxGlobalZombiesIncrease = 5; }; if(isNil "dayz_maxZeds") then { dayz_maxZeds = 500;