From: MirceaKitsune Date: Fri, 25 Feb 2011 23:34:27 +0000 (+0200) Subject: Oops, 0.5 on value X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=47997677fb6aa88e0b9ca7d780541dc921a51e56 Oops, 0.5 on value --- diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index 857bb20f..828d4537 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -1068,7 +1068,7 @@ con_chatwidth 0.6 con_notifysize 10 con_notifyalign 0 -seta hud_damage 0.55 "an improved version of gl_polyblend for damage, draw an image instead when hurt" +seta hud_damage 0.5 "an improved version of gl_polyblend for damage, draw an image instead when hurt" seta hud_damage_blur 10 "Use postprocessing to blur the screen when you have taken damage. This can be paired with current hud damage or just used alone. Higher values = more blur" seta hud_damage_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_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" diff --git a/data/qcsrc/menu/voret/dialog_multiplayer_playersetup.c b/data/qcsrc/menu/voret/dialog_multiplayer_playersetup.c index 48d614f1..136da157 100644 --- a/data/qcsrc/menu/voret/dialog_multiplayer_playersetup.c +++ b/data/qcsrc/menu/voret/dialog_multiplayer_playersetup.c @@ -86,7 +86,7 @@ void fillVoretPlayerSettingsTab(entity me) me.TD(me, 1, 2, e = makeVoretCheckBoxEx(1, -1, "cl_vore_stomachmodel", "Stomach model")); setDependent(e, "chase_active", 0, 0); me.TR(me); - me.TD(me, 1, 2, e = makeVoretCheckBoxEx(1, 0, "hud_damage", "Screen splashes")); + me.TD(me, 1, 2, e = makeVoretCheckBoxEx(0.5, 0, "hud_damage", "Screen splashes")); makeMulti(e, "hud_stomach"); me.TR(me); me.TR(me);