Jump to content
  • 0

Zombie spawn


truemc

Question

1 answer to this question

Recommended Posts

  • 0
1 hour ago, truemc said:

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...