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
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://steamhost.cn/steamcommunity_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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2428173603
Updated for Royal Court/Fleur-de-lis. No changes.