From 6acf319864c0c891d14717f404e78fbab4217d7b Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 29 Mar 2022 03:40:31 +1000 Subject: [PATCH] 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. --- sRGB-disable.cfg | 2 -- sRGB-enable.cfg | 2 -- 2 files changed, 4 deletions(-) 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 -- 2.39.2