Windows Storms Settings Dedicated Server

ahawksfan

Refugee
So if I launch 2.0b295 and continue a game, I have the options:
  • Biome Progression {On/Off}
  • Storm Frequency {100% / 150% / 200% / 300% / 400% / 500%}
I do not see those settings in the serverconfig.xml. Can you please confirm the proper tag name for them?
 
So if I launch 2.0b295 and continue a game, I have the options:
  • Biome Progression {On/Off}
  • Storm Frequency {100% / 150% / 200% / 300% / 400% / 500%}
I do not see those settings in the serverconfig.xml. Can you please confirm the proper tag name for them?
This is what is in my serverconfig.xml file. Note that servers commonly change that file on you. You're better off looking at the file on a computer that has the game installed so you can see the unedited version.
XML:
    <property name="BiomeProgression"                value="true"/>                <!-- Enables biome hazards and loot stage caps to promote biome progression. Loot stage caps are increased by completing biome challenges. -->
    <property name="StormFreq"                        value="100"/>                <!-- Adjusts the frequency of storms. 0% turns them off. Vanilla values: 0, 50, 100, 150, 200, 300, 400, 500 -->
 
Back
Top