Josh Bryans
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
sdtd/serverconfig.xml
|
|
@ -125,6 +125,10 @@ |
|
|
|
<property name="DayNightLength" value="60" /> <!-- real time minutes per in game day: 60 minutes --> |
|
|
|
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours |
|
|
|
day light per in game day --> |
|
|
|
<property name="DeathPenalty" value="1" /> <!-- Penalty after dying. 0 = Nothing. 1 = Default: |
|
|
|
Classic XP Penalty. 2 = Injured: You keep most of your debuffs. Food and Water is set to 50% |
|
|
|
on respawn. 3 = Permanent Death: Your character is completely reset. You will respawn with a |
|
|
|
fresh start within the saved game. --> |
|
|
|
<property name="DropOnDeath" value="1" /> <!-- 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 = |
|
|
@ -228,4 +232,4 @@ |
|
|
|
<!-- 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. |
|
|
|
setgamepref BedrollDeadZoneSize 30 --> |
|
|
|
</ServerSettings> |
|
|
|
</ServerSettings> |
|
|
|