From 7e1eddf530d2c57f56bdff12f1542213b23eff10 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:08:57 +0200 Subject: [PATCH] Revert "roe video in line as ab" This reverts commit f1de265568d33c0b4b102bc506b355481ff61e96. --- clientapp/EntryPoint.cpp | 2 ++ config/campaignOverrides.json | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/clientapp/EntryPoint.cpp b/clientapp/EntryPoint.cpp index 3ba0ff27c..e32303f07 100644 --- a/clientapp/EntryPoint.cpp +++ b/clientapp/EntryPoint.cpp @@ -410,6 +410,8 @@ void playIntro() if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK"))) return; + + CCS->videoh->playIntroVideo(VideoPath::builtin("H3INTRO.SMK")); } static void mainLoop() diff --git a/config/campaignOverrides.json b/config/campaignOverrides.json index ce667ba85..28bbbfca6 100644 --- a/config/campaignOverrides.json +++ b/config/campaignOverrides.json @@ -1,11 +1,8 @@ { - "DATA/GOOD1" : { // RoE - "Long Live the Queen" - "introVideo": "H3INTRO" - }, "DATA/GOOD3" : { // RoE - "Song for the Father" "outroVideo": "Endgame" }, - "DATA/AB" : { // AB - "Armageddon's Blade" + "DATA/AB" : { // AB Intro "introVideo": "H3X1intr", "videoRim": "IntroRm2" },