cysun / Heroes3Editor

Heroes of Might and Magic 3 (HoMM3) Savegame Editor
46 stars 20 forks source link

Add support for HoTA and some extra info #5

Closed sokie closed 3 years ago

sokie commented 3 years ago

Added new creatures, artifacts and items included in the hota unofficial expansion. Added the ability to read hota savegames

sokie commented 3 years ago

TODO: item list should be initialized with HoTAitems, only if savegame version is from HoTA

cysun commented 3 years ago
  1. If I'm not mistaken, you added lots of artifacts to the "Items" list. Note that "Items" are only for artifacts that can be equipped in the 5 item slots. For example, Sword of Hellfire should be in the "Weapons" list (and it's already there); shields should be in the "Shields" list, etc.
  2. As noted in your TODO, it should check game version before including HOTA-only items. The easiest way is probably putting HOTA items and creatures in their own lists, and add them to the main lists if the savegame is detected to be HOTA.

You can make the changes and submit a new pull request.