Tarnum is back

Thanks, when VCMI will be ready (waaay into the future), I will update the mod, so that Tarnum is only accessible as a campaign hero :wink:

Tarnum doesn’t work at all. Because when the game crashes and I load again my previous savegame file, my Tarnum cannot upgrade Elves (Wood or Grand) to Sharpshooters. Tarnums’ abillity only works once, after You exit whole game, launch game again and load savegame, Tarnum won’t work as he should.

It seems, that this bug is not originating from the mod but VCMI itself. Playing standard heroes like Gelu or Dracon is bugged as well after loading. I will report this in a sec.

Oh, well, I didn’t recognize that Gelu and Dracon also have this bug, but I’m sure that information will be helpful.

Okay, but now it makes them never spawn in the map at all, what’s the point? :stuck_out_tongue:

You said it first, what is the point of having so much Tarnums at the same time. As I watched comments here and there, people tend rather to say the same so I changed it. Furtheremore, if there would not be any other significant changes in modding system, this would be the final versions… but ok, whatever, here are updated files bringing back previous settings :stuck_out_tongue:

It would be nice of course to have only one Tarnum at time or to choose it in map editor. But for now, there’s no point to upload the mod which does nothing to official server.

This version DOES fix a bug and makes some slight changes to heroes…

UPDATE:
That is the bug I mean…

So, will the mods be updated? :stuck_out_tongue:

Ahh, yes, infamous bug with 0-size stacks.

In a moment.

Done.

Next time please pack mod as zip:
wiki.vcmi.eu/index.php?title=Modding_guidelines

Ok, will do :slight_smile:

BTW. It seems there is some bug, I updated descriptions of both mods, but the launcher does not show them (it shows old ones). As i check them directly in mod.json, everything seems ok… :-/

I tried to reinstall everything, but nothing changes…

EDIT. Newest mod versions are avaible through launcher or the first post in thread…

The funny thing is mod manager displays info from our repo config file and not the actual mod.

Ouch. Haven’t thought about such use case :slight_smile:

I ran into this issue when working on mod manager - what to do when version in repository is different from locally installed? Usually this happens when mod updated on server but I haven’t though about reversed situation.

I see two options here:

  • local version always have higher priority. May not behave as expected when there was a change in (for example) description or required mods.
  • larger version number have higher priority, or local in case of same version. Probably better solution. Will go with this one.

Could someone please update mod.json files in both mods? I did not repack the whole mod as nothing else changes. Thx.

For the first mod:

{
  "name" : "Tarnum is back - pt1 (Original Factions)",
  "description" : "Playable Tarnum in all his previous incarnations (Knight, Ranger, Barbarian, Wizard, Beastmaster and Overlord) as well as 3 new ones (Death Knight, Demoniac and Planeswalker). Most of the graphics are exported from Heroes Chronicles, Heroes of Might and Magic 3 Complete or Horn of the Abyss. I'm the author of Planeswalker and Demoniac portraits and some speciality graphics, Hobbit is the author of Death Knight Tarnum (I received his permission to use this portrait). Mod gives each of original Heroes factions one Tarnum :)",

  "author" : "marif, Hobbit (Death Knight), HotA Team (Overlord speciality icons)",
  "contact" : "https://forum.vcmi.eu/t/tarnum-is-back/748/1
  "version" : "1.0.4",
  "modType" : "Heroes",	

   "changelog" :
    {
        "1.0.0" :  "Initial release" ],
        "1.0.1" :  "Bug fixes" ],
        "1.0.2" :  "Changed Overlord Tarnum speciality icons to the ones used in HotA", "Changes in abilities of Death Knight Tarnum (added basic Offence, reduced Necromancy to basic)", "Fixed quantity of Beastmaster Tarnum's Serpent Flies" ],
		"1.0.3" :  "Bug fixes" ],
		"1.0.4" :  "Updated mod file to VCMI version 0.96" ],		
    }, 
  
"heroes" :

	

	"config/Tarnum/TarnumKnight.json",
	"config/Tarnum/TarnumRanger.json",
	"config/Tarnum/TarnumWizard.json",
	"config/Tarnum/TarnumBarbarian.json",
	"config/Tarnum/TarnumOverlord.json",
	"config/Tarnum/TarnumBeastmaster.json",
	"config/Tarnum/TarnumDeathKnight.json",		
    "config/Tarnum/TarnumDemoniac.json",
	"config/Tarnum/TarnumPlaneswalker.json"
	]

}

I also added some screenshots, but those must be added directly in repository from what I understand (hope I made it correct, cannot test it)?:

    "screenshots" : 
        "http://i1282.photobucket.com/albums/a521/anoleyn/portrait-large_zps1d0a9875.png",
		"http://i1282.photobucket.com/albums/a521/anoleyn/portrait-large_zpsdf6787d1.png",
		"http://i1282.photobucket.com/albums/a521/anoleyn/portrait-large_zps06f4dcab.png",
		"http://i1282.photobucket.com/albums/a521/anoleyn/tar1_zps7dccdfb0.png",
		"http://i1282.photobucket.com/albums/a521/anoleyn/tar2_zpse826ee9b.png"
    ]

For the second:

{

  "name" : "Tarnum is back - pt2 (Cove)",
  "description" : "This mod adds Tarnum as a playable hero for Cove (Captain). In order to play, Cove town mod must be installed!",

  "author" : "marif",
  "contact" : "https://forum.vcmi.eu/t/tarnum-is-back/748/1
  "version" : "1.0.4",
  "modType" : "Heroes",
  "depends" : "hota.cove"],

  "changelog" :
    {
        "1.0.0" :  "Initial release" ],
        "1.0.1" :  "Changed Tarnum's abilities (reduced Navigation to basic, added basic Offence)", "Bug fixes" ],
        "1.0.2" :  "Bug fixes" ],
		"1.0.3" :  "Bug fixes" ],
		"1.0.4" :  "Updated mod file to VCMI version 0.96", "Changed/fixes compatibility to HotA mod (now requires HotA and COVE submod installed to work). Will not work with older versions." ],		
    },
   
  "heroes" :
	
	"config/Tarnum/TarnumCaptain.json"
	]

}

And screenshots:

    "screenshots" : 
        "http://i1282.photobucket.com/albums/a521/anoleyn/tar1_zps7dccdfb0.png", 
        "http://i1282.photobucket.com/albums/a521/anoleyn/tar2_zpse826ee9b.png",
        "http://i1282.photobucket.com/albums/a521/anoleyn/portrait-large_zpsd5d213c6.png"
    ]

OK, will update mod today.

Wait a second. Changelog? Damn. I forgot about that feature myself.

  1. There is actually easy way to test them - add “screenshots” entry to mod.json :slight_smile:
    VCMI will complain about illegal entry but Launcher should pick them up. In your case - portraits are too small IMO so I’m going to upload only 2 “full” screenshots. If you want to show all your portraits - perhaps merge all of them into one image? Should be big enough to not look weird in our screenshot viewer.

  2. I don’t want to rely on 3rd-party sites so all screenshots should be reuploaded to vcmi.eu. List of links is enough, during reupload I’ll rename them to _#.png, where # is index of screenshot.

UPDATE: mods reuploaded, screenshots seems to be working.

Thanx :slight_smile:

Well, I do not thing that showing all portraits is necessary, but if it is not a problem, I will merge them into 1 file but probably in the evening or later :slight_smile:

I haven’t been doing new mods recently, but since Forge is now released I decided to make an update of the mod(s).

And now a question to the developers:
Should I revamp all Tarnum mods into one, making each part a submod (separate for lets say all original castles, Cove and for Forge) or leave it as it is now (part 1, part 2 and create part 3 for Forge - in that case each would be a sepeate, independent mod)?

If completely revamped, I would ask later to replace existing mods with the new one in the repository.

EDIT:
As a bonus, here is the version of Tarnum for Forge (I released an older version of it some time ago on Acidcave) :stuck_out_tongue:

One mod with 3 submods feels cleaner.

I don’t think that new Forge portrait is good, though.

Hello, the mod is very nice, thank you. Do you think you could add Tarnum as the hero for Heavenly Forge 2000 also? I think it is the best forge town out there because of it assets, terrain and map. The line up is the best for me also, maybe the Juggernaut could look better but nevermind that. Or can you write a tutorial how can I edit Tarnum from the „other Forge“ version to this one? Thanks in advance!