From: Rudolf Polzer Date: Thu, 23 Dec 2010 22:24:44 +0000 (+0100) Subject: retune hud gentle damage alpha X-Git-Tag: xonotic-v0.5.0~339^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6d7e64229920de2147ca7b5d9b42f3a603e69796;p=xonotic%2Fxonotic-data.pk3dir.git retune hud gentle damage alpha --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index d2d2dca6c..f9293c606 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1423,7 +1423,7 @@ seta hud_showbinds_limit 2 "maximum number of bound keys to show for a command. seta hud_colorflash_alpha 0.5 "starting alpha of the color flash" seta hud_damage 0.55 "an improved version of gl_polyblend, draw an image instead when hurt" -seta hud_damage_gentle_alpha_multiplier 0.25 "how much to multiply alpha of flash when using the cl_gentle version, it's much more opaque than the non-gentle version" +seta hud_damage_gentle_alpha_multiplier 0.10 "how much to multiply alpha of flash when using the cl_gentle version, it's much more opaque than the non-gentle version" seta hud_damage_gentle_color "1 0.7 1" "color of flash for cl_gentle version" seta hud_damage_color "1 0 0" "color of flash" seta hud_damage_factor 0.025 "(damage * factor) = how much to add to the alpha value"