安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




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://psteamcommunity.yuanyoumao.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++.