1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 07:37:56 -05:00

HUD: convert game mode score to LUI

Containment and Meat: show scoring team HUD as gray and faded when inactive
This commit is contained in:
Jbleezy
2024-06-25 02:29:24 -07:00
parent c75e0051bf
commit 4d1b1b4c4b
6 changed files with 354 additions and 197 deletions

View File

@ -203,6 +203,10 @@ CoD.InitCustomDvars = function()
Engine.Exec(nil, "seta ui_hud_game_mode_name 1")
end
if UIExpression.DvarString(nil, "ui_hud_game_mode_score") == "" then
Engine.Exec(nil, "seta ui_hud_game_mode_score 1")
end
if UIExpression.DvarString(nil, "ui_hud_containment") == "" then
Engine.Exec(nil, "seta ui_hud_containment 1")
end