]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add cvars to defaultXonotic.cfg
authorSamual Lenks <samual@xonotic.org>
Sun, 15 Sep 2013 17:53:05 +0000 (13:53 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 15 Sep 2013 17:53:05 +0000 (13:53 -0400)
defaultXonotic.cfg
qcsrc/client/autocvars.qh

index 28c1af69dadf7a009b3da3fe094d7116640ff7a9..1b9c4a657441635f7bc9d1c42136ada0048ee738 100644 (file)
@@ -111,6 +111,10 @@ exec sRGB-disable.cfg
 vid_sRGB_fallback 2
 r_hdr_glowintensity 1
 
+cl_orthoview 0 "WARNING: WILL BREAK CONFIG!!! enable top-down view of the map- meant to be used for radar map images"
+cl_orthoview_nofog 1 "disable fog while in orthoview"
+cl_orthoview_distanceoverride 0 "set to a value other than 0 to force a different distance offset when in orthoview"
+
 // these settings determine how much the view is affected by movement/damage
 cl_smoothviewheight 0.05 // time of the averaging to the viewheight value so that it creates a smooth transition for crouching and such. 0 for instant transition
 cl_deathfade 0 // fade screen to dark red when dead, value represents how fast the fade is (higher is faster)
index dfa83cf5f20f5ddcfc28955f9faedc3b208bf53e..2e6099d08be0d290d8a50879c5a87a19afa891cc 100644 (file)
@@ -54,8 +54,8 @@ float autocvar_cl_gunalign;
 float autocvar_cl_hidewaypoints;
 float autocvar_cl_lockview;
 float autocvar_cl_nogibs;
-var float autocvar_cl_orthoview = TRUE;
-var float autocvar_cl_orthoview_nofog = TRUE;
+float autocvar_cl_orthoview;
+float autocvar_cl_orthoview_nofog;
 float autocvar_cl_orthoview_distanceoverride;
 float autocvar_cl_particlegibs;
 float autocvar_cl_particles_oldnexbeam;