安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Estou jogando como império Romano no CK3 e basicamente só existe uma corte a minha pois os governadores mesmo nível rei não possuem corte no sistema administrativo.
Seria possível em uma futura atualização de seu mod de corte para duques implementar essa mecânica?
I like your mods btw
I thought it might.
Also any plan to any courts to administrative dukes, or governors?
-> Additional Lifestyles (Adds an additional tree for each lifestyle)
-> Royal Court Event Pack (Adds 400+ court events, expanding the Royal Court DLC!)
-> Adopted H3NRY27 suggestion to fix language issues
-> Reworked amenities modifiers and costs
-> Added monthly income per held titles (mainly to help dukes pay for basic amenities)
if you add this to the 00_culture_values.txt after line 762 (after the code for the Geographical Bias) you shouldn't have the issue any longer:
# Prefer the status quo slightly. Needs to be last
if = {
limit = {
scope:checking_native_language = yes
has_court_language_of_culture = culture
}
multiply = 1.5
add = 1000 # Add a large constant to the score of the current court language
}
else_if = {
limit = {
scope:checking_native_language = no
scope:target = { has_royal_court = yes }
has_same_court_language = scope:target
}
multiply = 1.5
add = 1000 # Add a large constant to the score of the current court language
}
}
# anyways i hope this helps you if you need it :D
(part 1)
The primary reason I removed it was since the duke courts spammed the hell out of the error log due to duke level theocracies. It's fine if said duke is a highborn BUT if they have no dynasty the game will proceed to spam the error log since it's going to try and create a banner for a CoA that does not exist. If CK3 just made up a dynasty for those theocratic titles like CK2 did there'd be no issue.
Also saw the comment on culture expanded. CCU, which is part of CE, edits the culture values file.
@andre.dz—you’d need an editor like Notepad++ that lets you set the encoding of files. Then just open the relevant file and do that.