]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Turn off the respawn ghost feature by default
authorMario <mario.mario@y7mail.com>
Wed, 13 Nov 2024 02:41:49 +0000 (12:41 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 13 Nov 2024 02:41:49 +0000 (12:41 +1000)
xonotic-server.cfg

index 67f9be443c87211ac1b3b13e850ed5ee47e9332a..a2421392779927555bf8c5e51847be94ae447539 100644 (file)
@@ -59,7 +59,7 @@ set g_telefrags_avoid 1 "when teleporters have a random destination, avoid telep
 set g_teleport_maxspeed 0 "maximum speed that a player can keep when going through a teleporter (if a misc_teleporter_dest also has a cap the smallest one of these will be used), 0 = don't limit, -1 = keep no speed"
 set g_teleport_minspeed 0 "minimum speed that a player can keep when going through a teleporter which affects speed"
 
-set g_respawn_ghosts 1 "if 1 dead bodies become ghosts and float away when the player respawns"
+set g_respawn_ghosts 0 "if 1 dead bodies become ghosts and float away when the player respawns"
 set g_respawn_ghosts_speed 5 "the speed with which respawn ghosts float and rotate"
 set g_respawn_ghosts_time 4.5 "amount of time a respawn ghost lasts before it starts fading out. 0 disables and ghosts fade when the body would"
 set g_respawn_ghosts_fadetime 1.5 "amount of time a respawn ghost takes to fade out"