Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Did you let the game run a bit ?
Opinions are stored in the save game and these things don't get checked every day.
Let it run a month or more.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1133614205&searchtext=all+the+duchies
Tested with english king in 1337 bookmark and already had four or five duchies at start and created then two more.
IF you are using another mod that changes the defines.lua,then that might overwrite that mod and hence not work.
Well I currently have like 20 something duchies in my game. I am playing with shattered world mod and several other mods but I have no idea if any of them overwrite anything there. I will let it run for a month or so and see if anything changes.
Well I let it run for 3 months and all my vassals still have a -100 opinion of me because of a -110 held too many duchies opinion. So what do I do just go through each of my mods and check their defines.lua to change the duchy limit there as well?
Nah,the dirtiest,easiest and quickest way to test this is going to Documents/ParadoxInteractive/Ck2/mod
open the
"all the duchies.mod" file
and change
name="All the Duchies"
to
name="AAA_All the Duchies"
The mod name will now appear like that in the launcher and should be at the top of theMod tab. That should give the mod priority.
PS: This little modding change can actualy be done without including a complete defines.lua file. To prevent conflicts as above.
How to :
In mod have
common/defines folder
Have it include a differently named defines.lua file, as for ex. "mydefo.lua"
and inside (+empy line above and below)
NDefines.NDiplomacy.MAX_DUCHIES_LEGALLY_HELD = 20
Don't just copy+paste this into a file. Won't work.
Recommended for modding is Notepad++.