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
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?
1) Add a localisation for the duke's court. So it's no longer called royal court when you're a duke.
2) Remove the Theodosian Wall debuff because it doesn't have anything to do with the mod.
3) Why are the icons for court amenities so weird? Are they the vanilla ones?
Thanks for making us happy with your mods!
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.