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

zombie removal

UbberN00ber

New member
how do i remove the zombiestevecrawler from spawning ever?

i tried commenting it out in the entityclasses but got error when logging in server

 
Instead of commenting out the declarations of classes and groups, it would be better to comment out what is contained within them.

 
Just replace them with a desired zombie or animal:

<NoCrawlers>

<set xpath="/entitygroups/entitygroup[contains(@name, 'Zombie')]/entity[contains(@name, 'Crawler')]/@name">DESIREDZOMBIE</set>

<set xpath="/entitygroups/entitygroup[contains(@name, 'Horde')]/entity[contains(@name, 'Crawler')]/@name">DESIREDZOMBIE</set>

</NoCrawlers>

The 2 keywords- "Zombie" and "Horde" will cover all instances in the file. There are 120 instances of zombieSteveCrawler in the entitygroups.xml

 
Last edited by a moderator:
Back
Top