安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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
}
}
}