From: Mircea Kitsune Date: Sun, 13 May 2012 20:09:20 +0000 (+0300) Subject: Add the existing (darkplaces default) bloom settings to defaultXonotic.cfg, plus... X-Git-Tag: xonotic-v0.7.0~260^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f839eb5485ea9c494954e580e8d3e398159a5047;p=xonotic%2Fxonotic-data.pk3dir.git Add the existing (darkplaces default) bloom settings to defaultXonotic.cfg, plus an r_bloom_scenebrightness of 0.85. This darkens the scene slightly when bloom is on, to avoid over-brightening --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 0c399bb18..dd19d2a15 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -146,6 +146,14 @@ gl_polyblend 0 // whether to use screen tints, this has now been replaced by a b r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 (removed in Xonotic) +r_bloom_blur 4 +r_bloom_brighten 2 +r_bloom_colorexponent 1 +r_bloom_colorscale 1 +r_bloom_colorsubtract 0.125 +r_bloom_resolution 320 +r_bloom_scenebrightness 0.85 + seta vid_x11_display "" "xonotic-linux-*.sh will use this to start xonotic on an other/new X display" // This can have three possible settings: // "" run as usual