I downloaded the newest version of HotA mod from the launcher and noticed some bugs, so I fixed some little things.
Changes:
Switched images of Astra and Casmetra. This isn’t really a bug, but merely a mistake in “lore”.
How did this mistake come to happen? Was the entire HotA mod remade from scratch?
Changed Astra’s specialty image from frost bolt to cure, which is her specialty.
I extracted that image from the original HotA def, and it usually puts out .bmp files, so I just set the extension to .png when extracting, though I noticed that the size may change if you just open in paint, save and close.
After building the first upgrade for the pirate dwelling, the 2nd upgrade doesn’t have its picture shown in town hall screen, which also gives out this error while hovering over any building image:
GetImage error: Request for frame not present in CAnimation! File name: HOTA/TOWNHALL Group: 0 Frame: 46
I didn’t know how to really fix this other than using a .json file with the same name as the .def used for graphics, and that was actually used in the old cove mod version, just redirecting the frame 46 to the proper frame in the def file. This is the text:
{ "frame" : 46, "file" : "hota/townhall.def:21"}
What is making me wonder here is does the building id actually represent the number of the frame in the archive(def) and does it always have to be like that if that’s true?
What’s the difference between hero specialty “tooltip” and “description”? On the wiki, it says that tooltip is visible on clicking and that it supports using {} for making yellow text, and “\n” for line breaks. I also saw “\r” in mods, what’s that one supposed to mean? It says that the description is actually visible when hovering over specialty icon, so where would that text appear? In the bottom of the screen? Instead of that, only description is visible when clicking and tooltips don’t work at all. Is this a known bug?
I don’t know does the Sea Dogs’ ability works the same as death stare, will it be possible to add a new ability with new graphics? Or just graphics, if the ability is the same?
I wanted to ask why are there no images for creature abilities, like for example this picture
http://forum.vcmi.eu/files/bonuses_985.png
HotA creature changes and town corrections have not yet been uploaded in the repository?
I’m checking if there’s anything else that may be wrong, but I probably won’t find anything new. I will probably post the link to the entire HotA mod with changes soon then, even though I only changed the cove submod, so could i maybe upload just that?
EDIT:
Here’s the cove submod: dl.dropboxusercontent.com/u/88897131/Cove.zip