Amount of enemies spawned?

MaxTunnerX

New member
Hey, I still don't know my way around the A17, can anyone tell me where that rolldown menu to choose how many enemies should spawn on my server is? So far I've only found on/off, and when it's on, I can't even make a base in singleplayer (except for right at my spawnpoint during newbie protection), because zeds are literally everywhere I go. I'm playing the Navezgane map and I even saw 10 zombies on a ridiculously small island, where I had never even set foot before, not to mention I couldn't even stop on my way there, except maybe in the water, that's the only place where I didn't see any zeds.

 
Last edited by a moderator:
If it's a dedicated server, the setting is in the config xml file.

If you're on a regular client mp, it's probably stuck at the default 60.

There have been a lot of reports of zed #'s being a bit buggy in a17 though.

 
Default server config, line 74.

Code:
  <property name="MaxSpawnedZombies"                    value="60"/>    <!-- Making this number too large (more than about 80) may cause servers to run at poor framerates which will effect lag and play quality for clients. -->
 
I don't care about the maximum. In fact I want to do the opposite and have as few of them as possible so they don't constantly harass me and I can build a base in peace.

 
<property name="EnemySpawnMode" value="true" /> <!-- Enable/Disable enemy spawning -->

Set to false to disable zeds.

 
Exactly, also if on/off was good enough for me the topic wouldn't make much sense.

 
Last edited by a moderator:
Back
Top