World setting: No block damage from enemies

By the way, do you know about any way to get the actual block damage to 0? Still trying to save the poor tents from getting disintegrated when "stuff" happens :D. And how do you even remove zombies? Last time I heard you had to replace them with chickens.
 
Last edited:
Turn them all off. If I want to experiment with construction, that's what I usually do.
I mean thats nice and all, but my point is just to get rid of dogs and cops and whatever else can run or fly while keeping the rest in. So I guess its just as stupidly complicated as it used to be and I cant just remove their lines from the game? Right now I can reliably get rid of their AI so those guys just stand idling, but its rather creepy. In any way its very off topic, lets focus on 0 damage to blocks.
 
Last edited:
Search the names in entitygroups.xml and either comment them out or replace with
nothing like the above entitiesclasses.xml.

You want selective entity spawining so this would be the the most efficient way.

Alternative: If you wanted to turn it into more of a natural wildlife adventure, but still have
poi sleepers. In entitygroups edit out the entities you don't need. Go to etityspawns.xml

and comment out all of the lines that have zombies. Example:

<spawn id="dz01" maxcount="1" respawndelay="2.9" time="Day"
entitygroup="ZombiesAll" notags="commercial,industrial,downtown" />

<spawn id="nz01" maxcount="1" respawndelay="3.1" time="Night"
entitygroup="ZombiesNight" notags="commercial,industrial,downtown" />

Basically any of the lines that have zombies like above, for each biome then save. Then adjust
the spawn rates for the lines that have game and animal in them. then save.

En-total that would render no zombies walking around, but you would have animals in the world,
and you would face zombies when you do Pois. Using this template gives a lot of potential combinations.

Note: if you turn off walkers, that is only during regular days, horde is another matter.
There you would have to use the first set of instructions pick the names of the zombies and creatures you
removed from the groups and replace them with nothing, then you could have the walkers and animals
that you prefer, and on hordenight the zombies you prefer. And in pois you would still have the acceleated
danger depending on tier.

Anything more and you will need to deep dive into editing the files.
 
Back
Top