Advertisement
Guest User

Modified config.xml

a guest
Nov 23rd, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.87 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <ServerSettings>
  3.   <property name="ServerPort"               value="26900"/>             <!-- Port you want the server to listen on. -->
  4.   <property name="ServerVisibility"         value="1"/>                 <!-- Visibility of this server: 2 = public, 1 = only shown to friends, 0 = not listed. As you are never friend of a dedicated server setting this to "1" will only work when the first player connects manually by IP. -->
  5.   <property name="ServerName"               value="testserver"/>        <!-- Whatever you want the name of the server to be. -->
  6.   <property name="ServerPassword"           value="xxxxx"/>                 <!-- Password to gain entry to the server -->
  7.   <property name="ServerMaxPlayerCount"     value="8"/>                 <!-- Maximum Concurrent Players -->
  8.   <property name="ServerReservedSlots"      value="0"/>                 <!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
  9.   <property name="ServerReservedSlotsPermission"    value="100"/>       <!-- Required permission level to use reserved slots above -->
  10.   <property name="ServerAdminSlots"         value="0"/>                 <!-- This many admins can still join even if the server has reached MaxPlayerCount -->
  11.   <property name="ServerAdminSlotsPermission"   value="0"/>             <!-- Required permission level to use the admin slots above -->
  12.  
  13.   <property name="ServerDescription"        value="FCK4NP"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
  14.   <property name="ServerWebsiteURL"         value=""/>                  <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
  15.   <property name="ServerDisabledNetworkProtocols"   value=""/>          <!-- Networking protocols that should not be used. Separated by comma. Possible values: LiteNetLib, SteamNetworking. Dedicated servers should disable SteamNetworking if there is no NAT router in between your users and the server or when port-forwarding is set up correctly -->
  16.  
  17.   <property name="GameWorld"                value="RWG"/>           <!-- RWG (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with Navezgane) -->
  18.   <property name="WorldGenSeed"             value="testserver"/>                <!-- If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it -->
  19.   <property name="WorldGenSize"             value="4096"/>              <!-- If RWG this controls the width and height of the created world. It is also used in combination with WorldGenSeed to create the internal RWG seed thus also creating a unique map name even if using the same WorldGenSeed. Has to be between 2048 and 16384, though large map sizes will take long to generate / download / load -->
  20.   <property name="GameName"                 value="testserver"/>            <!-- Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world -->
  21.   <property name="GameDifficulty"           value="1"/>                 <!-- 0 - 5, 0=easiest, 5=hardest -->
  22.   <property name="GameMode"                 value="GameModeSurvival"/>  <!-- GameModeSurvival -->
  23.  
  24.   <property name="ZombiesRun"               value="0" />                <!-- 0 = default day/night walk/run, 1 = never run, 2 = always run; this setting ONLY affects regular zombies, some zombies like ferals always run -->
  25.   <property name="BuildCreate"              value="false" />            <!-- cheat mode on/off -->
  26.   <property name="DayNightLength"           value="90" />               <!-- real time minutes per in game day: 60 minutes -->
  27.   <property name="DayLightLength"           value="20" />               <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
  28.   <property name="PlayerKillingMode"        value="0" />                <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
  29.   <property name="PersistentPlayerProfiles" value="false" />            <!-- If disabled a player can join with any selected profile. If true they will join with the last profile they joined with -->
  30.  
  31.   <property name="PlayerSafeZoneLevel"      value="5" />                <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
  32.   <property name="PlayerSafeZoneHours"      value="5" />                <!-- Hours in world time this safe zone exists -->
  33.  
  34.   <property name="ControlPanelEnabled"      value="true"/>              <!-- Enable/Disable the web control panel -->
  35.   <property name="ControlPanelPort"         value="8080"/>              <!-- Port of the control panel webpage -->
  36.   <property name="ControlPanelPassword"     value="xxxxx"/>         <!-- Password to gain entry to the control panel -->
  37.  
  38.   <property name="TelnetEnabled"            value="true"/>              <!-- Enable/Disable the telnet -->
  39.   <property name="TelnetPort"               value="8081"/>              <!-- Port of the telnet server -->
  40.   <property name="TelnetPassword"           value="xxxxx"/>                 <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
  41.   <property name="TelnetFailedLoginLimit"   value="10"/>                <!-- After this many wrong passwords from a single remote client the client will be blocked from connecting to the Telnet interface -->
  42.   <property name="TelnetFailedLoginsBlocktime"  value="10"/>            <!-- How long will the block persist (in seconds) -->
  43.  
  44.   <property name="TerminalWindowEnabled"    value="true"/>              <!-- Show a terminal window for log output / command input (Windows only) -->
  45.  
  46.  
  47.   <property name="DropOnDeath"              value="1" />                <!-- 0 = everything, 1 = toolbelt only, 2 = backpack only, 3 = delete all -->
  48.   <property name="DropOnQuit"               value="0" />                <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
  49.  
  50.   <property name="BloodMoonEnemyCount"      value="8" />                <!-- The number of zombies spawned during blood moons per player. -->
  51.   <property name="EnemySpawnMode"           value="true" />             <!-- Enable/Disable enemy spawning -->
  52.   <property name="EnemyDifficulty"          value="0" />                <!-- 0 = Normal, 1 = Feral -->
  53.  
  54.   <property name="BlockDurabilityModifier"  value="100" />              <!-- percentage in whole numbers -->
  55.  
  56.   <property name="LootAbundance"            value="200" />              <!-- percentage in whole numbers -->
  57.   <property name="LootRespawnDays"          value="7" />                <!-- days in whole numbers -->
  58.  
  59.   <property name="LandClaimSize"                        value="41"/>    <!-- Size in blocks that is protected by a keystone -->
  60.   <property name="LandClaimDeadZone"                    value="30"/>    <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
  61.   <property name="LandClaimExpiryTime"                  value="3"/>     <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
  62.   <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. -->
  63.   <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 4x -->
  64.   <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 4x -->
  65.  
  66.   <property name="PartySharedKillRange"                 value="300"/>   <!-- The distance you must be within to receive party shared kill xp and quest party kill objective credit. -->
  67.   <property name="AirDropFrequency"                     value="24"/>    <!-- How often airdrop occur in game-hours, 0 == never -->
  68.   <property name="AirDropMarker"                        value="true"/>  <!-- Sets if a marker is added to map/compass for air drops. -->
  69.   <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. -->
  70.  
  71.   <!--
  72.  If your server has a large number of players you can increase this limit to add more wildlife. Animals don't consume as much CPU as zombies.
  73.  NOTE: That this doesn't cause more animals to spawn arbitrarily: The biome spawning system only spawns a certain number of animals in a given
  74.  area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it.
  75.  -->
  76.   <property name="MaxSpawnedAnimals"                value="50"/>
  77.   <property name="EACEnabled"                       value="false"/>     <!-- Enables/Disables EasyAntiCheat -->
  78.   <property name="HideCommandExecutionLog"          value="0"/>         <!-- Hide logging of command execution. 0 = show everything, 1 = hide only from Telnet/ControlPanel, 2 = also hide from remote game clients, 3 = hide everything -->
  79.   <property name="MaxUncoveredMapChunksPerPlayer"   value="131072"/>    <!-- Override how many chunks can be uncovered on the ingame map by each player. Resulting max map file size limit per player is (x * 512 Bytes), uncovered area is (x * 256 m²). Default 131072 means max 32 km² can be uncovered at any time -->
  80.   <property name="BedrollDeadZoneSize"              value="15"/>        <!-- Size of bedroll deadzone, no zombies will spawn inside this area, and any cleared sleeper volumes that touch a bedroll deadzone will not spawn after they've been cleared. -->
  81.  
  82.   <!--property name="SaveGameFolder"      value="absolute path" /-->    <!-- use this to override the default save game path -->
  83.  
  84.   <property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing -->
  85.   <property name="AdminFileName" value="admins.xml"/>
  86.   <property name="SaveGameFolder" value="/home/sdtd/instances/testserver"/>
  87.  
  88.   <!-- There are several game settings that you cannot change when starting a new game.
  89.  You can use console commands to change at least some of them ingame.
  90.  setgamepref BedrollDeadZoneSize 30 -->
  91. </ServerSettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement