From: Mario Date: Wed, 13 Nov 2024 02:41:49 +0000 (+1000) Subject: Turn off the respawn ghost feature by default X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=297ac98c8804be030defed16465430a40d91ab42;p=xonotic%2Fxonotic-data.pk3dir.git Turn off the respawn ghost feature by default --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 67f9be443..a24213927 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -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"