Advertisement
Guest User

Diapers

a guest
Dec 22nd, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <ServerSettings>
  3. <property name="ServerPort" value="25000"/> <!-- Port you want the server to listen on. -->
  4. <property name="ServerIsPublic" value="false"/> <!-- Should this server register to master server -->
  5. <property name="ServerName" value="HuskyHeaven"/> <!-- Whatever you want the name to be. -->
  6. <property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
  7. <property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
  8. <property name="ServerDescription" value="Hope you brought some extra diapers!"/> <!-- Whatever you want the description to be. -->
  9. <property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server -->
  10.  
  11. <property name="GameWorld" value="Navezgane"/> <!-- Navezgane, MP Wasteland Horde, MP Wasteland Skirmish, MP Wasteland War, Random Gen -->
  12. <property name="GameName" value="Diapers"/> <!-- Whatever you want the game name to be THIS CONTROLS THE RANDOM GENERATION SEED -->
  13. <property name="GameDifficulty" value="1"/> <!-- 0 - 4, 0=easiest, 4=hardest -->
  14. <property name="GameMode" value="GameModeSurvivalMP"/> <!-- GameModeSurvivalMP, GameModeSurvivalSP (MP has land protection) -->
  15.  
  16. <property name="ZombiesRun" value="0" /> <!-- 0 = default day/night walk/run, 1 = never run, 2 = always run -->
  17. <property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
  18. <property name="DayNightLength" value="40" /> <!-- 40 minutes -->
  19. <property name="FriendlyFire" value="false" /> <!-- Can friendly players damage each other (PvP) -->
  20. <property name="PersistentPlayerProfiles" value="true" /> <!-- If disabled a player can join with any selected profile. If true they will join with the last profile they joined with -->
  21.  
  22. <property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the control panel -->
  23. <property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
  24. <property name="ControlPanelPassword" value="CHANGEME"/> <!-- Password to gain entry to the control panel -->
  25.  
  26. <property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
  27. <property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
  28. <property name="TelnetPassword" value="CHANGEME"/> <!-- Password to gain entry to telnet interface -->
  29.  
  30. <property name="DisableNAT" value="true"/> <!-- set this to true if your router doesn't support NAT -->
  31. <property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name -->
  32.  
  33. <property name="DropOnDeath" value="2" /> <!-- 0 = everything, 1 = toolbelt only, 2 = backpack only, 3 = delete all -->
  34. <property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
  35.  
  36. <property name="CraftTimer" value="1" /> <!-- 0 = None (instant), 1 = Normal, 2 = Fast (double speed) -->
  37. <property name="LootTimer" value="1" /> <!-- 0 = None (instant), 1 = Normal, 2 = Fast (double speed) -->
  38.  
  39. <property name="EnemySenseMemory" value="60" /> <!-- Time, in seconds, that a zombie will pursue something that has been sensed. -->
  40. <property name="EnemySpawnMode" value="2" /> <!-- 0 = Disabled 0%, 1 = Very Low 50%, 2 = Low 75%, 3 = Medium 100%, 4 = High 125%, 5 = Very High 150% -->
  41. <property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->
  42.  
  43. <property name="NightPercentage" value="30" /> <!-- percentage in whole numbers -->
  44. <property name="BlockDurabilityModifier" value="100" /> <!-- percentage in whole numbers -->
  45.  
  46. <property name="LootAbundance" value="100" /> <!-- percentage in whole numbers -->
  47. <property name="LootRespawnDays" value="7" /> <!-- days in whole numbers -->
  48.  
  49. <property name="LandClaimSize" value="7"/> <!-- Size in blocks that is protected by a keystone -->
  50. <property name="LandClaimDeadZone" value="30"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
  51. <property name="LandClaimExpiryTime" value="3"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
  52. <property name="LandClaimDecayMode" value="0"/> <!-- Controls how offline players land claims decay. All claims have full protection for the first 24hrs. 0=Linear, 1=Exponential, 2=Full protection until claim is expired. -->
  53. <property name="LandClaimOnlineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 32x -->
  54. <property name="LandClaimOfflineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is offline. 0 means infinite (no damage will ever be taken). Default is 32x -->
  55. <property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
  56.  
  57. <property name="MaxSpawnedZombies" value="60"/> <!-- Making this number too large (more than about 80) may cause servers to run at poor framerates which will effect lag and play quality for clients. -->
  58. <property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->
  59.  
  60. <!--property name="SaveGameFolder" value="absolute path" /--> <!-- use this to override the default save game path -->
  61. </ServerSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement