JaxTeller718
Survivor
In the gamestages.xml I see Wandering hordes are tagged with a gamestage. The help text states this:
A typical wandering horde looks like this in my xml
I was interested in whether or not we can "gamestage" these to reflect you in game gamestage instead of having them wrap. For example can i do this
and if i did would it actually reflect that in game, or is it hard coded to just wrap around and changing that gamestage number does not actually impact the wandering hordes you get by the gamestage you have in game. Wanted to create harder wandering hordes as gamestages increase.
Would be wonderful if i could get Gazz' input on this
Code:
<!-- These will wrap around at 50. -->
Code:
<gamestage stage="01">
<spawn group="ZombiesFirstLineOfDefense" num="15" maxAlive="10" duration="09" />
<spawn group="scoutHordeStageGS1" num="15" maxAlive="30" duration="09" />
</gamestage>
Code:
<gamestage stage="01">
<spawn group="ZombiesFirstLineOfDefense" num="15" maxAlive="10" duration="09" />
<spawn group="scoutHordeStageGS1" num="15" maxAlive="30" duration="09" />
</gamestage>
<gamestage stage="200">
<spawn group="ZombiesFirstLineOfDefense" num="15" maxAlive="10" duration="09" />
<spawn group="scoutHordeStageGS1" num="15" maxAlive="30" duration="09" />
</gamestage>
<gamestage stage="400">
<spawn group="ZombiesFirstLineOfDefense" num="15" maxAlive="10" duration="09" />
<spawn group="scoutHordeStageGS1" num="15" maxAlive="30" duration="09" />
</gamestage>
Would be wonderful if i could get Gazz' input on this
