homm3tools icon indicating copy to clipboard operation
homm3tools copied to clipboard

Tools and libraries for Heroes of Might and Magic III

Results 21 homm3tools issues
Sort by recently updated
recently updated
newest added

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...

- Fix for #4 issue - now seer huts with 'return artifact' quest type should converts correctly. If seer hut gives a quest which not supported by RoE/HD, or desired...

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...

Currently magic planes and cursed land with SoD sprites are dropped during conversion. On some maps they are crucical for gameplay (for battles specifically designed for no-magic combat, or some...

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...