Zombie Questions and AnswersQuestion:
If zombies are enabled, will they replace all the bandit encounters from the mod
or are they just "extra"? Zombie-Lairs option is set to 0
No zombies wont replace any bandit encounters, they are a gang or faction of their own, and spawn independently of bandits.
With the zombie lairs setting in the ini set to ZOMBIE_LAIRS=0 you will only encounter bandits at hideouts,
and ambush locations and should only be spawning bandits.
If you change the setting to 1 then zombies will spawn at hideouts instead of bandits.Question:
Is there a way to decrease the zombie's health so their not bullet sponges?
Yes, in the ini look for this setting:
ZOMBIE_HEALTH=300
Reduce that to 100-200, just understand that if you lower that number below 100 you may be killing the zombies with
one shot depending on what type of gun and bullets your using, if you raise the number then you
give them more health and they can withstand more.Question:
Will Zombies get their own specific locations or are they just randomly generated?
Zombies are dynamically spawned based on the location of the player, they have no specific location where they spawn at,
they just spawn all around the player in various places.
If however you have this setting set to 1 ZOMBIE_LAIRS=1 then the zombies will spawn at all the hideouts instead of bandits,
if you have set ZOMBIE_LAIRS=0 set to 0 which means its disabled, then only bandits will spawn at all the hideouts,
and zombies will spawn in addition outside of hideouts.Question:
I have zombies enabled but they just seem to walk around and not attack me or anyone?
Make sure you have these 2 settings, depending on when your playing set to 1
SENSE_PLAYER_DAYTIME=1
SENSE_PLAYER_NIGHTTIME=1
The Zombies will attack on sight when set to 1.
There is an actual bug with this, so no the zombies wont attack on sight regardless of what you set that setting,
we dont know what the issue is.
However set that setting to 1 and just attack the zombies initially and they will attack you on sight after that, and
continue to do so after they have respawned.Question:
Is there a way to have Bandits and Zombies at the same time?
Yes, in the Bandit_Hideouts.ini you have this setting:
// ZOMBIE SETTINGS //
ENABLE_ZOMBIES_BY_DEFAULT=0
If you set that 0 to 1 then zombies will spawn, hideouts will normally spawn bandits, but if you wanted
zombies to spawn at hideouts instead then set this setting: ZOMBIE_LAIRS=0 to 1Question:
The zombies are spawning way too many and too frequently even when I've tweaked the .ini
what is the problem? Here is my ini settings:
MIN_SPAWN_AMOUNT=3
MAX_SPAWN_AMOUNT=8
MAX_NUMBER_DAYTIME=4 (there's still sometimes 10+ zombies spawning)
MAX_NUMBER_NIGHTTIME=8
These are groups
MIN_SPAWN_AMOUNT=3
MAX_SPAWN_AMOUNT=8
These are the number of zombies that will spawn in EACH group
MAX_NUMBER_DAYTIME=4
MAX_NUMBER_NIGHTTIME=8
So 4 zombies a group during the day with a random 3-8 groups, lets say 5 groups spawn,
how much is 4x5? 20 so if your getting 10+ then its like 3-4 groups are spawning with 4 zombies per group.
So just lower your groups number, if you wanted only one group of zombies with a certain amount then do this:
MIN_SPAWN_AMOUNT=1 <---- one group
MAX_SPAWN_AMOUNT=1 <---- one group
MAX_NUMBER_DAYTIME=4 <---- 4 zombies
MAX_NUMBER_NIGHTTIME=8 <---- 8 zombies
Then you would only get 1 group of 4 zombies during the day and 1 group of 8 at night.SPAWN_FREQUENCY=15 (I've lowered it aggressively but seems to change nothing)
0 comments