Open Lizard-Of-Oz opened 9 months ago
It's also worth noting that holding TAB/scoreboard causes text from HudMsg UserMessage to flicker in VSH this resulted in epileptic tier flickering of text (unsure if it's fixed as of yet)
Oh, right. It's desirable if the game wouldn't attempt to hide game_text
when the scoreboard is open like it current does.
To provide more context, while the TAB scoreboard is open the game seemingly tries to hide game_text
, but if vscript updates it every tick (like VSH does) it will start flickering.
Ideally, game_text
should remain visible when the TAB scoreboard is open.
Problem: There's no way to hide the TAB scoreboard via VScript. While VScript can detect the scoreboard being open (with
FButtons.IN_SCORE
), there's no way to hide it to replace with a custom one for gamemodes like VS Saxton Hale. EvenHIDEHUD_ALL
doesn't help.Request: Add a
HIDEHUD_
flag that hides the scoreboard.Notes:
FButtons.IN_SCORE
flag to the server. As mentioned, the intended usecase is creating a custom scoreboard in its place.HIDEHUD_
flag to likely be the best option.