]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
document g_telefrags, g_telefrags_avoid; default g_telefrags_avoid to 1
authorRudolf Polzer <divverent@alientrap.org>
Fri, 27 Aug 2010 18:10:29 +0000 (20:10 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 27 Aug 2010 18:10:29 +0000 (20:10 +0200)
defaultXonotic.cfg

index c9b5cd7df79c91123bc9b5a1ed9d7b90cf417f37..d30974fe66ec699961a10e11fa52d7f1650bb94a 100644 (file)
@@ -322,8 +322,8 @@ set g_allow_oldnexbeam 0 "If enabled, clients are allowed to use old v2.3 Nexgun
 seta cl_particles_oldnexbeam 0 "Uses the old v2.3 Nexgun beam instead of the new beam, only works if server allows it (g_allow_oldnexbeam 1)"
 set sv_qcweaponanimation 0
 
-set g_telefrags 1
-set g_telefrags_avoid 0
+set g_telefrags 1 "telefragging, i.e. killing someone who stands in the way of someone who is teleporting"
+set g_telefrags_avoid 1 "when teleporters have a random destination, avoid teleporting to locations where a telefrag would happen"
 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_respawn_ghosts 0 "if 1 dead bodies become ghosts and float away when the player respawns"