From 5271904ab21fcb99a9bfc017063074d5f0e08934 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Tue, 5 Feb 2013 11:59:06 -0500 Subject: [PATCH] Add cvars to defaultXonotic.org --- defaultXonotic.cfg | 3 +++ 1 file changed, 3 insertions(+) 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)" -- 2.39.2