Skip to content

AllCampaignsRemastered - Updated mod for all Campaigns

User Avatar
#174
Auto-translated

3. Vanilla - Academy - The Mage: Finishing Vanilla campaign does not launch Vanilla cinematic anymore.  In vanilla when the campaign completed this Cinematic was played

		<Item>
<ID>outro</ID>
<MovieDesc>../video/outro.xml</MovieDesc>
</Item>
  • in C6M5 LUA script add this command just before Win().
    consoleCmd("video_outro");
    You can see the change here.
[/quote]

I tried doing it that way, and the cutscene after the final battle played. I wonder if the intro cutscene can be tied to the start of Isabel's first mission in the same manner.