Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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
}
}
}