From 7ae3f56c4bdb4f208e1545c74a03d94861cfda01 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 11 Jul 2018 13:50:19 +0200 Subject: [PATCH] less compression, remove old defaults --- _hud_common.cfg | 6 +++--- effects-med.cfg | 2 +- effects-normal.cfg | 2 +- xonotic-client.cfg | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_hud_common.cfg b/_hud_common.cfg index 3631df7eb..bcf0026f6 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -156,11 +156,11 @@ seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowerin seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds" -seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups, default is 0.5" +seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups" seta hud_postprocessing 1 "enables the ability for effects such as hud_damage_blur and hud_contents to apply a postprocessing method upon the screen - enabling this disables manual editing of the postprocess cvars" -seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be, default is 0.5" -seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be, default is 8" +seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be" +seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be" seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler when inside the liquid" seta hud_contents_blur 10 "Use postprocessing to blur the screen when you are inside a liquid. Higher values = more blur" diff --git a/effects-med.cfg b/effects-med.cfg index 4ea20a169..55526651d 100644 --- a/effects-med.cfg +++ b/effects-med.cfg @@ -9,7 +9,7 @@ cl_playerdetailreduction 4 gl_flashblend 0 gl_picmip 0 gl_texturecompression_2d 0 -gl_texturecompression_sky 1 +gl_texturecompression_sky 0 mod_q3bsp_nolightmaps 0 r_bloom 0 r_coronas 1 diff --git a/effects-normal.cfg b/effects-normal.cfg index c421e5b32..ba708cb9f 100644 --- a/effects-normal.cfg +++ b/effects-normal.cfg @@ -9,7 +9,7 @@ cl_playerdetailreduction 4 gl_flashblend 0 gl_picmip 0 gl_texturecompression_2d 0 -gl_texturecompression_sky 1 +gl_texturecompression_sky 0 mod_q3bsp_nolightmaps 0 r_bloom 0 r_coronas 1 diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 5ac5a1ec8..043ff2555 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -596,11 +596,12 @@ makesaved music_playlist_random0 cl_netfps 60 // should match or be a multiple of sys_ticrate -seta gl_texturecompression 0 +gl_texture_anisotropy 8 +seta gl_texturecompression 0 // FIXME the description is wrong - when this is 0, e.g. gl_texturecompression_sky still takes effect gl_texturecompression_color 1 gl_texturecompression_gloss 1 gl_texturecompression_glow 1 -gl_texturecompression_lightcubemaps 1 +gl_texturecompression_lightcubemaps 0 gl_texturecompression_q3bsplightmaps 0 gl_texturecompression_sky 1 -- 2.39.2