From: Mircea Kitsune Date: Wed, 11 May 2011 16:55:55 +0000 (+0300) Subject: Fix loading screen cvars X-Git-Tag: xonotic-v0.5.0~257^2~1^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9f188e91e320a6bb8e437b729eaa846d03030023;p=xonotic%2Fxonotic-data.pk3dir.git Fix loading screen cvars --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 0bea034a1..b2607dc97 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -2018,13 +2018,6 @@ scr_conscroll3_y 0 scr_conscroll_x -0.1 scr_conscroll_y -0.3 -scr_loadingscreen_background 0 -scr_loadingscreen_barcolor "0 0.5 1" -scr_loadingscreen_barheight 12 -scr_loadingscreen_count 12 -scr_loadingscreen_scale 999 -scr_loadingscreen_scale_base 1 -scr_loadingscreen_scale_limit 2 scr_conforcewhiledisconnected 0 scr_infobar_height 12 @@ -2113,9 +2106,13 @@ set g_playerstats_debug 0 "when 1, player stats are dumped to the console too" set snd_soundradius 1200 // loading screen -scr_loadingscreen_scale 1 +scr_loadingscreen_background 0 +scr_loadingscreen_barcolor "0 0.5 1" +scr_loadingscreen_barheight 12 +scr_loadingscreen_count 12 +scr_loadingscreen_scale 999 scr_loadingscreen_scale_base 1 -scr_loadingscreen_scale_limit 1 +scr_loadingscreen_scale_limit 2 // sRGB configuration (EXPERIMENTAL, needs maps to be relit) alias sRGBcorrect_on "r_texture_sRGB_skin_diffuse 1;r_texture_sRGB_skin_gloss 1;r_texture_sRGB_skin_glow 1;r_texture_sRGB_reflect 1;r_texture_sRGB_skybox 1;v_gamma 2.2;r_restart"