What's the syntax for dependencies?
dependencies = Balansegang or something more complicated?
that is the official info on it.
dependencies = { "someothermod" } # if you depend on another mod or dlc you can specify that here and it will get loaded
What's the syntax for dependencies?
dependencies = Balansegang or something more complicated?
Both can be changed in landed_titles.txt. You can move counties (c_name) to another duchy (d_name) just by cutting and pasting.How do you change what provinces are in what duchies?
Also is it possible to add de jure empires to the game map like the HRE and ERE are now without them holding any land so they can be formable by a nation like many kingdoms are now?
Both can be changed in landed_titles.txt. You can move counties (c_name) to another duchy (d_name) just by cutting and pasting.
You can do the same with the kingdoms within an empire, just move them outside the empire-title.
Common folder. Yes.Where is landed_titles located? Also just so I'm clear this would allow me to say create a de jure British Empire that occupies Scotland, Wales, England, and Ireland?
Common folder. Yes.
Anenu, just so you know (in case you didn't) there will be a de jure Empire of Britannia in vanilla as of the 1.06 patch -- I'm assuming it includes Ireland but of course it may not.
I did not know that but i was also wanting to add a French, Spanish, Russian and possibly other empires to the map as personally I think that a kingdom that has expanded to such a point that it rivals both the HRE and ERE in size and power should be able to form an Empire itself since at that point you probably have multiple kingdom titles.
Yay! It worked properly enough to fail! It CtD'd at "calculating paths".
So...that raises all kinds of new "what did I botch" questions. Any thoughts?
IIRC those are exactly the empires planned for next patch^^ so, if you are not really at ease with modding, maybe you could wait for the patch to be out.
Awesome then I don't have to add any new empires then. I'm still going to try to mod some of the duchies though because of a personal hatred for 2 province duchies. Also where can i find the information on the upcoming patch?
Awesome then I don't have to add any new empires then. I'm still going to try to mod some of the duchies though because of a personal hatred for 2 province duchies. Also where can i find the information on the upcoming patch?
allow = {
AND = {
has_landed_title = c_tagofcounty1
has_landed_title = c_tagofcounty2
}
}
That does make them unformable if either county is owned by a vassal though.-for 2 provinces duchies you can add these conditions of creation (before last closing "}" for said duchy) to make them only creatable only if the 2 de jure duchies are under control.
Code:allow = { AND = { has_landed_title = c_tagofcounty1 has_landed_title = c_tagofcounty2 } }
-on main forum there are two dev diaries "sword of Islam" (empires commes with the free patch stuff)
That does make them unformable if either county is owned by a vassal though.