From: Mario Date: Tue, 26 Jan 2021 11:58:13 +0000 (+1000) Subject: Merge branch 'master' into terencehill/scoreboard_item_stats X-Git-Tag: xonotic-v0.8.5~588^2 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=4435e6a342e65c52cb1fc00aea84f6018eff16ac;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'master' into terencehill/scoreboard_item_stats --- 4435e6a342e65c52cb1fc00aea84f6018eff16ac diff --cc _hud_common.cfg index 29c41803f,4973ef0bc..9719c9dbe --- a/_hud_common.cfg +++ b/_hud_common.cfg @@@ -120,7 -120,9 +121,10 @@@ seta hud_panel_scoreboard_others_showsc 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_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" + seta hud_panel_scoreboard_playerid 0 "show player id (server entity number) next to player's name" + seta hud_panel_scoreboard_playerid_prefix "#" "player id prefix" + seta hud_panel_scoreboard_playerid_suffix " " "player id suffix" 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"