]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add cvars to defaultXonotic.org
authorSamual Lenks <samual@xonotic.org>
Tue, 5 Feb 2013 16:59:06 +0000 (11:59 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 5 Feb 2013 16:59:06 +0000 (11:59 -0500)
defaultXonotic.cfg

index c51cc0c717cd3765e5e741627f3824759e2b793b..ef666e2da791bc22cd3bf150b1ffccf8a28edbf5 100644 (file)
@@ -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)"