Jump to content

Allowing Concubines only for the Player Character


Recommended Posts

Is it possble to allow Concubines (or Poly Spouses) for the Player Character without allowing it for everyone in their Culture/Faith? If other cultures/Faiths have them allowed, they should not be restricted. Is there anyway to mod this?

 

Alternatively is it possible ot allow a specific gender to hold titles but forbid them from having Concubines/Poly Spouses? As far as i understand it is regulated by the same tenet, possible to sepereate this? I would like for my Spouses to have Titles in my Empire, but not be able to have secondary Spouses beside myself.

 

Thanks in advance!

Link to comment

C:\Steam\steamapps\common\Crusader Kings III\game\common\character_interactions BACKUP '00_marriage_interactions.txt'

Now open '00_marriage_interactions.txt' find, around line 1800ish

ai_make_concubine_interaction = {

you'll see

ai_potential = {
		is_landed = yes
		is_adult = yes
		fertility > 0
		allowed_more_concubines = yes
		NOR = {
			has_trait = chaste
			has_trait = celibate
			has_sexuality = asexual
		}
	}

if you make it

	ai_potential = {
		is_landed = yes
		is_adult = yes
		fertility > 0
		allowed_more_concubines = yes
		NAND = {
			faith = NAMEOFYOURFAITH
			is_female = yes
		}
		NOR = {
			has_trait = chaste
			has_trait = celibate
			has_sexuality = asexual
		}
	}

 

that SHOULD make it so females of your faith CANT take concubines.      is_female = no  would mean only female AI's CAN

 

That theoretically would be a quick n dirty edit. Im not skilled enough with doctrines/tenants modding to do a more nuanced approach that would change with your faith. instead u have to manually input your faith here, where it says NAMEOFYOURFAITH

 

I think... possibly... maybe anyhoo, im neck deep testing my own bullshit so cant test, but I think it might work.

You can just save the file to over write vanilla (remember u have a bakup just incase) or turn it into a mod yourself, which is best practice.

Edited by Dwjliel
Link to comment

Is it possible to extend this to females not taking secondary spouses at all either?

 

Or make it so that the player's secondary wives don't ever remarry or accept marriages from others?

Edited by metamar
Link to comment
  • 3 weeks later...

Don't sure how you can block character's wives specifically, if it even possible. To prevent ALL female rulers from taking secondary spouses or consorts you can change "00_succession_laws.txt" in "game/common/laws" folder.

Check it for

flag = women_can_have_multiple_spouses
flag = women_can_have_consorts

 

There should be three instances - for equal, female preference and female only sucession laws.

 

Don't forget to make a backup, unless you turning it into a mod.

Link to comment

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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use