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" },