]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
Add cvars to defaultXonotic.cfg
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 30a03a15a1ba68a0003e36b2753a6d1c2e9fa025..1b9c4a657441635f7bc9d1c42136ada0048ee738 100644 (file)
@@ -99,6 +99,7 @@ set _menu_vid_width "$vid_width"
 set _menu_vid_height "$vid_height"
 set _menu_vid_pixelheight "$vid_pixelheight"
 seta menu_vid_scale 0
+seta menu_vid_allowdualscreenresolution 0
 // 2D resolution 800x600
 vid_conwidth 800
 vid_conheight 600
@@ -110,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)