X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_common.cfg;h=75e8eb8d6f51a5d4ee6b94b804aea9eaac9a0d45;hp=3631df7eb4882cc7d2dc9d85063c845bff47c887;hb=16e64ff58cf65d7b3e0815aadb530580a6aa251b;hpb=bc3f297ed082b23fb33dd0d8f5dcd33bb0198507 diff --git a/_hud_common.cfg b/_hud_common.cfg index 3631df7eb..75e8eb8d6 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -115,6 +115,9 @@ seta hud_panel_scoreboard_spectators_showping 1 "show ping of spectators" seta hud_panel_scoreboard_spectators_aligned 0 "align spectators in columns" seta hud_panel_scoreboard_minwidth 0.6 "minimum width of the scoreboard" +seta hud_panel_scoreboard_accuracy_showdelay 2 "how long to delay displaying accuracy below the scoreboard if it's too far down" +seta hud_panel_scoreboard_accuracy_showdelay_minpos 0.75 "delay displaying the accuracy panel only if its position is lower than this percentage of the screen height from the top" + // hud panel aliases alias quickmenu "cl_cmd hud quickmenu ${* ?}" @@ -156,11 +159,11 @@ seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowerin seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds" -seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups, default is 0.5" +seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups" seta hud_postprocessing 1 "enables the ability for effects such as hud_damage_blur and hud_contents to apply a postprocessing method upon the screen - enabling this disables manual editing of the postprocess cvars" -seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be, default is 0.5" -seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be, default is 8" +seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be" +seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be" seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler when inside the liquid" seta hud_contents_blur 10 "Use postprocessing to blur the screen when you are inside a liquid. Higher values = more blur"