Jump to content

Player-only concubine increase?


Recommended Posts

Posted

As a Norse emperor I want to have more than 3 concubines but not for all my vassals, as that would get messy and tank performance.

 

Is there a mod or (fairly) easy way to implement this?

Posted (edited)

Harem - More Concubines may do the job for you.

 

https://steamcommunity.com/sharedfiles/filedetails/?id=2318880283

 

Alternatively you can also tweak Crusader Kings III\game\common\religion\doctrines\religion\00_doctrines.txt as follows (but it affects the whole game, not just you):

 

doctrine_concubines = {
        piety_cost = {
            value = faith_doctrine_cost_mid
            if = {
                limit = { has_doctrine = doctrine_concubines }
                multiply = faith_unchanged_doctrine_cost_mult
            }
        }
        parameters = {
            number_of_spouses = 1
            number_of_consorts = 3 << change this number

Edited by base1en
Posted
1 hour ago, base1en said:

Harem - More Concubines may do the job for you.

 

https://steamcommunity.com/sharedfiles/filedetails/?id=2318880283

 

Alternatively you can also tweak Crusader Kings III\game\common\religion\doctrines\religion\00_doctrines.txt as follows (but it affects the whole game, not just you):

 

doctrine_concubines = {
        piety_cost = {
            value = faith_doctrine_cost_mid
            if = {
                limit = { has_doctrine = doctrine_concubines }
                multiply = faith_unchanged_doctrine_cost_mult
            }
        }
        parameters = {
            number_of_spouses = 1
            number_of_consorts = 3 << change this number

I do not think the harem mod is player only, I specifically looking for player only more concubines

Posted (edited)

Do the above from @base1en then read the opening from my mod here, covers how to stop the AI recruiting more than '3' concubines. So they could still technically have more, but will never do so, unless you as the player offer them (handy for dynasty). Real easy cut n paste.

 

 

Edited by Dwjliel
Posted
10 hours ago, Dwjliel said:

Do the above from @base1en then read the opening from my mod here, covers how to stop the AI recruiting more than '3' concubines. So they could still technically have more, but will never do so, unless you as the player offer them (handy for dynasty). Real easy cut n paste.

 

 

Thank you this works perfectly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...