Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can have 82 heros even if it is said here max is 70 ?
I asked you this bacause I hesitate between this mod and other rosters which allows 99 heros
I personally put it first and had no problems.
Hope this helps!
Maybe y'all are using some sort of stagecoach replacer or something that conflicts with this mod, but the mod still works as of 1/5/2024
You need to copy/paste the last two paragraphs they wrote into the indicated .json file, and add that comma to the end of like 48 like they instruct. Worked like a charm for me! But you may want to copy your .json file to save just in case something goes wrong. I forgot the comma at first and when booting up the game got an error message, but it didn't break anything. Just had to go back and fix my edits.
Thanks Zanameth!
Line 1 : You need to replace the number at the end by the file size of the "modes\radiant\campaign\town\buildings\stage_coach\stage_coach.building.json" file.
To get the file size, you can right-click that file and select "Properties" to view the size.
The number you need to take is the one in parenthesis :
Example :
Size : 3,24 KB (3.320 bytes)
So here the number you need is 3320.
Do NOT take the number on the "Size on disk" line.
Restart your game, and hopefully it's good now.
Edit the file :
D:\Steam\SteamApps\workshop\content\262060\903716519\modes\radiant\campaign\town\buildings\stage_coach\stage_coach.building.json
Line 48, add a missing comma "," (without the quotes) at the end of the line, then save the file.
Hopefully this should work. I'm still in the process of testing it in my game.
Also of note : the block at lines 49/50 is not identical to the Vanilla game (and it should be, since the mod isn't supposed to touch this part).
If you want the original code for this part, replace lines 49 and 50 by this :
Line 49 :
{ "level" : 4, "chance" : 0.0625, "number_of_extra_positive_quirks" : 2, "number_of_extra_negative_quirks" : 2, "number_of_extra_combat_skills" : 2, "number_of_extra_camping_skills": 2, "guaranteed_previous_raid_dead_hero_levels" : [5,6],
Line 50 :
"upgrade_tree_id" : "stage_coach.upgraded_recruits", "upgrade_requirement_code" : "d" }
If you play on darkest or stygian/bloodmoon you don't have the option to upgrade your stagecoach to give you level 4 heroes. Maybe that's why some people don't get them.
@Kaani, you're trying to update the mod to give you level 4 heroes on darkest and above.
The mod contains also a folder named modes(\radiant). The file from there already contains the upgrade for level 4 recruits. I hope this clears things up.
In <Steam DIR>\steamapps\workshop\content\262060\903716519\campaign\town\buildings\stage_coach there is a file called stage_coach.building.json, open that file and find "upgraded_recruits_upgrades". You'll see that it's missing the level 4 upgrade altogether, and I assume that's what's making the game default to the level 0 thing.
To fix it, add the following under the level 3 part:
{ "level" : 4, "chance" : 0.0625, "number_of_extra_positive_quirks" : 3, "number_of_extra_negative_quirks" : 3, "number_of_extra_combat_skills" : 3, "number_of_extra_camping_skills": 3, "guaranteed_previous_raid_dead_hero_levels" : [5,6],
"upgrade_tree_id" : "stage_coach.upgraded_recruits", "upgrade_requirement_code" : "d" }
works fine with 120+ mods including Sunward Isle
I don't know if it has anything to do with this mod, but last night, I opened up the game, and all my heroes were gone. Poof. Empty roster. I was in the endgame too, so it's devastating...
I played the game offline, so I suspect it might also have something to do with steam cloud saves, but I can't be sure. Any advice would be greatly appreciated.