mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 11:51:06 +03:00
7d2d_ds_fix
This commit is contained in:
parent
c4742bd405
commit
ddf4da3ab6
@ -4,17 +4,22 @@
|
|||||||
FROM epicmorg/linux-steamcmd
|
FROM epicmorg/linux-steamcmd
|
||||||
LABEL maintainer="Guahos, chipmunkzombie@gmail.com"
|
LABEL maintainer="Guahos, chipmunkzombie@gmail.com"
|
||||||
|
|
||||||
#Vols, dirs & vars
|
#Steam App ID
|
||||||
|
ARG STEAM_APP_ID=294420
|
||||||
|
|
||||||
|
#Vols & dirs
|
||||||
WORKDIR ${VALVE_GAME_FOLDER}
|
WORKDIR ${VALVE_GAME_FOLDER}
|
||||||
VOLUME ${VALVE_VOLUME_FOLDER}
|
VOLUME ${VALVE_VOLUME_FOLDER}
|
||||||
ARG STEAM_APP_ID=294420
|
|
||||||
ENV LD_LIBRARY_PATH ${VALVE_STEAMCMD_FOLDER}/linux64/
|
ENV LD_LIBRARY_PATH ${VALVE_STEAMCMD_FOLDER}/linux64/
|
||||||
|
RUN mkdir ${VALVE_VOLUME_FOLDER}/worldsave && chmod 777 ${VALVE_VOLUME_FOLDER}/worldsave && \
|
||||||
|
mkdir ${VALVE_VOLUME_FOLDER}/worlddata && chmod 777 ${VALVE_VOLUME_FOLDER}/worlddata
|
||||||
|
|
||||||
#Expose ports
|
#Expose ports
|
||||||
EXPOSE 26900/tcp
|
EXPOSE 26900/tcp
|
||||||
EXPOSE 26900/udp
|
EXPOSE 26900/udp
|
||||||
EXPOSE 26901/udp
|
EXPOSE 26901/udp
|
||||||
EXPOSE 26902/udp
|
EXPOSE 26902/udp
|
||||||
|
EXPOSE 26903/udp
|
||||||
EXPOSE 8080/tcp
|
EXPOSE 8080/tcp
|
||||||
EXPOSE 8081/tcp
|
EXPOSE 8081/tcp
|
||||||
|
|
||||||
@ -28,6 +33,5 @@ RUN chmod +x /entrypoint.sh
|
|||||||
|
|
||||||
|
|
||||||
#Run the server
|
#Run the server
|
||||||
CMD /entrypoint.sh
|
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
|
||||||
|
|
||||||
|
@ -4,12 +4,9 @@ services:
|
|||||||
container_name: 7d2d_ds_v1
|
container_name: 7d2d_ds_v1
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "26900:26900"
|
- "26900-26903:26900-26903"
|
||||||
- "26901:26901"
|
- "8080-8081:8080-8081"
|
||||||
- "26902:26902"
|
|
||||||
- "8080:8080"
|
|
||||||
- "8081:8081"
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/7test/vol:/valve/volume
|
- ./vol:/valve/volume
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
$VALVE_GAME_FOLDER/7DaysToDieServer.x86_64 \
|
$VALVE_GAME_FOLDER/7DaysToDieServer.x86_64 \
|
||||||
-logfile $VALVE_VOLUME_FOLDER/7d2d_output_log__`date +%Y-%m-%d__%H-%M-%S`.txt \
|
-logfile $VALVE_VOLUME_FOLDER/7d2d_output_`date +%Y-%m-%d_%H-%M`.log \
|
||||||
-quit -batchmode -nographics -dedicated \
|
-quit -batchmode -nographics -dedicated \
|
||||||
-configfile=$VALVE_VOLUME_FOLDER/serverconfig.xml
|
-configfile=$VALVE_VOLUME_FOLDER/serverconfig.xml
|
||||||
|
|
||||||
|
@ -1,118 +1,119 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ServerSettings>
|
<ServerSettings>
|
||||||
<!-- GENERAL SERVER SETTINGS -->
|
<!-- GENERAL SERVER SETTINGS -->
|
||||||
|
|
||||||
<!-- Server representation -->
|
<!-- Server representation -->
|
||||||
<property name="ServerName" value="[DBZ] 7d2d dedicated server 24/7"/> <!-- Whatever you want the name of the server to be. -->
|
<property name="ServerName" value="[DBZ] 7d2d dedicated server 24/7"/> <!-- Whatever you want the name of the server to be. -->
|
||||||
<property name="ServerDescription" value="A 7 Days to Die server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
|
<property name="ServerDescription" value="A 7 Days to Die server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
|
||||||
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
|
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
|
||||||
<property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
|
<property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
|
||||||
<property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi -->
|
<property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi -->
|
||||||
|
|
||||||
<!-- Networking -->
|
<!-- Networking -->
|
||||||
<property name="ServerPort" value="26900"/> <!-- Port you want the server to listen on. -->
|
<property name="ServerPort" value="26900"/> <!-- Port you want the server to listen on. -->
|
||||||
<property name="ServerVisibility" value="2"/> <!-- 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. -->
|
<property name="ServerVisibility" value="2"/> <!-- 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. -->
|
||||||
<property name="ServerDisabledNetworkProtocols" value="SteamNetworking"/> <!-- 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 -->
|
<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 -->
|
||||||
<property name="ServerMaxWorldTransferSpeedKiBs" value="512"/> <!-- Maximum (!) speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value. -->
|
<property name="ServerMaxWorldTransferSpeedKiBs" value="512"/> <!-- Maximum (!) speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value. -->
|
||||||
|
|
||||||
<!-- Slots -->
|
<!-- Slots -->
|
||||||
<property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
|
<property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
|
||||||
<property name="ServerReservedSlots" value="0"/> <!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
|
<property name="ServerReservedSlots" value="0"/> <!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
|
||||||
<property name="ServerReservedSlotsPermission" value="100"/> <!-- Required permission level to use reserved slots above -->
|
<property name="ServerReservedSlotsPermission" value="100"/> <!-- Required permission level to use reserved slots above -->
|
||||||
<property name="ServerAdminSlots" value="0"/> <!-- This many admins can still join even if the server has reached MaxPlayerCount -->
|
<property name="ServerAdminSlots" value="0"/> <!-- This many admins can still join even if the server has reached MaxPlayerCount -->
|
||||||
<property name="ServerAdminSlotsPermission" value="0"/> <!-- Required permission level to use the admin slots above -->
|
<property name="ServerAdminSlotsPermission" value="0"/> <!-- Required permission level to use the admin slots above -->
|
||||||
|
|
||||||
<!-- Admin interfaces -->
|
<!-- Admin interfaces -->
|
||||||
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the web control panel -->
|
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the web control panel -->
|
||||||
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
|
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
|
||||||
<property name="ControlPanelPassword" value="fmn312"/> <!-- Password to gain entry to the control panel -->
|
<property name="ControlPanelPassword" value="fmn312"/> <!-- Password to gain entry to the control panel -->
|
||||||
|
|
||||||
<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
|
<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
|
||||||
<property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
|
<property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
|
||||||
<property name="TelnetPassword" value=""/> <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
|
<property name="TelnetPassword" value="fmn312"/> <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- How long will the block persist (in seconds) -->
|
<property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- How long will the block persist (in seconds) -->
|
||||||
|
|
||||||
<property name="TerminalWindowEnabled" value="true"/> <!-- Show a terminal window for log output / command input (Windows only) -->
|
<property name="TerminalWindowEnabled" value="true"/> <!-- Show a terminal window for log output / command input (Windows only) -->
|
||||||
|
|
||||||
<!-- Folder and file locations -->
|
<!-- Folder and file locations -->
|
||||||
<property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name. Path relative to the SaveGameFolder -->
|
<property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name. Path relative to the SaveGameFolder -->
|
||||||
<!-- <property name="UserDataFolder" value="absolute path" /> --> <!-- Use this to override where the server stores all generated data, including RWG generated worlds. Do not forget to uncomment the entry! -->
|
<property name="UserDataFolder" value="/valve/game/worlddata" /> <!-- Use this to override where the server stores all generated data, including RWG generated worlds. Do not forget to uncomment the entry! -->
|
||||||
<!-- <property name="SaveGameFolder" value="absolute path" /> --> <!-- Use this to only override the save game path. Do not forget to uncomment the entry! -->
|
<property name="SaveGameFolder" value="/valve/game/worldsave" /> <!-- Use this to only override the save game path. Do not forget to uncomment the entry! -->
|
||||||
|
|
||||||
<!-- Other technical settings -->
|
<!-- Other technical settings -->
|
||||||
<property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->
|
<property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<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 -->
|
<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 -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- GAMEPLAY -->
|
<!-- GAMEPLAY -->
|
||||||
|
|
||||||
<!-- World -->
|
|
||||||
<property name="GameWorld" value="Navezgane"/> <!-- "RWG" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with e.g. "Navezgane", "PREGEN01", ...) -->
|
|
||||||
<property name="WorldGenSeed" value="asdf"/> <!-- 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 -->
|
|
||||||
<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 -->
|
|
||||||
<property name="GameName" value="My Game"/> <!-- 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 -->
|
|
||||||
<property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival -->
|
|
||||||
|
|
||||||
<!-- Difficulty -->
|
<!-- World -->
|
||||||
<property name="GameDifficulty" value="2"/> <!-- 0 - 5, 0=easiest, 5=hardest -->
|
<property name="GameWorld" value="Navezgane"/> <!-- "RWG" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with e.g. "Navezgane", "PREGEN01", ...) -->
|
||||||
<property name="BlockDamagePlayer" value="150" /> <!-- How much damage do players to blocks (percentage in whole numbers) -->
|
<property name="WorldGenSeed" value="asdf"/> <!-- 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 -->
|
||||||
<property name="BlockDamageAI" value="50" /> <!-- How much damage do AIs to blocks (percentage in whole numbers) -->
|
<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 -->
|
||||||
<property name="BlockDamageAIBM" value="100" /> <!-- How much damage do AIs during blood moons to blocks (percentage in whole numbers) -->
|
<property name="GameName" value="dbz-7d2d-dedicated"/> <!-- 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 -->
|
||||||
<property name="XPMultiplier" value="150" /> <!-- XP gain multiplier (percentage in whole numbers) -->
|
<property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival -->
|
||||||
<property name="PlayerSafeZoneLevel" value="10" /> <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
|
|
||||||
<property name="PlayerSafeZoneHours" value="12" /> <!-- Hours in world time this safe zone exists -->
|
|
||||||
|
|
||||||
<!-- -->
|
<!-- Difficulty -->
|
||||||
<property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
|
<property name="GameDifficulty" value="2"/> <!-- 0 - 5, 0=easiest, 5=hardest -->
|
||||||
<property name="DayNightLength" value="120" /> <!-- real time minutes per in game day: 60 minutes -->
|
<property name="BlockDamagePlayer" value="150" /> <!-- How much damage do players to blocks (percentage in whole numbers) -->
|
||||||
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
|
<property name="BlockDamageAI" value="50" /> <!-- How much damage do AIs to blocks (percentage in whole numbers) -->
|
||||||
<property name="DropOnDeath" value="2" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only, 4 = delete all -->
|
<property name="BlockDamageAIBM" value="100" /> <!-- How much damage do AIs during blood moons to blocks (percentage in whole numbers) -->
|
||||||
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
|
<property name="XPMultiplier" value="150" /> <!-- XP gain multiplier (percentage in whole numbers) -->
|
||||||
<property name="BedrollDeadZoneSize" value="25" /> <!-- Size (box "radius", so a box with 2 times the given value for each side's length) 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. -->
|
<property name="PlayerSafeZoneLevel" value="10" /> <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
|
||||||
<property name="BedrollExpiryTime" value="120" /> <!-- Number of days a bedroll stays active after owner was last online -->
|
<property name="PlayerSafeZoneHours" value="12" /> <!-- Hours in world time this safe zone exists -->
|
||||||
|
|
||||||
<!-- Performance related -->
|
<!-- -->
|
||||||
<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. -->
|
<property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
|
||||||
<property name="MaxSpawnedAnimals" value="50" /> <!-- 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. 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 area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it. -->
|
<property name="DayNightLength" value="120" /> <!-- real time minutes per in game day: 60 minutes -->
|
||||||
<property name="ServerMaxAllowedViewDistance" value="12" /> <!-- Max viewdistance a client may request (6 - 12). High impact on memory usage and performance. -->
|
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
|
||||||
|
<property name="DropOnDeath" value="2" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only, 4 = delete all -->
|
||||||
|
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
|
||||||
|
<property name="BedrollDeadZoneSize" value="25" /> <!-- Size (box "radius", so a box with 2 times the given value for each side's length) 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. -->
|
||||||
|
<property name="BedrollExpiryTime" value="120" /> <!-- Number of days a bedroll stays active after owner was last online -->
|
||||||
|
|
||||||
<!-- Zombie settings -->
|
<!-- Performance related -->
|
||||||
<property name="EnemySpawnMode" value="true" /> <!-- Enable/Disable enemy spawning -->
|
<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. -->
|
||||||
<property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->
|
<property name="MaxSpawnedAnimals" value="50" /> <!-- 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. 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 area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it. -->
|
||||||
<property name="ZombieMove" value="0" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
<property name="ServerMaxAllowedViewDistance" value="12" /> <!-- Max viewdistance a client may request (6 - 12). High impact on memory usage and performance. -->
|
||||||
<property name="ZombieMoveNight" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="ZombieFeralMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="ZombieBMMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="BloodMoonFrequency" value="0" /> <!-- What frequency (in days) should a blood moon take place. Set to "0" for no blood moons -->
|
|
||||||
<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="BloodMoonEnemyCount" value="8" /> <!-- The number of zombies spawned during blood moons per player. -->
|
|
||||||
|
|
||||||
<!-- Loot -->
|
<!-- Zombie settings -->
|
||||||
<property name="LootAbundance" value="150" /> <!-- percentage in whole numbers -->
|
<property name="EnemySpawnMode" value="true" /> <!-- Enable/Disable enemy spawning -->
|
||||||
<property name="LootRespawnDays" value="7" /> <!-- days in whole numbers -->
|
<property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->
|
||||||
<property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
|
<property name="ZombieMove" value="0" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
<property name="AirDropMarker" value="false"/> <!-- Sets if a marker is added to map/compass for air drops. -->
|
<property name="ZombieMoveNight" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="ZombieFeralMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="ZombieBMMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="BloodMoonFrequency" value="0" /> <!-- What frequency (in days) should a blood moon take place. Set to "0" for no blood moons -->
|
||||||
|
<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="BloodMoonEnemyCount" value="8" /> <!-- The number of zombies spawned during blood moons per player. -->
|
||||||
|
|
||||||
<!-- Multiplayer -->
|
<!-- Loot -->
|
||||||
<property name="PartySharedKillRange" value="100"/> <!-- The distance you must be within to receive party shared kill xp and quest party kill objective credit. -->
|
<property name="LootAbundance" value="150" /> <!-- percentage in whole numbers -->
|
||||||
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
|
<property name="LootRespawnDays" value="7" /> <!-- days in whole numbers -->
|
||||||
|
<property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
|
||||||
|
<property name="AirDropMarker" value="false"/> <!-- Sets if a marker is added to map/compass for air drops. -->
|
||||||
|
|
||||||
<!-- Land claim options -->
|
<!-- Multiplayer -->
|
||||||
<property name="LandClaimCount" value="1"/> <!-- Maximum allowed land claims per player. -->
|
<property name="PartySharedKillRange" value="100"/> <!-- The distance you must be within to receive party shared kill xp and quest party kill objective credit. -->
|
||||||
<property name="LandClaimSize" value="41"/> <!-- Size in blocks that is protected by a keystone -->
|
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
|
||||||
<property name="LandClaimDeadZone" value="30"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
|
|
||||||
<property name="LandClaimExpiryTime" value="7"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
|
<!-- Land claim options -->
|
||||||
<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. -->
|
<property name="LandClaimCount" value="1"/> <!-- Maximum allowed land claims per player. -->
|
||||||
<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 -->
|
<property name="LandClaimSize" value="41"/> <!-- Size in blocks that is protected by a keystone -->
|
||||||
<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 -->
|
<property name="LandClaimDeadZone" value="365"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
|
||||||
|
<property name="LandClaimExpiryTime" value="30"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
|
||||||
|
<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. -->
|
||||||
|
<property name="LandClaimOnlineDurabilityModifier" value="50"/> <!-- 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 -->
|
||||||
|
<property name="LandClaimOfflineDurabilityModifier" value="1000"/> <!-- 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 -->
|
||||||
|
|
||||||
|
|
||||||
<!-- There are several game settings that you cannot change when starting a new game.
|
<!-- There are several game settings that you cannot change when starting a new game.
|
||||||
You can use console commands to change at least some of them ingame.
|
You can use console commands to change at least some of them ingame.
|
||||||
setgamepref BedrollDeadZoneSize 30 -->
|
setgamepref BedrollDeadZoneSize 30 -->
|
||||||
</ServerSettings>
|
</ServerSettings>
|
||||||
|
|
||||||
|
@ -1,118 +1,119 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ServerSettings>
|
<ServerSettings>
|
||||||
<!-- GENERAL SERVER SETTINGS -->
|
<!-- GENERAL SERVER SETTINGS -->
|
||||||
|
|
||||||
<!-- Server representation -->
|
<!-- Server representation -->
|
||||||
<property name="ServerName" value="[DBZ] 7d2d dedicated server 24/7"/> <!-- Whatever you want the name of the server to be. -->
|
<property name="ServerName" value="[DBZ] 7d2d dedicated server 24/7"/> <!-- Whatever you want the name of the server to be. -->
|
||||||
<property name="ServerDescription" value="A 7 Days to Die server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
|
<property name="ServerDescription" value="A 7 Days to Die server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
|
||||||
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
|
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
|
||||||
<property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
|
<property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
|
||||||
<property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi -->
|
<property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi -->
|
||||||
|
|
||||||
<!-- Networking -->
|
<!-- Networking -->
|
||||||
<property name="ServerPort" value="26900"/> <!-- Port you want the server to listen on. -->
|
<property name="ServerPort" value="26900"/> <!-- Port you want the server to listen on. -->
|
||||||
<property name="ServerVisibility" value="2"/> <!-- 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. -->
|
<property name="ServerVisibility" value="2"/> <!-- 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. -->
|
||||||
<property name="ServerDisabledNetworkProtocols" value="SteamNetworking"/> <!-- 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 -->
|
<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 -->
|
||||||
<property name="ServerMaxWorldTransferSpeedKiBs" value="512"/> <!-- Maximum (!) speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value. -->
|
<property name="ServerMaxWorldTransferSpeedKiBs" value="512"/> <!-- Maximum (!) speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value. -->
|
||||||
|
|
||||||
<!-- Slots -->
|
<!-- Slots -->
|
||||||
<property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
|
<property name="ServerMaxPlayerCount" value="8"/> <!-- Maximum Concurrent Players -->
|
||||||
<property name="ServerReservedSlots" value="0"/> <!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
|
<property name="ServerReservedSlots" value="0"/> <!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
|
||||||
<property name="ServerReservedSlotsPermission" value="100"/> <!-- Required permission level to use reserved slots above -->
|
<property name="ServerReservedSlotsPermission" value="100"/> <!-- Required permission level to use reserved slots above -->
|
||||||
<property name="ServerAdminSlots" value="0"/> <!-- This many admins can still join even if the server has reached MaxPlayerCount -->
|
<property name="ServerAdminSlots" value="0"/> <!-- This many admins can still join even if the server has reached MaxPlayerCount -->
|
||||||
<property name="ServerAdminSlotsPermission" value="0"/> <!-- Required permission level to use the admin slots above -->
|
<property name="ServerAdminSlotsPermission" value="0"/> <!-- Required permission level to use the admin slots above -->
|
||||||
|
|
||||||
<!-- Admin interfaces -->
|
<!-- Admin interfaces -->
|
||||||
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the web control panel -->
|
<property name="ControlPanelEnabled" value="false"/> <!-- Enable/Disable the web control panel -->
|
||||||
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
|
<property name="ControlPanelPort" value="8080"/> <!-- Port of the control panel webpage -->
|
||||||
<property name="ControlPanelPassword" value="fmn312"/> <!-- Password to gain entry to the control panel -->
|
<property name="ControlPanelPassword" value="fmn312"/> <!-- Password to gain entry to the control panel -->
|
||||||
|
|
||||||
<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
|
<property name="TelnetEnabled" value="true"/> <!-- Enable/Disable the telnet -->
|
||||||
<property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
|
<property name="TelnetPort" value="8081"/> <!-- Port of the telnet server -->
|
||||||
<property name="TelnetPassword" value=""/> <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
|
<property name="TelnetPassword" value="fmn312"/> <!-- Password to gain entry to telnet interface. If no password is set the server will only listen on the local loopback interface -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- How long will the block persist (in seconds) -->
|
<property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- How long will the block persist (in seconds) -->
|
||||||
|
|
||||||
<property name="TerminalWindowEnabled" value="true"/> <!-- Show a terminal window for log output / command input (Windows only) -->
|
<property name="TerminalWindowEnabled" value="true"/> <!-- Show a terminal window for log output / command input (Windows only) -->
|
||||||
|
|
||||||
<!-- Folder and file locations -->
|
<!-- Folder and file locations -->
|
||||||
<property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name. Path relative to the SaveGameFolder -->
|
<property name="AdminFileName" value="serveradmin.xml"/> <!-- Server admin file name. Path relative to the SaveGameFolder -->
|
||||||
<!-- <property name="UserDataFolder" value="absolute path" /> --> <!-- Use this to override where the server stores all generated data, including RWG generated worlds. Do not forget to uncomment the entry! -->
|
<property name="UserDataFolder" value="/valve/game/worlddata" /> <!-- Use this to override where the server stores all generated data, including RWG generated worlds. Do not forget to uncomment the entry! -->
|
||||||
<!-- <property name="SaveGameFolder" value="absolute path" /> --> <!-- Use this to only override the save game path. Do not forget to uncomment the entry! -->
|
<property name="SaveGameFolder" value="/valve/game/worldsave" /> <!-- Use this to only override the save game path. Do not forget to uncomment the entry! -->
|
||||||
|
|
||||||
<!-- Other technical settings -->
|
<!-- Other technical settings -->
|
||||||
<property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->
|
<property name="EACEnabled" value="true"/> <!-- Enables/Disables EasyAntiCheat -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<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 -->
|
<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 -->
|
||||||
<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 -->
|
<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 -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- GAMEPLAY -->
|
<!-- GAMEPLAY -->
|
||||||
|
|
||||||
<!-- World -->
|
|
||||||
<property name="GameWorld" value="Navezgane"/> <!-- "RWG" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with e.g. "Navezgane", "PREGEN01", ...) -->
|
|
||||||
<property name="WorldGenSeed" value="asdf"/> <!-- 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 -->
|
|
||||||
<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 -->
|
|
||||||
<property name="GameName" value="My Game"/> <!-- 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 -->
|
|
||||||
<property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival -->
|
|
||||||
|
|
||||||
<!-- Difficulty -->
|
<!-- World -->
|
||||||
<property name="GameDifficulty" value="2"/> <!-- 0 - 5, 0=easiest, 5=hardest -->
|
<property name="GameWorld" value="Navezgane"/> <!-- "RWG" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with e.g. "Navezgane", "PREGEN01", ...) -->
|
||||||
<property name="BlockDamagePlayer" value="150" /> <!-- How much damage do players to blocks (percentage in whole numbers) -->
|
<property name="WorldGenSeed" value="asdf"/> <!-- 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 -->
|
||||||
<property name="BlockDamageAI" value="50" /> <!-- How much damage do AIs to blocks (percentage in whole numbers) -->
|
<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 -->
|
||||||
<property name="BlockDamageAIBM" value="100" /> <!-- How much damage do AIs during blood moons to blocks (percentage in whole numbers) -->
|
<property name="GameName" value="dbz-7d2d-dedicated"/> <!-- 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 -->
|
||||||
<property name="XPMultiplier" value="150" /> <!-- XP gain multiplier (percentage in whole numbers) -->
|
<property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival -->
|
||||||
<property name="PlayerSafeZoneLevel" value="10" /> <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
|
|
||||||
<property name="PlayerSafeZoneHours" value="12" /> <!-- Hours in world time this safe zone exists -->
|
|
||||||
|
|
||||||
<!-- -->
|
<!-- Difficulty -->
|
||||||
<property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
|
<property name="GameDifficulty" value="2"/> <!-- 0 - 5, 0=easiest, 5=hardest -->
|
||||||
<property name="DayNightLength" value="120" /> <!-- real time minutes per in game day: 60 minutes -->
|
<property name="BlockDamagePlayer" value="150" /> <!-- How much damage do players to blocks (percentage in whole numbers) -->
|
||||||
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
|
<property name="BlockDamageAI" value="50" /> <!-- How much damage do AIs to blocks (percentage in whole numbers) -->
|
||||||
<property name="DropOnDeath" value="2" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only, 4 = delete all -->
|
<property name="BlockDamageAIBM" value="100" /> <!-- How much damage do AIs during blood moons to blocks (percentage in whole numbers) -->
|
||||||
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
|
<property name="XPMultiplier" value="150" /> <!-- XP gain multiplier (percentage in whole numbers) -->
|
||||||
<property name="BedrollDeadZoneSize" value="25" /> <!-- Size (box "radius", so a box with 2 times the given value for each side's length) 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. -->
|
<property name="PlayerSafeZoneLevel" value="10" /> <!-- If a player is less or equal this level he will create a safe zone (no enemies) when spawned -->
|
||||||
<property name="BedrollExpiryTime" value="120" /> <!-- Number of days a bedroll stays active after owner was last online -->
|
<property name="PlayerSafeZoneHours" value="12" /> <!-- Hours in world time this safe zone exists -->
|
||||||
|
|
||||||
<!-- Performance related -->
|
<!-- -->
|
||||||
<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. -->
|
<property name="BuildCreate" value="false" /> <!-- cheat mode on/off -->
|
||||||
<property name="MaxSpawnedAnimals" value="50" /> <!-- 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. 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 area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it. -->
|
<property name="DayNightLength" value="120" /> <!-- real time minutes per in game day: 60 minutes -->
|
||||||
<property name="ServerMaxAllowedViewDistance" value="12" /> <!-- Max viewdistance a client may request (6 - 12). High impact on memory usage and performance. -->
|
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
|
||||||
|
<property name="DropOnDeath" value="2" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only, 4 = delete all -->
|
||||||
|
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only -->
|
||||||
|
<property name="BedrollDeadZoneSize" value="25" /> <!-- Size (box "radius", so a box with 2 times the given value for each side's length) 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. -->
|
||||||
|
<property name="BedrollExpiryTime" value="120" /> <!-- Number of days a bedroll stays active after owner was last online -->
|
||||||
|
|
||||||
<!-- Zombie settings -->
|
<!-- Performance related -->
|
||||||
<property name="EnemySpawnMode" value="true" /> <!-- Enable/Disable enemy spawning -->
|
<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. -->
|
||||||
<property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->
|
<property name="MaxSpawnedAnimals" value="50" /> <!-- 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. 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 area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it. -->
|
||||||
<property name="ZombieMove" value="0" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
<property name="ServerMaxAllowedViewDistance" value="12" /> <!-- Max viewdistance a client may request (6 - 12). High impact on memory usage and performance. -->
|
||||||
<property name="ZombieMoveNight" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="ZombieFeralMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="ZombieBMMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
|
||||||
<property name="BloodMoonFrequency" value="0" /> <!-- What frequency (in days) should a blood moon take place. Set to "0" for no blood moons -->
|
|
||||||
<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="BloodMoonEnemyCount" value="8" /> <!-- The number of zombies spawned during blood moons per player. -->
|
|
||||||
|
|
||||||
<!-- Loot -->
|
<!-- Zombie settings -->
|
||||||
<property name="LootAbundance" value="150" /> <!-- percentage in whole numbers -->
|
<property name="EnemySpawnMode" value="true" /> <!-- Enable/Disable enemy spawning -->
|
||||||
<property name="LootRespawnDays" value="7" /> <!-- days in whole numbers -->
|
<property name="EnemyDifficulty" value="0" /> <!-- 0 = Normal, 1 = Feral -->
|
||||||
<property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
|
<property name="ZombieMove" value="0" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
<property name="AirDropMarker" value="false"/> <!-- Sets if a marker is added to map/compass for air drops. -->
|
<property name="ZombieMoveNight" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="ZombieFeralMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="ZombieBMMove" value="3" /> <!-- 0-4 (walk, jog, run, sprint, nightmare) -->
|
||||||
|
<property name="BloodMoonFrequency" value="0" /> <!-- What frequency (in days) should a blood moon take place. Set to "0" for no blood moons -->
|
||||||
|
<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="BloodMoonEnemyCount" value="8" /> <!-- The number of zombies spawned during blood moons per player. -->
|
||||||
|
|
||||||
<!-- Multiplayer -->
|
<!-- Loot -->
|
||||||
<property name="PartySharedKillRange" value="100"/> <!-- The distance you must be within to receive party shared kill xp and quest party kill objective credit. -->
|
<property name="LootAbundance" value="150" /> <!-- percentage in whole numbers -->
|
||||||
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
|
<property name="LootRespawnDays" value="7" /> <!-- days in whole numbers -->
|
||||||
|
<property name="AirDropFrequency" value="72"/> <!-- How often airdrop occur in game-hours, 0 == never -->
|
||||||
|
<property name="AirDropMarker" value="false"/> <!-- Sets if a marker is added to map/compass for air drops. -->
|
||||||
|
|
||||||
<!-- Land claim options -->
|
<!-- Multiplayer -->
|
||||||
<property name="LandClaimCount" value="1"/> <!-- Maximum allowed land claims per player. -->
|
<property name="PartySharedKillRange" value="100"/> <!-- The distance you must be within to receive party shared kill xp and quest party kill objective credit. -->
|
||||||
<property name="LandClaimSize" value="41"/> <!-- Size in blocks that is protected by a keystone -->
|
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
|
||||||
<property name="LandClaimDeadZone" value="30"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
|
|
||||||
<property name="LandClaimExpiryTime" value="7"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
|
<!-- Land claim options -->
|
||||||
<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. -->
|
<property name="LandClaimCount" value="1"/> <!-- Maximum allowed land claims per player. -->
|
||||||
<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 -->
|
<property name="LandClaimSize" value="41"/> <!-- Size in blocks that is protected by a keystone -->
|
||||||
<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 -->
|
<property name="LandClaimDeadZone" value="365"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
|
||||||
|
<property name="LandClaimExpiryTime" value="30"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
|
||||||
|
<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. -->
|
||||||
|
<property name="LandClaimOnlineDurabilityModifier" value="50"/> <!-- 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 -->
|
||||||
|
<property name="LandClaimOfflineDurabilityModifier" value="1000"/> <!-- 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 -->
|
||||||
|
|
||||||
|
|
||||||
<!-- There are several game settings that you cannot change when starting a new game.
|
<!-- There are several game settings that you cannot change when starting a new game.
|
||||||
You can use console commands to change at least some of them ingame.
|
You can use console commands to change at least some of them ingame.
|
||||||
setgamepref BedrollDeadZoneSize 30 -->
|
setgamepref BedrollDeadZoneSize 30 -->
|
||||||
</ServerSettings>
|
</ServerSettings>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user