首页所有页面

剧本模组制作


The starting era selection screen

Bookmarks are defined in the /common/bookmarks/ folder.

Bookmarks

书签可以通过在另一个文件中包含同一书签的部分内容来附加或部分覆盖(name, desc, date, era and picture).[1]

Name Type Description Example
name key 书签名称的本地化键。原版惯例是%bookmark%_ERA。 name = "BM_CHARLEMAGNE_ERA"
desc key 书签描述的本地化键。原版惯例是%bookmark%_ERA_INFO。 desc = "BM_CHARLEMAGNE_ERA_INFO"
date date Bookmark date date = 769.1.1
era bool 将在时代屏幕上显示。最多只能标注5个书签,按时间顺序选择。注意,如果找不到,则使用第一个书签。 era = yes
picture gfx The picture to use on era screen. picture = GFX_pick_era_image_1
custom_start bool 选择“自定义开始”时启用的默认书签。至少有一个书签必须是 custom_start = yes, otherwise the game will CTD. custom_start = yes

Selectable characters

书签可以包含任意数量的字符,但前6个字符会被高亮显示用于时代书签。 截至 patch 2.5 角色历史不再在时代选择界面处理,可选角色需要通过复制其部分内容来明确定义 character history.

选中的字符可以通过在包含新字符的另一个文件中加入同一书签的部分来添加。但要删除或覆盖字符,必须覆盖原始文件。

Name Type Description Example
id character 角色ID。对于非时代的书签,这些信息是唯一必需的,其余信息会从游戏文件中扣除。 id = 6392 # Charlemagne
age int Character age at the time of the bookmark age = 26
name key Character name. Vanilla convention is ERA_CHAR_NAME_%characterID%. name = ERA_CHAR_NAME_6392
title title Primary title of the character, as defined via title history. title = k_france
title_name key Localized (cultural) name of the title title_name = WEST_FRANCIA
coa_dynasty bool 将主要头衔替换为王朝纹章。这是针对 dynasty_title_names = yes. coa_dynasty = yes
dlc dlc 角色是否需要DLC才能可玩(因为宗教或政府被DLC锁定)。 dlc = "The Sword of Islam"
character clause
Name Description Example
dna See portrait modding dna = bcedirmbfcy
properties See portrait modding properties = aj00bc00000
religion religion="catholic"
culture culture="old_frankish"
government government = feudal_government
dynasty dynasty=25061
character = {

	dna = bcedirmbfcy

	properties = aj00bc00000

	religion="catholic"

	culture="old_frankish"

	government = feudal_government

	dynasty=25061

}

References

相关页面 (57)

Character moddingEU4转档器模组制作Patch 2.5Portrait moddingSteam创意工坊Title modding事件模组制作作用域修正内阁成员模组制作决议模组制作单位模组制作历史模组制作另类开局模组制作图形模组制作地图外政权模组制作地图模组制作头衔模组制作奇观模组制作宗教模组制作定义宝物模组制作宣战理由模组制作家族模组制作小地图模组制作建筑模组制作指令控制台指令政体模组制作故障排除文化模组制作朝贡国类型模组制作本地化条件模组制作死亡模组制作法律模组制作游戏规则模组制作特质模组制作界面模组制作疾病模组制作目标模组制作盾徽模组制作省份模组制作社团模组制作科技模组制作称号模组制作继承模组制作编辑游戏存档肖像模组制作脚本荣誉头衔模组制作血脉模组制作角色模组制作贸易路线模组制作音乐模组制作验证器