You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an observer/caster, I'd like to see a list of previously played games on the server as a HUD object glued to my screen.
Example output:
player/team 1 vs. player/team 2 (matchup)
score1:score2 → map (result)
Settings hud_lastscores_show <0:hidden|1:show matchup(s) and result(s)| 2:show result(s) only> hud_lastscores_match <0:show all games| 1:show all games only from latest matchup in history| 2:show all games matching my name and/or team in history> hud_lastscores_time <set timeframe in amount of hours (H) that history will look back hud_lastscores_rows <sets number of rows to display, default 5> hud_lastscores_color_win <colorize text for victories, default white> hud_lastscores_color_loss <colorize text for losses, default white> hud_lastscores_format <customize format, default %score1:%score2 > %map %date%time>
This in addition to the regular hud cvars like, scale, align, pos, place, item_opacity, frame etc.
Q: Could it be tied with matchtag so that it only displays latest results from a current matchtag and players?
This discussion was converted from issue #302 on February 19, 2021 20:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As an observer/caster, I'd like to see a list of previously played games on the server as a HUD object glued to my screen.
Example output:
Settings
hud_lastscores_show
<0:hidden|1:show matchup(s) and result(s)| 2:show result(s) only>hud_lastscores_match
<0:show all games| 1:show all games only from latest matchup in history| 2:show all games matching my name and/or team in history>hud_lastscores_time
<set timeframe in amount of hours (H) that history will look backhud_lastscores_rows
<sets number of rows to display, default 5>hud_lastscores_color_win
<colorize text for victories, default white>hud_lastscores_color_loss
<colorize text for losses, default white>hud_lastscores_format
<customize format, default %score1:%score2 > %map %date%time>This in addition to the regular hud cvars like, scale, align, pos, place, item_opacity, frame etc.
Q: Could it be tied with
matchtag
so that it only displays latest results from a current matchtag and players?Beta Was this translation helpful? Give feedback.
All reactions