Page 1 of 1

Mod Questions

Posted: Sun Apr 26, 2015 4:16 pm
by Emmeric
I made a Roman mod for Mardoba. Wanted to change their magic to war. Only place I found that might do it was in <Table name="RlmStats">. I changed the "Panel" value to War. Had no effect. Is there another place or is that not something changeable?

2nd question, I noticed Changing affinity for Mardoba in the RlmStats had little effect. In the vanilla game, they do not receive plains affinity, though it is listed. Only forest and hills of all things. Not sure whether that's a bug or what, but changing it to "Mountain, Hill" only confers hills, not both. Is RlmStats where I need to be looking to mod that?

Re: Mod Questions

Posted: Sun Apr 26, 2015 5:02 pm
by Jekky
The panel value will change the background images used on various screens, and will indicate an affinity for War - if you want to change the spells which they have access to, that would be Magic.xml, if you want to change their units default damage type, you would want sov_charts unit table.

To change the affinity for terrain, you have to do so by race rather than by realm. This is done in the Terrain table by setting these:
HumanMult
OrcMult
ElfMult
DwarfMult
UndeadMult
OutcastMult

these are based on the economic race value applied to each realm, not their displayed race value - it's a bit complicated, i know.

Re: Mod Questions

Posted: Sun Apr 26, 2015 7:47 pm
by Emmeric
Ah, I see. Thanks!