• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

a question about some xml changes

was not sure if those goes here or in the moding forum but here i go

so i wanted the blood moon hordes to come a bit more often an learned about the xml an all that i dont know anything about anything when it comes to this stuff but i gave it a shot anyway

-<entityspawner name="NightHorde" wrapMode="clamp" dynamic="true">

-<day value="*">

<property name="ResetToday" value="true"/>

<property name="EntityGroupName" value="ZombiesNight"/>

<property name="DelayBetweenSpawns" value="1"/>

<property name="TotalAlive" value="0"/>

<property name="TotalPerWave" value="0"/>

</day>

-<day value="2">

<property name="ResetToday" value="true"/>

<property name="EntityGroupName" value="ZombiesNight"/>

<property name="DelayBetweenSpawns" value="1"/>

<property name="TotalAlive" value="8"/>

<property name="TotalPerWave" value="4"/>

</day>

-<day value="4">

<property name="ResetToday" value="true"/>

<property name="EntityGroupName" value="ZombiesNight"/>

<property name="DelayBetweenSpawns" value="1"/>

<property name="TotalAlive" value="8"/>

<property name="TotalPerWave" value="8"/>

etc.......

the idea here was to make a horde come every other night and i tweaked the wave numbers low just to see how it felt and that is all i touched. however when night 2 came nothing happened........ did i miss something is there something else i need to tweak as well to get this to work? any help would be really Appreciated.

p.s. if you could alter at least how often blood moons come in the default settings that would be great.....

 
Wrong XML I'm afraid. It's all in the gamestage.xml file now.

However, I believe you have to modify the DLL file to determine how often the actual blood moon hordes turn up.

 
Back
Top