Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7dtd] Add DeathPenalty #139

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sdtd/serverconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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>