Didstopia / 7dtd-server

Provides a dedicated linux server for 7 Days to Die running inside a Docker container.
MIT License
108 stars 45 forks source link

Deprecated and new config values in Alpha 17.2 #21

Closed r15ch13 closed 5 years ago

r15ch13 commented 5 years ago

See: https://7daystodie.com/a17-2-is-out/

  <property name="BloodMoonEnemyCount"      value="8" />                <!-- The number of zombies spawned during blood moons per player. -->
  <property name="BloodMoonFrequency"       value="7" />                <!-- What frequency (in days) should a blood moon take place -->
  <property name="BloodMoonRange"           value="0" />                <!-- How many days can the actual blood moon day randomly deviate from the above setting. Setting this to 0 makes blood moons happen exactly each Nth day as specified in BloodMoonFrequency -->
  <property name="BloodMoonWarning"         value="8" />                <!-- The Hour number that the red day number begins on a blood moon day. Setting this to -1 makes the red never show. -->
  <property name="LandClaimCount"           value="1"/>                 <!-- Maximum allowed land claims per player. -->
  <property name="BlockDamagePlayer"        value="25" />               <!-- How much damage do players to blocks (percentage in whole numbers) -->
  <property name="BlockDamageAI"            value="100" />              <!-- How much damage do AIs to blocks (percentage in whole numbers) -->
  <property name="BlockDamageAIBM"          value="100" />              <!-- How much damage do AIs during blood moons to blocks (percentage in whole numbers) -->
  <property name="XPMultiplier"             value="100" />              <!-- XP gain multiplier (percentage in whole numbers) -->
Dids commented 5 years ago

I'm pushing out a new version now which will use the default provided config file, which should fix issues like these.