aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/keyvalues
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-09-02 17:49:26 +0100
committerGitHub <noreply@github.com>2023-09-02 18:49:26 +0200
commitf16af287534fceeb466bbd474d1ab3d94c19d1a3 (patch)
treecb53f55621edebaf19e3dfc3b1d833fe7d68e206 /Northstar.CustomServers/keyvalues
parent2b263286512ebb1b59980f8c1f442576992323bd (diff)
downloadNorthstarMods-f16af287534fceeb466bbd474d1ab3d94c19d1a3.tar.gz
NorthstarMods-f16af287534fceeb466bbd474d1ab3d94c19d1a3.zip
Force player respawn to match vanilla (#554)
Automatically respawns dead players after 5 seconds unless set otherwise
Diffstat (limited to 'Northstar.CustomServers/keyvalues')
-rw-r--r--Northstar.CustomServers/keyvalues/playlists_v2.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Northstar.CustomServers/keyvalues/playlists_v2.txt b/Northstar.CustomServers/keyvalues/playlists_v2.txt
new file mode 100644
index 000000000..c49fb0e9c
--- /dev/null
+++ b/Northstar.CustomServers/keyvalues/playlists_v2.txt
@@ -0,0 +1,13 @@
+playlists
+{
+ Gamemodes
+ {
+ defaults
+ {
+ vars
+ {
+ player_force_respawn 5
+ }
+ }
+ }
+}