X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=_hud_common.cfg;h=c860be99cebd39ff846ded8cba3cdcbc790fb8b9;hb=e7fe27a187ebcc637ca289fe5008daca8df6f44d;hp=bcf0026f6550225cfee3c4d1dc891c0d1862c318;hpb=7ae3f56c4bdb4f208e1545c74a03d94861cfda01;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index bcf0026f6..c860be99c 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -115,6 +115,10 @@ 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" +seta hud_panel_scoreboard_team_size_position 0 "where to show the team size (0 = do not show, 1 = left of scoreboard, 2 = right of scoreboard), will move team scores to the other side if necessary" + // hud panel aliases alias quickmenu "cl_cmd hud quickmenu ${* ?}" @@ -183,6 +187,7 @@ seta hud_shownames_crosshairdistance_antioverlap 0 "allow antioverlap to work as seta hud_shownames_self 0 "also include your own name to be shown when third person camera mode is on (chase_active/cl_eventchase)" seta hud_shownames_status 1 "1 = draw health/armor status of teammates" seta hud_shownames_statusbar_height 4 "height of status bar" +seta hud_shownames_statusbar_highlight 1 "Always highlight values of health and armor from 0 to half status bar" seta hud_shownames_aspect 8 "aspect ratio of total drawing area per name" seta hud_shownames_fontsize 12 "font size" seta hud_shownames_decolorize 1 "1 = decolorize name in team games, 2 = decolorize always"