From: bones_was_here Date: Mon, 28 Mar 2022 17:40:31 +0000 (+1000) Subject: r_ambient: default to 0 X-Git-Tag: xonotic-v0.8.6~203^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6acf319864c0c891d14717f404e78fbab4217d7b;p=xonotic%2Fxonotic-data.pk3dir.git r_ambient: default to 0 In accordance with team vote #210 This also improves compatibility with Q3* maps DP defaults to r_ambient 0 so we can just remove these lines. Also removed r_hdr_scenebrightness 1 because that's DP default. --- diff --git a/sRGB-disable.cfg b/sRGB-disable.cfg index 930a0e7b1..d64fa021b 100644 --- a/sRGB-disable.cfg +++ b/sRGB-disable.cfg @@ -1,7 +1,5 @@ // good non-sRGB settings vid_sRGB 0 mod_q3bsp_sRGBlightmaps 0 -r_hdr_scenebrightness 1 -r_ambient 4 menu_sync diff --git a/sRGB-enable.cfg b/sRGB-enable.cfg index 107fdd50c..108161ee5 100644 --- a/sRGB-enable.cfg +++ b/sRGB-enable.cfg @@ -1,7 +1,5 @@ // good sRGB settings vid_sRGB 1 mod_q3bsp_sRGBlightmaps 1 -r_hdr_scenebrightness 1 -r_ambient 0.25 menu_sync