Editing a custom sovereign

Is there a way to edit a sovereign other than editing whatever XML file it's stored, or deleting and re-creating them?

17,287 views 8 replies
Reply #1 Top

No.

Reply #2 Top

AFAIK, no there isn't.  The editor lets you make new kingdoms, but not edit those either.  Once you make one you are stuck with it unless you delete it.  However I do write my custom kingdoms text and custom Sovereign text blocks in notepad.  You can't copy them from the game interface but you can copy TO the game interface.

Reply #3 Top

Ok so technically, I could edit the XML if I knew where it was, what it was called, and what the different tags within the XML represented.  Is this documented somewhere?

Reply #4 Top

MyDocuments/MyGames/FallenEnchantress/Units is where units you create in-game are stored. If you look at the XML it is pretty self explanatory actually. Just ask if there is something you don't understand.

Reply #5 Top

Quoting Wizaerd, reply 3
Ok so technically, I could edit the XML if I knew where it was, what it was called, and what the different tags within the XML represented.  Is this documented somewhere?
End of Wizaerd's quote

 

For windows 7: C:\Users\"whoeveryouare"\Documents\My Games\FallenEnchantress\Race -

 

Have fun!

v/r

Novalith

Reply #6 Top


Now that I think about how do you edit a sov's attack and defense stats? I have not found the code area needed to do that. I can add in abilities and what not just fine but cannot for the life of me find out how to raise the attack stats. I want my ultimate OP sov that can rule all with his fists, where I can autoresolves against dragons and large demons with no worries.

Reply #7 Top

            <UnitStat_Attack_Blunt>18</UnitStat_Attack_Blunt>
            <UnitStat_Defense_Blunt>10</UnitStat_Defense_Blunt>

 

You can replace blunt with pierce or cutting. With defense you should give him all 3. You can find examples in the CoreMonsterUnitTypes file.

Reply #8 Top


Sweet I shall look into ths.