As part of the HD mod, I suggest disabling this annoying window:
// disable the tactical message window at the beginning of the battle
_PI->WriteHexPatch(0x462D98, "EB 30 90 90 90 90"); // 0x462D98 JMP SHORT 0x462DCA

2. Hero recruitment option:
a) When digging up heroes, you often need to dig up an already leveled-up hero, so I suggest adding the text "level N" to the tavern dialogue.
b) If the hero's portrait is set in the editor, the hero recruitment shows the wrong portrait. The correct way to get the portrait is: o_HeroInfo[hero->pic].hps_name. And here, hero->pic may have a number different from the number of the current hero, and it stores the ID of the portrait (either the default one or the one set in the editor).

3. I would really like the HD version to include a tweak for the number of battle tracks. So that you can adjust their number yourself.
There are very, very few (only 4) tracks. And it is not easy to manage this because HD replaces this function in its code.
