From: Samual Lenks Date: Tue, 5 Feb 2013 16:59:06 +0000 (-0500) Subject: Add cvars to defaultXonotic.org X-Git-Tag: xonotic-v0.7.0~102^2 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=5271904ab21fcb99a9bfc017063074d5f0e08934;p=xonotic%2Fxonotic-data.pk3dir.git Add cvars to defaultXonotic.org --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index c51cc0c71..ef666e2da 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -176,6 +176,9 @@ set cl_hitsound_antispam_time 0.05 "don't play the hitsound more often than this seta cl_eventchase_death 1 "camera goes into 3rd person mode when the player is dead" seta cl_eventchase_distance 140 "final camera distance" seta cl_eventchase_speed 1.3 "how fast the camera slides back, 0 is instant" +seta cl_eventchase_maxs "12 12 8" "max size of eventchase camera bbox" +seta cl_eventchase_mins "-12 -12 -8" "min size of eventchase camera bbox" +seta cl_eventchase_viewoffset "0 0 20" "viewoffset of eventchase camera" //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)"