Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
weight of crown
work for it
rui: character unofficial
harem politics
Thank you for the hard work, this mod completely fills the hole left by the absence of what should have been a base game mechanic and which hopefully might be more than just an after thought for ALL UNDER HEAVEN.
Does it also solve the -1000 polygamous marriage acceptance bug?
@bboy_damo
I did it and although it fixed the harem mechanics it still has the marriage acceptance bug
comment out
#accepts_polygamy = {
# OR = {
# culture = { has_cultural_tradition = tradition_polygamous }
# faith = { has_doctrine = doctrine_polygamy }
# }
#}
#accepts_concubinage = {
# OR = {
# culture = { has_cultural_tradition = tradition_concubines }
# faith = { has_doctrine = doctrine_concubines }
# }
#}
and add this at the bottom
# from Harem Politics
accepts_polygamy = {
OR = {
faith = { has_doctrine_parameter = allows_polygamy }
culture = { has_cultural_parameter = allows_polygamy }
}
NOT = {
culture = {
has_cultural_tradition = tradition_monogamous
}
}
}
accepts_concubinage = {
OR = {
faith = { has_doctrine_parameter = allows_concubinage }
culture = { has_cultural_parameter = allows_concubinage }
}
NOT = {
culture = {
has_cultural_tradition = tradition_monogamous
}
}
}
As for RICE, I haven’t found any overlapping files, but for some reason the two still don’t work together. I’m still looking into it. If anyone finds the cause, I’d love to know!
Also, I saw that your mod might not be compatible with RICE? That’s a bit disappointing, as I can barely bring myself to play without RICE, lol. Could this issue (if it’s a bug) be related to RICE? Apologies for not testing this further myself. Thank you for your hard work and any insights you can provide!
Sorry, my English isn’t very fluent. This comment was translated using GPT.
The blasphemous marriage malus only appears if the consort doesn’t accept polygamy or concubinage
also is there any way to get rid of the blaphemous marriage opinion Malus?