I used your files for the making of the Town’s Golem Factory but I wasn’t able to take the diamond part because it didn’t mixed well with the rest of the town screen. As you can see below, I made the animations with Photoshop and I put them in the composition.
Though, any idea of how to import the visuals into the game precisely? I’ll obviously need to export every set of buildings in PNG but I saw that some files have several pictures in it (is it for the hall screen?).
Animation in heroes3 are stored in .def files. There’s tool for easy making defs, but defs don’t support png files only bmp, with 8-bit colours and cyan background. For animations in png you must create fake def and override it wih json containing list of animation files.
Sorry guys, I’m actually working with my band on our album so the project is actually in hiatus. Though, I plan to finish this mod someday (and potentially work on others later), I didn’t forgot.
I’m working again on this project since last week and I’ve made a lot of progress. I will soon release the v0.2 with a detailed changelog and announce what I’ll be working on for the v0.3. The update should come within the next days!
If there’s any new suggestions/feedbacks about my mod, please tell me so I can work on them for the upcoming release.
See the changelog below to know more about the upcoming release (v0.2) and the following release (v0.3). Changelog is also available in a .txt file within the mod. Have fun!
Gottesbriefe : Reduce LUCK & MORALE of targeted enemy (expert = all enemy units).
Heroes:
Replaced Keyvan’s specialty with a new one (Skill = Resistance).
Replaced Shayan’s specialty with a new one (Skill = New spell Namburbi).
Units :
LVL7 Unit will no longer have the ability to cast Sorrow & Misfortune after attack (with 50% chance each). Instead, it will now have the ability to cast Gottesbriefe after attack (with 30% chance).
Also, it will now have the ability to cast Curse before attack (with 10% chance). Stats change (Nrm/Upg): Nerfed attack (-5ATK), Buffed defense (+4/3DEF) and Damage changed from 30-40 to 25-45.
LVL3 Unit : removed “Ranged retaliation” and “No wall” abilities. The ability “no melee penalty” will no longer apply to unupgraded units. Reduced speed (7 -> 5).
Misc. :
Fixed .JSON files syntax errors and optimized their codes.
@Macron1 I’ll save this idea for later. The actual town screen might change over the futures releases and I will work on an alternate version once it will be in its final phase.
Also, someone on HeroesCommunity forum told me his game crash whenever he’s using the new spell “Namburbi”. Do you guys encounter the same issue?
By the way, I recommend using these mods in addition to my mod:
Unlucky Ones: Negative luck mod, enables this option and makes game more suited for this feature. This new mechanic will work well with the new spell “Gottesbriefe”.
VCMI essential files (v1.01): Updating your VCMI essential files will add several missing abilities’ graphics (just delete and replace the “vcmi” folder with this one in the “mods” folder).
About horde growth:
in file faction.json instead of: "horde" : [ 2, 5 ] type "horde" : [ 1, 4 ],
I know, it’s little illogical, but with those parametres all work as intended.
I did and it now works. I’m curious to know why “[1, 4],” works. Do you have any explanation lol?
Here’s the edited .json to make the horde working. faction.json (5,3 Ko)
Also, if you replace the rfgSummon.json with this file, does it fix the crash issue? File to replace is in content/config/refugee/spells rfgSummon.json (2,4 Ko)