John Aakerblom

Results 11 issues of John Aakerblom

There is [a branch](https://github.com/potmdehex/homm3tools/tree/h3mlibhota) in which I have started implementing support for the HotA .h3m format in h3mlib and h3mconvert. I intend to continue this work where I left off...

From [heroescommunity.com](http://heroescommunity.com/viewthread.php3?TID=41548&PID=1351648#focus) > if possible, can you add the ability to select the teams from the new map screen, or make it so human/computer players are allied when using both...

HD Edition lacks SoD features such as re-visiting object with space bar, moats doing damage etc. HDE Mod already adds space bar re-visit and it would be good to add...

Aside from lacking SoD features, Heroes III HD Edition lacks features added in patch 1.4 of the original RoE. Notably missing is: *Dragonflies casting weakness *Ability to purchase un-upgraded creatures...

Currently there exists conversion tables, used during conversion of creatures in armies, in https://github.com/potmdehex/homm3tools/blob/master/h3m/h3mlib/h3m_conversion/conv_tables_creatures.h These tables specify which RoE creature to replace non-RoE creatures with and what to multiply the...

Currently some logging is performed during conversion, but it is done in a _very _hacky way. Some of the code: https://github.com/potmdehex/homm3tools/blob/master/h3m/h3mlib/h3m_conversion/convert.c#L103 Really what should happen is that the caller of...

h3mlib should be able to adapt which objects it removes and which it replaces according to a parameter passed to the conversion functions. that decides its strategy. Atleast the following...

enhancement

When using the hotkeys for artifact swapping, there are 2 visual bugs related to refreshing the hero backpacks and one double hotkey press bug: From https://github.com/potmdehex/homm3tools/blob/master/hd_edition/hde_mod/mod/hero_trade.c#L49: // TODO fix artifact...

The current WoG conversion hasn't been worked on/tested much and while it seems to succesfully convert many maps so that they can be opened in the HD Edition map editor,...

AB/SoD maps allow for more quest types than RoE. Currently all Seer's Huts are dropped during conversion, including the ones that have the basic Return with artifact quest type that...