From 72116acb1f0364bdccb70b0304ad8d2fdfd9b62b Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 14 Apr 2011 15:28:41 +0300 Subject: [PATCH] Port some recent engine defaults to the default config. Should hopefully not brake anything. --- data/defaultVT.cfg | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 64eb62fe..baa6477d 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1643,4 +1643,39 @@ scr_conscroll2_y 0 scr_conscroll3_x 0 scr_conscroll3_y 0 scr_conscroll_x -0.15 -scr_conscroll_y -0.25 \ No newline at end of file +scr_conscroll_y -0.25 + +// loading screen +scr_loadingscreen_scale 10000 +scr_loadingscreen_scale_base 1 +scr_loadingscreen_scale_limit 1 +scr_loadingscreen_background 0 +scr_loadingscreen_barcolor "0.5 1 0" +scr_loadingscreen_barheight 16 +scr_loadingscreen_count 1 +scr_conforcewhiledisconnected 0 +scr_infobar_height 16 + +// DP cannot properly detect this, so rather turn off the detection +r_texture_dds_load_dxt1_noalpha 1 +r_texture_dds_load_swdecode 1 // SW decode to quarter res if we want to load DDS but don't support the extension for it +r_texture_dds_load_logfailure 0 // this engine feature SUCKS +set vid_netwmfullscreen 0 // doesn't support non-native res + +// particles optimization +r_drawparticles_nearclip_min 8 +r_drawparticles_nearclip_max 16 + +// exact gloss looks better, e.g. on g-23 +r_shadow_glossexact 1 + +// use fake light if map has no lightmaps +r_fakelight 1 + +// equalize looks better than fullbright +r_equalize_entities_fullbright 1 + +// safe font defaults +r_font_hinting 1 +r_font_disable_freetype 0 +r_font_size_snapping 4 -- 2.39.2