]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - _hud_common.cfg
Limit number of players displayed in the scoreboard, display remaining players with...
[xonotic/xonotic-data.pk3dir.git] / _hud_common.cfg
index b8bcec7a54cec519187d3b4f9b88f4c187752fe4..b2fe5a386a1148c30b82aa9b38214e3455636da1 100644 (file)
@@ -108,6 +108,10 @@ seta hud_panel_infomessages_group_time 6 "number of seconds a message of a group
 seta hud_panel_infomessages_group_fadetime 0.4 "group message fade in/out time"
 
 seta hud_panel_scoreboard_namesize "15" "size limit of player names and relative column (multiplied by fontsize)"
+seta hud_panel_scoreboard_maxrows 1 "limit number of rows displayed in the scoreboard; other players are listed in the last row"
+seta hud_panel_scoreboard_maxrows_players 20 "max number of rows in non-team games"
+seta hud_panel_scoreboard_maxrows_teamplayers 9 "max number of rows in the team table"
+seta hud_panel_scoreboard_others_showscore 1 "show scores of other players in the last row"
 
 // hud panel aliases
 alias quickmenu "cl_cmd hud quickmenu ${* ?}"