Posts from AllCampaignsRemastered - Updated mod for all Campaigns
I decided to test the 5th mission for the Haven faction, "The King's Sunset." The AI runs headlong towards the castle, ignoring everything else. In the original, if the AI could spawn from a portal near the hero, it would kill the hero, and the AI had two ways to win.
I decided to test the 5th mission for the Humans, "The Fall of the King." The AI runs headlong towards the Castle, ignoring everything else. In the original, if the AI could appear from a portal near the hero, it would kill the hero. The AI had two ways to win.
Those who know that Agrael always stays on his territory, they gradually clear the map and go to him. This, of course, isn't a month+ of gameplay, but at least two weeks. Isabel is leveled up from previous missions, and after capturing a couple of mines, she stays in the Castle with a small part of Godric's army, reinforcing her army from the outpost and the weekly increase, while Godric, with most of his starting army, clears the map for maximum level and collects upgrades. He can also be reinforced with messengers.
Even in this case, the appearing demons have no chance against the main heroes (Godric and Isabel). There are simply no "two ways" for the AI to win there.
Is there any information about compatibility/incompatibility with other mods?
There might be problems with global assemblies, but I don't play with those, so I don't know.
Changes feedback
1. HoF - Wulfstan - Lazlo: This sound was removed incorrectly in my opinion. It adds the sound of raven screech as Ravens start circling around Lazlo.
--line 73 DialogScenes\A1C2\M5\S1\DialogScene.xdb
4
10
2. HoF - Ylaya - The Break: You have rearranged the conversation words but that is making it desync with the sound in at least in English (content of subtitles differs from dwarves Speech).
You can compare this file with the one in your package.
3. Vanilla - Academy - The Mage: Finishing Vanilla campaign does not launch Vanilla cinematic anymore. In vanilla when the campaign completed this Cinematic was played
This does not happen anymore in ToE. The outro files are present and can be found at:
- <game folder>/video/outro.ogg - this is the media file
- <game folder>/video/outro.xml - this is the xml information file
- in UI\UIGameRoot.(UIGameRoot).xdb find this
outro
../video/outro_a1.xml
and change it to this
outro
../video/outro.xml
- in C6M5 LUA script add this command just before Win().
You can see the change here.consoleCmd("video_outro");
3. Vanilla - Academy - The Mage: Completing the Vanilla campaign no longer triggers the Vanilla cinematic. In the original game, this cinematic played upon campaign completion.
outro
../video/outro.xml
- In the C6M5 LUA script, add this command just before Win().
You can see the change here.consoleCmd("video_outro");
I tried implementing this, and the video played after the final battle. I'm curious if it's possible to link the intro video in a similar way to the start of the first mission of Isabella's campaign.
Yes it is possible and it was discussed as a change on our discord but was eventually discarded because there is already another long scene at the start of C1M1 mission.
But if you want to do it the command is
consoleCmd("video_intro");
Yes, it is possible, and it was discussed as a change on our Discord, but it was eventually discarded because there is already another long scene at the start of C1M1 mission.
But if you want to do it, the command is:
consoleCmd("video_intro");
Hello! Perhaps a slightly strange question, but I would like to know.
To get straight to the point, I simply want to remove the level restriction on each mission in the campaign missions and, in general, understand how to change things in these missions.
I am a novice in all of this and don't understand how modding works in Heroes.
I don't quite understand how to open maps from a mod for editing... I tried various things with archives: moving, copying, etc... But to no avail... I would really like to figure this out, as well as learn more about modding in Heroes in general. I tried to find information on the internet, but in vain... I couldn't find anything, and I really want to! I would very much like to learn about all of this; I hope for your help!
You open the location where the campaigns (original game or mod archives) are stored, go into the folders of all the missions, and in the map.xdb files, you look for the HeroMaxLevel line. You set it to 60. You save it, and that's it.
If you are going to change the original files, copy them into a separate archive in the .pak format. I also recommend watching a guide on YouTube by Сашагер about mods.
I apologize again for the misunderstanding; I might be a bit slow sometimes, but I haven't really done this before
The problem is that I don't quite understand how to open them. I don't have any problems editing the missions of the Warlords themselves; I've already done everything I wanted to (in the map editor, through resource, open resource, and found everything in AdvMapDesc), but I don't understand how to open the mod specifically. I tried opening resources, but I couldn't find it. I tried unpacking it from the mod's archive, but I couldn't figure out what and where to put it. I tried simply copying the map from the mod as a regular map into the maps folder, but it gave an error...
I apologize again for the misunderstanding; I might be a bit slow sometimes, but I haven't really done this before.
+ Maps from the vanilla game have non-standard file names, map.xdb.
It seems that renaming them is enough, but there's also a map-tag file that seems to reference the map, and I don't know what it's for and what might break if I mess it up
Yeah, there's an issue with those things. Campaign maps are located in the Scenario folder, but the map editor only opens single maps in the SingleMission folder.
Also, maps from the vanilla game have non-standard file names like map.xdb.
It seems like renaming them should be enough, but there's also a map-tag file that supposedly links to the map, and I'm not sure what it's for or what might break if I mess it up.
There are no problems with the vanilla maps; it opens everything from the Scenario folder without any issues. But it's unclear what's happening with the mod...
I honestly don't understand the naming conventions related to map.xdb either...
There are no problems with the vanilla maps; it opens them from the scenario folder without any issues. But it's unclear how it works with mods...
P.S. I don't know if this will work; maybe you need to change something else somewhere. I just haven't tried it myself :D But I answered the question about where to find the "HeroMaxLevel" string for each of the campaign missions; I think you can figure out the rest ))