(merge from offical wiki) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Version|1.8}} | {{Version|1.8}} | ||
剧本是游戏开始时玩家可以选择的开局日期 | |||
剧本文件夹可以在以下文件夹中找到{{path|common/bookmarks/*.txt}}. | |||
== Bookmark == | == Bookmark == | ||
Revision as of 18:17, 6 November 2020
剧本是游戏开始时玩家可以选择的开局日期
剧本文件夹可以在以下文件夹中找到/Hearts of Iron IV/common/bookmarks/*.txt.
Bookmark
|
|
这部分内容可能已不适合当前版本,最后更新于1.8。 |
Here is a generic example of a bookmark:
bookmarks = {
bookmark = {
name = <localized string> # The title of the bookmark
desc = <localized string> # The description for the bookmark
date = <year>.<month>.<day>.<hour>
picture = <string> # The GFX reference for the picture used by the bookmark
# Defaults the bookmark selection to this bookmark
default = yes
# Defaults the selection to the specified tag
default_country = <tag>
# Adds a country to the selection
<tag> = {
history = <localized string> # Description of the history for the country
ideology = <ideology> # The initial ideology of the country
minor = yes # Makes this country a minor in the selection screen (If it is a minor country, it must not use the default focus, otherwise it will not appear on the selection screen)
# Hides this selection if the triggers are not met
available = {
<triggers>
}
# Ideas the country has at game start to display (Max 3)
ideas = {
<idea>
<idea>
<idea>
}
# National focues the country can use, to display (Max 3)
focuses = {
<focus>
<focus>
<focus>
}
}
# Required to allow the player to enter the free selection screen
"---" = {
history = <localized string>
}
# Effects to execute when the bookmark is selected
effect = {
randomize_weather = 12345 # Required
<effects>
}
}
}
Interface
|
|
这部分内容可能已不适合当前版本,最后更新于1.8。 |
Here is a generic example of the GFX definition needed for the bookmark picture:
spriteType = {
name = "GFX_select_date_<name>"
texturefile = "gfx/interface/<image>.dds"
}
The image itself should by 180 pixels wide and 104 pixels high.
模组制作
| 文件 | 效果 • 条件 • 定义 • 修正 • 修正列表 • 作用域 • 本地化 • on action • 数据结构 (标记, 临时标记, 国家别名, 变量, 数组) |
| 脚本 | 成就修改 • AI修改 • AI focuses • 自治领修改 • 权力平衡修改 • 剧本/标签 (游戏规则)• 建筑修改 • 人物修改 • 修饰性TAG修改 • 国家创建 • 军队修改 • 决议制作 • 装备修改 • 事件修改 • Idea修改 • 意识形态修改 • 军工商修改 • 国策制作 • 资源修改 • Scripted GUI • 科技制作 • 单位修改 |
| 地图 | 地图 • 省份 • 补给区域 • 战略区域 |
| 图形图像 | 界面 • 图形资产 • 实体模型 • 后期特效 • 粒子效果 • 字体 |
| 装饰性 | 肖像 • 命名列表 • 音乐包制作 • 音效 |
| 其他 | 控制台指令 • 故障排除 • 模组结构 • 成就代码分析 • Mod相关 • Nudger修改 |