From cb15762f840d234fbd0eaed8da5321ce1a50ea2c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 14 Dec 2010 07:03:53 +0100 Subject: [PATCH] waste more GPU memory :( --- defaultXonotic.cfg | 2 +- effects-ultimate.cfg | 2 +- effects-ultra.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 57ae352ab..0f19b0d59 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -867,7 +867,7 @@ r_picmipsprites 0 // Xonotic uses sprites that should never be picmipped (team m r_picmipworld 1 gl_picmip_world 0 gl_picmip_sprites 0 -gl_picmip_other 2 // so, picmip -2 is best possible quality +gl_picmip_other 1 // so, picmip -1 is best possible quality r_mipsprites 1 r_mipskins 1 r_shadow_realtime_world_lightmaps 1 diff --git a/effects-ultimate.cfg b/effects-ultimate.cfg index f6e002ba6..5a6deb9b9 100644 --- a/effects-ultimate.cfg +++ b/effects-ultimate.cfg @@ -2,7 +2,7 @@ cl_decals 1 cl_decals_time 10 cl_particles_quality 1 gl_flashblend 0 -gl_picmip -2 +gl_picmip -1 gl_texture_anisotropy 16 mod_q3bsp_nolightmaps 0 r_bloom 1 diff --git a/effects-ultra.cfg b/effects-ultra.cfg index e9f7b0cc7..b6d7f04aa 100644 --- a/effects-ultra.cfg +++ b/effects-ultra.cfg @@ -2,7 +2,7 @@ cl_decals 1 cl_decals_time 10 cl_particles_quality 1 gl_flashblend 0 -gl_picmip -2 +gl_picmip -1 gl_texture_anisotropy 16 mod_q3bsp_nolightmaps 0 r_bloom 1 -- 2.39.2