• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

LF mod to disable zombies' aggresive behavior

MaxTunnerX

Refugee
I'm looking for a mod that will basically change zombies' behavior to that of the boar. In other words, they will not attack me unless I attack them first.

 
Last edited by a moderator:
Thanks to @Boidster we can now all have "passive aggressive" zombies (passive until you attack them, then aggresive) by doing this:

Open entitygroups.xml in 7D2D/data/config folder and under "zombieTemlateMale" find this line:

<property name="AITarget-4" value="SetNearestEntityAsTarget" data="class=EntityPlayer,0,0,EntityNPC,0,0"/> <!-- class, hear distance, see dist (checked left to right, 0 dist uses entity default) -->

Then remove the part Boidster made red in the text above. That's all, now zombies will only attack you if you attack them first.

 
Last edited by a moderator:
Back
Top