• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
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
 
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?
 
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.
 
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.

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?
 
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.
 
Common folder. Yes.

I thought i had searched there already but another check shows I was wrong



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.

I was also hoping to find a way to make it so that in order to form these kingdoms you also have to hold something like 2 or 3 of the kingdom titles within the de jure realm but that was going to be a question to ask after i had actually managed to make the empires.
 
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.

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.
 
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?

"Calculating Paths" seem to suggest errors in Adjacencies, Definitions or Positions. (That is, if all the maps are working properly)
 
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?

Sword of Islam Developer Diaries 1 and 2 on the CK2 forum. I think if you go to the main news page they are there too.

Polygamy, decadence, a revamped GUI. A Crusader King does not crave these things. :p

Here's the first one: http://forum.paradoxplaza.com/forum/content.php?986-The-Sword-of-Islam-Dev-Diary-1
 
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?

-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)
 
-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.
 
is it possible to add de jure drift countdown data in the history files ?