Crusader Kings II

Crusader Kings II

34 ratings
Increased Wives and Concubines
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
59.620 KB
Feb 7, 2022 @ 1:19am
Dec 19, 2022 @ 4:41pm
3 Change Notes ( view )

Subscribe to download
Increased Wives and Concubines

Description
A simple mod that increases the number of allowed wives and concubines to 100.

This only applies where concubines and multiple wives were already permitted, and the mod will also conflict with any mods that edit the base religions, religion reformation features, or tribal government.

I made this because the existing mods with this functionality that I could find were either outdated or incomplete. If you find any issues, please let me know. Also let me know if there are any conflicting mods that you want me to add as dependencies so that this will take precedence over them.

Thanks, and I hope this is useful,

- Quin


Manual Download[drive.google.com]
CleanSlate Compatible Version
23 Comments
QuinoaFalafel  [author] Dec 12, 2024 @ 4:57pm 
@Freeasabird I use this mod regularly, including with a friend who has a pretty bad PC, and this has never been an issue for us. The AI also rarely decide to take more than a handful of concubines. The most I've seen an AI take is maybe like a dozen or so, and that's really rare. So I suspect your lag issues are either unrelated to this mod, or caused by unexpected interplay between it and another mod of yours.
Freeasabird🕊 Dec 12, 2024 @ 11:21am 
This should only apply to the Ruler because if everyone in your religion can have hundreds of wives that'll cause lag something fierce. not mentioning the legions of kids you(or your court) could spawn. alls i see with this mod is LAG. possibly even CTD eventually. uhg just imagine an empire with this mod installed. smh.
QuinoaFalafel  [author] Jan 13, 2024 @ 6:06pm 
@绿帽风云 I believe it's possible, but I don't know how. You probably can't do it in the actual religion definition, my guess is it probably has to be something external that checks if you have the religion, and then sets your max_consorts to something different.

I was pretty fresh to Ck2 modding when I made this, and the system (and programming in general) hadn't quite clicked yet for me the way it has more recently. And i haven't really dived into this mod or religion modding yet since then, so I'm really not sure how it would be done.

That said, I think the Shiny New Faith mod might actually have a way to do what you want, and of not, it probably at least has the answers as to how you might accomplish it.
绿帽风云 Jan 1, 2024 @ 7:59pm 
Is it possible to set different max wives/concubine values for player and AI? I tried with max_consorts in an if/else statement and it does not work
QuinoaFalafel  [author] Dec 16, 2023 @ 1:47pm 
@QueenDraecara That definitely shouldn't happen, I regularly use this mod and it works fine for me, so it must be an issue with how this mod interfaces with another mod you have. If you can provide me a zip file of your mods folder, may be I can work out which mod is causing the conflict and can implement a fix though.
QueenDraecara Dec 16, 2023 @ 12:54pm 
This mod made all my feudal governments turn into pirate governments. Any fix?
nobitakun Nov 9, 2023 @ 7:01pm 
Oh, I finally edited a mod called religion manager to have 100 consorts. Thank you!
QuinoaFalafel  [author] Nov 3, 2023 @ 2:20pm 
Hmm. Which mod did you settle on to try to modify? Maybe I could take a look at it and send you an edited version
nobitakun Nov 3, 2023 @ 3:27am 
I unzipped the mod file and tried setting max_consorts = 100 for Catholic, but it did not work. I also copied the settings from this mod and made my own mod and tried it, but it didn't work because I am not good at programming.
QuinoaFalafel  [author] Nov 2, 2023 @ 10:20pm 
@nobitakun Yeah, it's possible, but not really within the scope of this mod. This is meant more for immersion to remove the somewhat arbitrary limit on concubines and wives in the game. I could maybe consider making a different mod that allows anyone to have concubines or something, but idk.

In the meantime, my suggestion would be to try taking a look at the files of this mod to understand how to change the number. It's quite simple actually, and I think I have comments at the top of the files that explain the changes some. Then I'd get another mod that adds Catholic concubines, and just do the same changes I did, but do it to that mod's files. Of course, that does take some tech savvyness, and might take a little while to figure out even if you know your way around computer files, but I figured I'd still mention it.