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

Scaling Zombie spawns based on Day

malkerian

Refugee
Hi All,

Im trying to increase biome spawning based on game day.

I tried this in the Biome section of Spawning:-

<spawn maxcount="1" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="1"/>
        <spawn maxcount="2" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="2"/>
        <spawn maxcount="3" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="3"/>
        <spawn maxcount="4" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="4"/>
        <spawn maxcount="5" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="5"/>

But this basically broke it and spawned nothing. Any Ideas?

Kind regards

Malk

 
Last edited by a moderator:
Hi All,

Im trying to increase biome spawning based on game day.

I tried this in the Biome section of Spawning:-

<spawn maxcount="1" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="1"/>
        <spawn maxcount="2" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="2"/>
        <spawn maxcount="3" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="3"/>
        <spawn maxcount="4" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="4"/>
        <spawn maxcount="5" respawndelay="5" time="Day" entitygroup="ZombiesAll" day value="5"/>

But this basically broke it and spawned nothing. Any Ideas?

Kind regards

Malk


Hi malkerian

Wrong post, here is the correct post.

https://community.7daystodie.com/forum/40-discussion-and-requests/

Are you editing the original xml or a mod?

There are already mods for that, this is Jaxteller718, look for them in the mods post.




 
Back
Top