安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






I'm not the author, but the code for this mod is very very simple and should work fine in the latest version of the game (and all future updates too, I'd imagine)
The game doesn't intend for unlanded people to procreate, there's lots of mechanisms by which they are excluded and get pushed out of the game world. The pressing reason being that otherwise they'd be a population explosion in the save. The main way they are excluded from marriage is their lack of alliance power and being barred from searching for spouses, if you want to tinker with that they're set in:
\common\defines\ai\00_ai.txt
Both of these are set to zero for unlanded/baron AI of unlanded/baron parents, meaning they won't look for spouses
MAX_NUMBER_OF_COURTS_TO_SEARCH_FOR_SPOUSES
MAX_NUMBER_OF_SPOUSE_CANDIDATES
The only problem is it's kind of a tautology, it's only true that it'll be unchanged as long as Paradox don't change it, which you can only be sure of after they publish their updates. While defines are far less likely to be changed than other things, Paradox can and still do sometimes change how defines work across updates.
@TheLoneWanderer
Whilst that is true lol (I don't mind), the people who do read, or would like to have as much info/advice as possible to be able to read, won't leave comments like that for anyone to know they did.
\common\defines\00_defines.txt
C:\Program Files (x86)\Steam\steamapps\workshop\content\1158310\2265131889\common\defines\zz_defines_more_babies.txt
Then change the first two numbers to whatever you like. The numbers represent each tier in order: unlanded, baron, count, duke, king, emperor. The characters tier is decided by their or their parents highest rank.
BASE_NR_OF_CHILDREN_PER_COUPLE = { 1 1 4 5 5 5 } #Modded up from { 1 1 2 3 5 5 }
Best to save it to your own custom mod in the same common\defines folder structure, see the wiki on how to get the launcher to build the basic structure of your mod
https://ck3.paradoxwikis.com/Modding#Creating_a_mod
There will be multiple "Update Please" messages no matter what is in the description.
Perhaps it would be helpful to include this in the description, 90% of the community would most likely read it
"This mod is a simple defines edit and will likely never need to be updated to work with new versions of the game."
Updated for v1.8.*. No changes.
This mod is a simple defines edit and will likely never need to be updated to work with new versions of the game.
More of a compliment to them since I dont like playing without their mods
I am sure that will speed things up. Thanks for making a diffrenece!
https://forum.paradoxplaza.com/forum/threads/mod-higher-mortality.1462675/
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2265131712
You can always tweak the figures to be what you like, in defines of either mod it's this key:
BASE_NR_OF_CHILDREN_PER_COUPLE
Updated for v1.7. No changes.
Updated for Fate of Iberia v1.6. No changes.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2428173603
Updated for Royal Court/Fleur-de-lis. No changes.