Skip to content

Illusion of victory.

User Avatar
#12
Auto-translated
Okay, I'll start sorting things out now. Yesterday, I also didn't waste my time and played through my own map again. First, the error with the prophet's quest to capture all mines has resurfaced. I don't know why, but I'll have to fix it. Next, there's a bug with the rebel garrison. However, I'm not entirely sure if it's the bug you described, Nikolay. The problem is that if you approach the garrison for the first time, while clearing the entire area on the right bank, including destroying a couple of buildings, this bug will appear. There are no camera jumps, but there is a freeze. Furthermore, if the Hero is inside the city, his scripted name disappears from the map's database (apparently), so it's impossible to interact with him at that moment. However, I'm not sure if this is the cause. After all, the task that checks "Is Nimue alive" doesn't cause an error, so the game finds the hero. But it can't give him troops. The solution here is simple: don't hide the hero inside the city, but leave him at the entrance – you can still transfer the purchased troops to him. As for the bridge, it's simple. If you have the console, of course. Approach the bridge, watch the dialogue, and then, after the game freezes, enter @UnblockGame() and @Trigger(REGION_ENTER_AND_STOP_TRIGGER, 'block10', nil) in the console. After that, you can continue the game and attack the outpost. I also know about the errors with the forts and will fix them. In principle, I only need to check the final part of the map and optimize the script with Marbas and Alaric.
As an option: at the beginning of the summoning, add all troops to a hidden garrison, make the hero interact with the garrison, and after the shuffling is complete, deduct resources from the player according to the remaining troops.
By the way, this option is also convenient because you can immediately remove unnecessary troops from the army. You don't even need to remove them from the garrison – you can assume that the hero sent some of the troops back to Shio and took some with him. I think I'll do that. Thank you all for the positive feedback! I will try to start updating the map as soon as possible.

Whatever