小 (RemixMe移动页面Bookmark modding至剧本模组制作) |
小 (文本替换 - 替换“Category:Modding”为“Category:模组制作”) |
||
第149行: | 第149行: | ||
<references/> | <references/> | ||
[[Category: | [[Category: 模组制作]] | ||
{{ModdingNavbox}} | {{ModdingNavbox}} |
2020年5月24日 (日) 02:47的版本
Bookmarks are defined in the /common/bookmarks/
folder.
Bookmarks
Bookmarks can be appended/partly overwritten by including parts of the same bookmark in another file (name
, desc
, date
, era
and picture
).[1]
Name | Type | Description | Example |
---|---|---|---|
name | key | Localization key for the bookmark name. Vanilla convention is %bookmark%_ERA. | name = "BM_CHARLEMAGNE_ERA"
|
desc | key | Localization key for the bookmark description. Vanilla convention is %bookmark%_ERA_INFO. | desc = "BM_CHARLEMAGNE_ERA_INFO"
|
date | date | Bookmark date | date = 769.1.1
|
era | bool | Will be shown on era screen. No more than 5 bookmarks can be highlighted, and will be picked chronologically. Note that if none is found it will use the first bookmark. | era = yes
|
picture | gfx | The picture to use on era screen. | picture = GFX_pick_era_image_1
|
custom_start | bool | The default bookmark to activate when choosing "Custom Start". At least one bookmark must be custom_start = yes , otherwise the game will CTD.
|
custom_start = yes
|
Selectable characters
A bookmark can contain any number of characters, but the first 6 characters are highlighted for era bookmarks. As of patch 2.5 the character history is no longer processed in the era selection screen, selectable characters need to be explicitly defined, by duplicating part of their character history.
Selected characters can be appended by including parts of the same bookmark in another file, containing the new characters. However to remove or overwrite characters, the original file must be overwritten.
Name | Type | Description | Example | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | character | Character id. For non-era bookmarks, this is the only required info, as the rest will be deducted from the game files. | 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 | Replace the primary title by the dynasty coat of arms. This is for cultures that use dynasty_title_names = yes .
|
coa_dynasty = yes
| |||||||||||||||||||||
dlc | dlc | Whether the character requires a DLC to be playable (because its religion or government is DLC-locked). | dlc = "The Sword of Islam"
| |||||||||||||||||||||
character | clause |
|
character = { dna = bcedirmbfcy properties = aj00bc00000 religion="catholic" culture="old_frankish" government = feudal_government dynasty=25061 } |
References
模组制作
历史 | 角色 • 家族 • 省份 • 头衔 • 剧本 |
脚本 | 指令 • 条件 • 作用域 • 修正 • 事件 • 决议 |
常规 | 定义 • 游戏规则 • 另类开局 • 宗教 • 文化 • 政体 • 特质 • 血脉 • 科技 • 法律 • 建筑 • 宣战理由 • 朝贡国 • 单位 • 目标 • 疾病 • 死亡 • 荣誉头衔 • 社团 • 宝物 • 地图外政权 • 内阁成员 • 贸易路线 • 继承 • 奇观 • 称号 |
图像/音效/本地化 | 地图 • 图形 • 盾徽 • 肖像 • 界面 • 小地图 • 音乐 • 本地化 |
其他 | 故障排除 • 验证器 • 控制台指令 • 编辑游戏存档 • Steam创意工坊 • EU4转档器模组制作 |