RippedWarrior
New member
Hi everyone, I am attempting to make a custom a POI with a custom sleeper volume. When I play-test the POI the custom sleeper spawns work fine, but when I put the POI in a live game (local, single player) the custom sleeper does not spawn.
I'm hoping someone could take a look and see what I'm missing? Thanks in advance
1. gamestages.xml
<group name="RWzombieboss" spawner="RWzombieboss"/>
<spawner name="RWzombieboss">
<gamestage stage="1">
<spawn group="RWzombieboss" num="1" maxAlive="1" duration="10"/>
</gamestage>
</spawner>
2. entitygroups.xml
<entitygroup name="RWzombieboss">
bossBull
</entitygroup>
3. Sleeper volume


4. Play test, boss zombie spawns

5. Live game: no zombie spawn
Thanks!
I'm hoping someone could take a look and see what I'm missing? Thanks in advance
1. gamestages.xml
<group name="RWzombieboss" spawner="RWzombieboss"/>
<spawner name="RWzombieboss">
<gamestage stage="1">
<spawn group="RWzombieboss" num="1" maxAlive="1" duration="10"/>
</gamestage>
</spawner>
2. entitygroups.xml
<entitygroup name="RWzombieboss">
bossBull
</entitygroup>
3. Sleeper volume


4. Play test, boss zombie spawns

5. Live game: no zombie spawn
Thanks!
Last edited by a moderator: