From 2ff3f7ad1ad27c50ed0b7dc43eb58dbb1caacc80 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 5 Apr 2018 13:53:50 -0700 Subject: [PATCH] Replace our use of r_fakelight and r_equalize_entities_fullbright by r_fullbright_directed. Unlit maps and g_fullbrightplayers/g_fullbrightitems now will get somewhat different lighting, but should still be easy on the eyes (the former) and stand out properly (the latter). This will allow simplifying engine code significantly while even being a bit easier on the eyes. Comparison video: https://www.youtube.com/watch?v=xSuVieA8ILI --- xonotic-client.cfg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 2d7eb360d..d2247228a 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -772,17 +772,14 @@ r_cullentities_trace 0 r_shadow_glossexact 1 r_shadow_glossintensity 1 -// use fake light if map has no lightmaps -r_fakelight 1 +// use slightly better lighting than r_fullbright if map has no lightmaps, and for fullbrightplayers +r_fullbright_directed 1 r_water_hideplayer 1 // hide your own feet/player model in refraction views, this way you don't see half of your body under water r_water_refractdistort 0.019 set cl_rainsnow_maxdrawdist 2048 -// equalize looks better than fullbright -r_equalize_entities_fullbright 1 - // safe font defaults r_font_hinting 1 r_font_disable_freetype 0 -- 2.39.2