]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Cvar descriptions
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Mar 2011 17:18:39 +0000 (19:18 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Mar 2011 17:18:39 +0000 (19:18 +0200)
defaultXonotic.cfg

index 9312ac432a84ba57ed7e2716c1d8bd66b0f51a37..4e87023766e9856a86931f3cb094046843b5317c 100644 (file)
@@ -318,8 +318,8 @@ set cl_hitsound_antispam_time 0.05 "don't play the hitsound more often than this
 
 seta cl_chase_death 1 "camera goes into 3rd person mode when dead"
 seta cl_chase_intermission 1 "camera goes into 3rd person mode at match end"
-seta cl_chase_distance 100
-seta cl_chase_speed 1.5
+seta cl_chase_distance 100 "final distance of the chase camera"
+seta cl_chase_speed 1.5 "how fast the chase camera slides back, 0 is instant"
 
 //nifreks lockonrestart feature, used in team-based game modes, if set to 1 and all players readied up no other player can then join the game anymore, useful to block spectators from joining
 set teamplay_lockonrestart 0 "it set to 1 in a team-based game, the teams are locked once all players readied up and the game restarted (no new players can join after restart unless using the server-command unlockteams)"