From d97b9e468113d770131956f5657bf4de713d9223 Mon Sep 17 00:00:00 2001 From: rarified Date: Fri, 14 Aug 2020 15:31:51 -0600 Subject: [PATCH] Added flexiblity... Two movie hooks, PreBranding.webm and PostBranding.webm so if desired a video can be designated to play at either point in the startup sequence. --- .../Plasma20/Sources/Plasma/Apps/plClient/plClient.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.cpp index 30e7c751..0fcfb067 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.cpp @@ -1552,8 +1552,9 @@ hsBool plClient::StartInit() plMouseDevice::Instance()->SetDisplayResolution((float)fPipeline->Width(), (float)fPipeline->Height()); plInputManager::SetRecenterMouse(false); + IPlayIntroMovie("avi/PreBranding.webm", 0.f, 0.f, 0.f, 1.f, 1.f, 0.75); // video to play before Cyan Worlds logo IPlayIntroMovie("avi/intro1.webm", 0.f, 0.f, 0.f, 1.f, 1.f, 0.75); - IPlayIntroMovie("avi/EventIntro.webm", 0.f, 0.f, 0.f, 1.f, 1.f, 0.75); + IPlayIntroMovie("avi/PostBranding.webm", 0.f, 0.f, 0.f, 1.f, 1.f, 0.75); // video to play after Cyan Worlds logo plSynchedObject::PushSynchDisabled(false); // enable dirty tracking