From: Mircea Kitsune Date: Sat, 26 Mar 2011 17:18:39 +0000 (+0200) Subject: Cvar descriptions X-Git-Tag: xonotic-v0.5.0~268^2^2~39 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=96cc518dc21ab64fb1033cf167c7c40661c72e92;p=xonotic%2Fxonotic-data.pk3dir.git Cvar descriptions --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 9312ac432..4e8702376 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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)"