From: Samual Date: Mon, 10 Jan 2011 00:23:01 +0000 (-0500) Subject: Oops, update one cvar because I forgot to change it X-Git-Tag: xonotic-v0.5.0~318^2~5^2~3^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5cbd568da9819ab0e33d36518dc29e6d760883d7;p=xonotic%2Fxonotic-data.pk3dir.git Oops, update one cvar because I forgot to change it --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 23b7c2043..beafd5cb8 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1446,7 +1446,7 @@ seta hud_postprocessing_maxblurradius 10 "maximum radius which the blur postproc seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler or blur when inside the liquid" seta hud_contents_blur 0 "Use postprocessing to blur the screen when you are inside a liquid. Higher values = more blur" -seta hud_contents_blur_alpha 1 "Amount of alpha to use when merging the blurred layers back into the render. Turning this up higher will remove bloom, so it's best to find a balance" +seta hud_contents_blur_alpha 0.5 "Amount of alpha to use when merging the blurred layers back into the render. Turning this up higher will remove bloom, so it's best to find a balance" seta hud_contents_factor 1 "factor at which to multiply the current faded value." seta hud_contents_fadetime 0.1 "factor of time for average alpha level to go to the actual content value" seta hud_contents_lava_alpha 0.7 "alpha of the lava color blend when inside it"