Hello. I have a modding-related question. As an experienced Eu4 modder, but being new to the CK2 modding community, I am trying to create a mod for vanilla map which removes "de jure titles" from the game before they are created.
I.e, Empire of germany doesn't exist for all the game period, but could be created as a titular title, HRE doesn't exist as a de jure title before 932 (still created through decision).
Similarly, k_england would not exist on map before 927, so there would be no de jure kingdom or empire in England before that.
Like in CK2+, only arabic, carolingian (french), tibet, byzantium and similar titles would exist at game start, and de jure e_france would stop existing on map after 924, only waiting to be created again or replaced by the to-be-formed HRE. E_russia, e_britannia and so on would only be titular titles without de jure territory since they had never existed in the time period.
I tried two different strategies, but it obviously did not work :
I.e, Empire of germany doesn't exist for all the game period, but could be created as a titular title, HRE doesn't exist as a de jure title before 932 (still created through decision).
Similarly, k_england would not exist on map before 927, so there would be no de jure kingdom or empire in England before that.
Like in CK2+, only arabic, carolingian (french), tibet, byzantium and similar titles would exist at game start, and de jure e_france would stop existing on map after 924, only waiting to be created again or replaced by the to-be-formed HRE. E_russia, e_britannia and so on would only be titular titles without de jure territory since they had never existed in the time period.
I tried two different strategies, but it obviously did not work :
- I modded the common/landed_titles folder, taking all k_titles out of their e_title (i.e k_england out of e_britannia), so Britannia is now a titular formable title, and K_england doesn't belong to it anymore. In the same way, I removed all d_titles out of k_england, making it a titular title as well. It worked fine, the de jure kingdom and empires did not appear on map in 769, but they still did not appear in 1066 as de jure titles, only de facto (K_england was already formed)
- Seeing it was unsusccessful, I tried doing something inspired by the e_germany (active = no in 867) and e_hre case (how can it have no de jure kingdom under it in common/landed_titles and still have the "stem duchies" kingdoms under it at game start by the way ?). So I modded the history/titles files and wrote "active = no" to the kingdom of england from start, and active = yes to it from 927 when it is created. No change appeared on the map from the vanilla situation, k_england still exists de jure in 769.