From 0d39609386df1dd2a0696b0354f0ce4179a5eded Mon Sep 17 00:00:00 2001 From: Beu Date: Sun, 19 Jun 2022 11:28:58 +0200 Subject: [PATCH] remove all the 16x9 signs --- TM_EventCup.Script.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/TM_EventCup.Script.txt b/TM_EventCup.Script.txt index 499705b..397202a 100644 --- a/TM_EventCup.Script.txt +++ b/TM_EventCup.Script.txt @@ -48,7 +48,18 @@ TeamColor is not used if S_DisplayTeamColor = False ***Match_AfterLoadHud*** *** // Remove TMGL Signs -UIModules::UnloadModules(["UIModule_ChampionTMGL_InfoPanels_2x3", "UIModule_ChampionTMGL_InfoPanels_16x9", "UIModule_ChampionCup_Sign64x10_64x10_Start","UIModule_ChampionCup_Sign64x10_64x10_Finish","UIModule_ChampionCup_Sign64x10_64x10_Checkpoint","FinalTMGL_WinScreen","UIModule_Champion_Chat", "UIModule_Champion_LapsCounter"]); +UIModules::UnloadModules(["UIModule_ChampionTMGL_InfoPanels_2x3", + "UIModule_ChampionCup_Sign16x9_1", + "UIModule_ChampionCup_Sign16x9_2", + "UIModule_ChampionCup_Sign16x9_3", + "UIModule_ChampionCup_Sign16x9_4", + "UIModule_ChampionCup_Sign16x9_5", + "UIModule_ChampionCup_Sign64x10_64x10_Start", + "UIModule_ChampionCup_Sign64x10_64x10_Finish", + "UIModule_ChampionCup_Sign64x10_64x10_Checkpoint", + "FinalTMGL_WinScreen", + "UIModule_Champion_Chat", + "UIModule_Champion_LapsCounter"]); ***