Jump to content
  • 0

Zombie spawn


truemc

Question

1 answer to this question

Recommended Posts

  • 0
  On 4/21/2017 at 11:37 PM, truemc said:

Hi please how to decrase zombie spawn.Too much zombies spawn for one players..cca 30.Thanks

Expand  

init.sqf

this line

dayz_maxGlobalZeds = 50;

also if u see in variables.sqf you will see this values

dayz_spawnZombies = 0; // Current local
	dayz_swarmSpawnZombies = 0;
	dayz_maxLocalZombies = 15; // max quantity of Z controlled by local gameclient, used by player_spawnCheck. Below this limit we can spawn Z
	dayz_CurrentNearByZombies = 0;
	dayz_maxNearByZombies = 30; // max quantity of Z controlled by local gameclient, used by player_spawnCheck. Below this limit we can spawn Z
	dayz_currentGlobalZombies = 0; // Current total
	if(isNil "dayz_maxGlobalZeds") then {
		dayz_maxGlobalZeds = 1000;
	};

you can use it in init.sqf

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...