M MaxTunnerX Refugee Jul 18, 2021 #1 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: Jul 18, 2021
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.
M MaxTunnerX Refugee Jul 19, 2021 #2 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: Jul 19, 2021
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.