From 3c78506045dcf7f443cb3d01f069d0e711c87f71 Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 26 Apr 2022 15:14:41 +0200 Subject: [PATCH] Follow the behavior wanted by Nadeo about BigMessage --- TM_RoyalRounds_Online.Script.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index dec8d36..232f186 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -209,15 +209,10 @@ if (WaitingScreenDuration >= 0) { MB_Sleep(1000); } - /* - * with the 2022-03-31 update, BigMessage is a bit broken (1 day before a Royal Rounds Event) - * 2 solutions are possible: - * * Wait an update from Nadeo - * * Create a Custom Manialink - */ UIModules_BigMessage::SetMessage("""The map will start in few seconds"""); while (MB_MapIsRunning() && S_RoundWaitingScreenDuration - WaitingScreenDuration > 0) { if (S_RoundWaitingScreenDuration - WaitingScreenDuration <= 3) { + ModeUtils::PlaySound(CUIConfig::EUISound::StartRound, 0); UIModules_BigMessage::SetMessage("""The map starts in {{{S_RoundWaitingScreenDuration - WaitingScreenDuration}}} seconds"""); } WaitingScreenDuration = WaitingScreenDuration + 1;