Skip to content

MMH5.5 - Heroes of Might and Magic 5.5

#1190
Auto-translated
cohopx
I noticed this bug in version 5.5 RC14 b4, it's not critical, but still:
Stronghold's Khan's Tower (Tower of khan) requires not only Asha's tear to build, but also city level 15, while for all other factions the city level is 0

DREDKNIGHT for you team:

I found what the problem is and how to fix it.
When you created the mod, you took the "TownBuildingSharedStats" folder from the standard Data, and there was an error that the city level 15 was required.
If you look at the "TownBuildingSharedStats" folder in a2p1-data, you will see that the developer released a fix, the required city level is 0.

To fix, you need to go through:
MMH55-Index.pak> GameMechanics> TownBuildingSharedStats> Stronghold> Grail> TowerOfHeroes.xdb

Replace line
<DevLevelNeeded> 15 </DevLevelNeeded>
on
<DevLevelNeeded> 0 </DevLevelNeeded>