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
可以打开Fixed_title_holders文件进行修改:
governments = { feudal_government clan_government tribal_government republic_government }
注:需要修改4个baron下的代码。
【关于如何自己增添级别称呼的问题】
1、在Fixed_title_holders中新建table
2、在fix_title中新建table并调用Fixed_title_l_simp_chinese中的key,例如title_crown_prince_male_han_baron: "嗣子"(记得改key值)
3、在Fixed_title_l_simp_chinese中参考原作者的代码进行修改添加。例如:
title_prince_male_han_baron: "[CHARACTER.Custom( 'FixedTitlePrincebaron' )]"
title_prince_female_han_baron: "[CHARACTER.Custom( 'FixedTitlePrincebaronFe' )]"
title_crown_prince_male_han_baron: "嗣子"
title_normal_prince_male_han_baron: "公子"
title_crown_prince_female_han_baron: "宗女"
title_normal_prince_female_han_baron: "女公子"
4、如果保存后游戏中名称没有立刻显示,请检查Fixed_title_l_simp_chinese文件中是否存在以下代码,如果没有请添加:
title_prince_male_han: "[CHARACTER.Custom( 'FixedTitlePrinceKingdom' )]"
title_prince_female_han: "[CHARACTER.Custom( 'FixedTitlePrinceKingdomFe' )]"
title_prince_independent_female_han: "[CHARACTER.Custom( 'FixedTitlePrinceIndependentKingdomFe' )]"
title_crown_prince_female_han_kingdom: "王太女"
title_normal_prince_female_han_kingdom: "王女"
title_normal_independent_prince_female_han_kingdom: "王女
1、需要在Fixed_title_l_simp_chinese和fix_title中都能搜到FixedTitlePrinceIndependentKingdomFe。
2、如果搜不到,那就对了。
3、将以下代码加入到fix_title文件中:
FixedTitlePrinceIndependentKingdomFe = {
type = character
text = {
trigger = {
OR = {
#AND = { exists = liege is_primary_heir_of = liege }
#is_primary_heir_of = father
#is_primary_heir_of = mather
any_close_family_member = {
highest_held_title_tier >= tier_kingdom
primary_heir = root
}
}
}
localization_key = title_crown_prince_female_han_kingdom
}
text = {
localization_key = title_normal_prince_female_han_kingdom
fallback = yes
}
}
需要看的是Fixed_title_l_simp_chinese(名称)文件、fix_title(显示规则)文件和Fixed_title_holders(配置)文件。
可以打开游戏后,在mod管理列表中找到对应文件夹。