Please describe your issue in as much detail as possible:
+showscores has no effect in the end screen of a match, if it is inside an alias.
I want to adjust safezonex/y while the scoreboard is open, so that the map is not behind the scoreboard.
For now the only workaround that I found was to bind only +showscores to an additional key and press this one instat in the end screen.
Same appears for all settings which are configurable inside the settings UI. +showscores is one, which affects me within an main stream part of the game.
Other examples are
Some binds are only possible in a running match. E.g. I can not trigger a reset of custom config on the dashboard
Binding additional commands to +sprint, like cl_teamid_overhead_mode 2, results in "Walk" having no binding inside the settings UI
This could be a mixed two-part issue. Global binds, such as the scoreboard, which are not recognized within an alias. And custom bindings, like aliases, that are not executed outside of a match. I imagine the latter is intentional, but it would be handy if that were possible.
Steps for reproducing this issue:
Set following configuration
alias "+scoreboard" "+showscores; safezonex 0.90; safezoney 0.90"
alias "-scoreboard" "-showscores; safezonex 0.66; safezoney 0.90"
bind "tab" "+scoreboard"
Start a match
Press tab
Scoreboard appears
Finish the match, so that the win/lose/tie screen appears (sv_cheats true; mp_maxrounds 1; bot_kick; bot_add)
Press tab
Scoreboard does not appear
Additionally the binding in Settings -> Keyboard/Mouse -> UI Keys -> Scoreboard is empty
Your system information
Please describe your issue in as much detail as possible:
+showscores
has no effect in the end screen of a match, if it is inside an alias. I want to adjustsafezonex/y
while the scoreboard is open, so that the map is not behind the scoreboard. For now the only workaround that I found was to bind only+showscores
to an additional key and press this one instat in the end screen.Same appears for all settings which are configurable inside the settings UI.
+showscores
is one, which affects me within an main stream part of the game.Other examples are
+sprint
, likecl_teamid_overhead_mode 2
, results in "Walk" having no binding inside the settings UIThis could be a mixed two-part issue. Global binds, such as the scoreboard, which are not recognized within an alias. And custom bindings, like aliases, that are not executed outside of a match. I imagine the latter is intentional, but it would be handy if that were possible.
Steps for reproducing this issue:
tab
sv_cheats true; mp_maxrounds 1; bot_kick; bot_add
)tab
Settings -> Keyboard/Mouse -> UI Keys -> Scoreboard
is empty