(merge from offical wiki) |
小 (文本替换 - 替换“Category:Modding”为“Category:模组制作”) |
||
第52行: | 第52行: | ||
{{Template:ModdingNavbox}} | {{Template:ModdingNavbox}} | ||
[[Category: | [[Category: 模组制作]] |
2020年5月24日 (日) 03:07的版本
Portrait Builder | |
---|---|
LOGO | |
类型 | Tool |
作者 | Measter & Romulien |
版本 | 2.5.0 for CK2 2.8.x |
论坛/贴吧 | Link |
Portrait Builder is a utility tool for Windows, allowing to create custom characters, by previewing their appearance based on their DNA and properties.
It can be used for character modding, portrait modding or save-game editing.
The tool written in C#/.NET was initially created by Measter in 2012, and when development stopped, the tool was open-sourced.
It was updated in 2016 by Romulien to make it compatible with latest vanilla patch.
Features
- Read portraits from vanilla, DLC zip archives, or mods
- Preview character portraits based on portraitTypes (ethnicity, sex, age, year), dna, properties, rank and government.
- Merchant republic and religious special clothing frames are supported via a government drop-down.
- Societies clothing override is supported via an optional dropdown to replace sprites used by culture-indexed layers (c0->c7)
- Auto-watch for modifications on loaded mod files while editing, to automatically reload the mod data and refresh current portrait
- Randomize values for selected characteristics
- Save current character portrait as png image
- Import/export DNA and properties strings
- Disable the characteristics that are not used by selected portrait type, or that have only one frame.
- Read the user mod folder location via a userdir.txt file in Steam directory (if any)
Things which are not currently supported include:
- Linux/Mac platforms (cross-compilation with Mono is not working due to dds image library)
- Load order change via
dependencies
in .mod file : load order is vanilla -> DLCs (alphabetical) -> mods (alphabetical) - Dynamic government parsing (it uses hardcoded vanilla governments)
Installation
- Download the latest version of the tool from the dedicated CK2 forum thread and unzip it somewhere.
- Install .NET 4.5, if not already present.
- Start PortraitBuilder.exe
- Select the location of your CK2game.exe (for instance:
C:\Program Files (x86)\Steam\SteamApps\common\Crusader Kings II\CK2game.exe
). Note: you can get the location from Steam, by right-clicking the game in the library, then Properties / Local Files / Browse Local Files - Wait 20-30s for the DLCs to unzip, then the UI should show up
Troubleshooting
In case of issue:
- Check the log.txt file next to PortraitBuilder.exe: it will report crash exceptions, parsing errors of portrait data, corrupted assets, etc.
- Adding -logfull to PortraitBuilder.exe launch options will set log level to DEBUG.
模组制作
历史 | 角色 • 家族 • 省份 • 头衔 • 剧本 |
脚本 | 指令 • 条件 • 作用域 • 修正 • 事件 • 决议 |
常规 | 定义 • 游戏规则 • 另类开局 • 宗教 • 文化 • 政体 • 特质 • 血脉 • 科技 • 法律 • 建筑 • 宣战理由 • 朝贡国 • 单位 • 目标 • 疾病 • 死亡 • 荣誉头衔 • 社团 • 宝物 • 地图外政权 • 内阁成员 • 贸易路线 • 继承 • 奇观 • 称号 |
图像/音效/本地化 | 地图 • 图形 • 盾徽 • 肖像 • 界面 • 小地图 • 音乐 • 本地化 |
其他 | 故障排除 • 验证器 • 控制台指令 • 编辑游戏存档 • Steam创意工坊 • EU4转档器模组制作 |