Flyte Posted March 6, 2022 Posted March 6, 2022 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!
Dwjliel Posted March 6, 2022 Posted March 6, 2022 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.
metamar Posted March 9, 2022 Posted March 9, 2022 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?
Gandalf_the_Dirty Posted March 26, 2022 Posted March 26, 2022 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.
Dwjliel Posted March 26, 2022 Posted March 26, 2022 I guess in marriage character interactions u could add a check NOT = { any_spouse = { is_ai= no } } That would only affect the players partner.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.