What is the best way to reduce the number of Zombies spawned?

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • Greetings,


    I searched the forums and am unable to find the best way to change the number of zombies spawned. I don't want to change their spawn locations right now, I just want to decrease the number.


    Thank you!

  • Greetings,


    I searched the forums and am unable to find the best way to change the number of zombies spawned. I don't want to change their spawn locations right now, I just want to decrease the number.


    Thank you!

    You can look at global.xml

    Code
    1. var name="ZombieMaxCount" type="0" value="1000"/>

    Never played around it but it should impact total amount of Z count on map

    This is the Max amount of Zombies can spawn in map at a time, usually on High pop servers


    It doesn't change Static or Dynamic event of Zombie spawn

    In most areas Zombies spawns are Dynamic, Which means if a player is close proximity then the Zombie will spawn in

  • Interesting. I am new to DayZ server admin tasks but not new to server admin and development. I don't see anywhere I would update code. Do you have a link to where I can learn more about this?


    I have been making all of my updates in the XML files.


    Thank you!

  • I changed the zombi_territories.xml in the env-folder and reduced the smin/smax both to 1 and increased the dmin/dmax so there are less static zombiespawns on the map and now the zombies spawn if a player is in range. that reduced the servers RAM by half with doubled zombies in the map.

    So you could decrease the smin/smax to zero and change the dmin/max to a value of your choice to get less zombies and improve server performance.

    Hope this helps.