Crusader Kings III

Crusader Kings III

Harem Doctrines
Alshina 26 Oct, 2020 @ 8:58am
Faith does not allow Polygamous?
I have the Managed Large Harem doctrine and my ruler can't marry anyone else because they all the the malus -1000 ' faith does not allow polygamous' even though we are of the same faith. I used to be able to marry secondary spouses but now candidates don't show up. When I go manually look for a woman, they have the malus.
Last edited by Alshina; 26 Oct, 2020 @ 9:03am
< >
Showing 1-4 of 4 comments
Nihil 26 Oct, 2020 @ 7:40pm 
I have the same problem now. It was fine before or maybe I just didn't notice it, but if they're of the same faith then they can't marry because "faith does not allow polygamous"

Temporary fix for me is adding the normal polygamy doctrine to the faith via the console then removing it after they accept.
SurrealNumber 27 Oct, 2020 @ 7:14am 
You can fix it by creating your own local mod to fix the issue. Just add a file in the common/scripted_triggers folder in your mod with these triggers in it:
is_polygamous = { OR = { has_doctrine = doctrine_polygamy has_doctrine = doctrine_polygamy_s has_doctrine = doctrine_polygamy_m has_doctrine = doctrine_polygamy_l has_doctrine = doctrine_polygamy_harem has_doctrine = doctrine_concubine_managed_s has_doctrine = doctrine_concubine_managed_m has_doctrine = doctrine_concubine_managed_l has_doctrine = doctrine_concubine_managed_harem } } allows_concubines = { OR = { has_doctrine = doctrine_concubines has_doctrine = doctrine_concubine_s has_doctrine = doctrine_concubine_m has_doctrine = doctrine_concubine_l has_doctrine = doctrine_concubine_harem has_doctrine = doctrine_concubine_managed_s has_doctrine = doctrine_concubine_managed_m has_doctrine = doctrine_concubine_managed_l has_doctrine = doctrine_concubine_managed_harem } }
and then add in renamed copies of the following files in the same place in the folder system in your mod:
  • common/scripted_effects/00_marriage_interaction_effects.txt
  • common/scripted_modifiers/00_marriage_scripted_modifiers.txt
containing only the modifiers/effects which have either
has_doctrine = doctrine_polygamy
or
has_doctrine = doctrine_concubines
. Replace those with the triggers
is_polygamous = yes
and
allows_concubines = yes
respectively. Loading the mod you created along with this mod should fix the issue.
Baowow 27 Oct, 2020 @ 9:31am 
there's a fix posted by another user on LL
Genseric123 17 Nov, 2020 @ 6:20pm 
Originally posted by From Up On Poppy Hill:
there's a fix posted by another user on LL
would you mind dming me the link?
< >
Showing 1-4 of 4 comments
Per page: 1530 50