首页所有页面

Steam创意工坊


Steam Workshop is a feature of Steam that simplifies mods discovery and installation for players. Support for Crusader Kings II was added in March 2014, with patch 2.1. As of patch 2.8 50MB的限制已被取消,允许创意工坊中发布大规模改造或全面转换模组。

Installing a mod

  1. Important: 如果有,移除之前手动安装过的模组。如果已有同名的.mod文件存在 ~\Documents\Paradox Interactive\Crusader Kings II\mod\ it will conflict during the installation.
  2. Find the mod on the CKII Steam Workshop
  3. Click "Subscribe"
  4. Start CKII launcher
    1. 在“Mods”标签下,新模组会显示在模组列表底部不可选,背景为红色(但不反映下载进度!)。
    2. 同时,Steam客户端会触发“Crusader王2 - 创意工坊内容”下载(你可以在那里监控进度)。
  5. 下载完成后,勾选复选框激活模组。
  6. Play !

Troubleshooting

If the mod doesn't show up in the launcher:

  • Verify you haven't reached the 50 subscribed mods limit.
  • 试着在 Steam 客户端订阅模组,同时 CK2 启动器已经启动。
  • 如果Mod标签页里没有下载进度,可以检查游戏运行时下载的设置 (Steam ->设置 -> 下载 -> 允许游戏过程中下载).
  • Make sure you have Steam Cloud enabled[1].注意,Steam云同步似乎在user_dir大写模组中是坏的。[2]
  • Try restarting CK2 and Steam client.
  • Verify mod file and archive are present in folder ~\Documents\Paradox Interactive\Crusader Kings II\mod.如果没有,你可以通过查看强制重新下载模组 C:\Program Files (x86)\Steam\userdata\<SteamUser>\ugc for files & folders referencing the mod (for instance 203770_subscriptions.vdf and \referenced\45371260977302539\mod\), deleting them and restarting Steam client.

如果在Steam客户端下载完成后,启动器里的模组背景依然是红色,很可能说明安装失败了:

  • 确认你没有预先手动安装的模组(一个同名但带有 path = entry instead of archive =).如果是这样,删除原始的.mod文件和已安装的.zip档案,然后重启CK2启动器,这样才能强制将.mod和.zip从Steam客户端缓存中重新复制到mod文件夹。

Uninstalling a mod

  • 在Steam上取消订阅该模组。你可以在CK2创意工坊查看所有订阅的模组: Browse -> Subscribed articles.
  • Manually delete the associated .mod and .zip file under ~\Documents\Paradox Interactive\Crusader Kings II\mod,这样模组就不会再出现在启动器中。

Uploading a mod

Mod upload is managed from within the game:

  1. (可选)在.mod文件中定义图片横幅和标签(参见 mod file).
  2. 启动游戏时启用了模组。注意:模组必须使用 path format and not archive format.
  3. On main menu, click Content button, then Manage for the mod, and upload. The zipping to archive format will occur during upload.
  4. 上传完成后,模组页面会在Steam客户端内打开。复制URL(例如:steamcommunity.com/sharedfiles/filedetails/?id=123456)然后在你喜欢的浏览器中打开,因为这比用Steam客户端集成的浏览器更方便。
  5. 添加描述、截图或视频,并编辑修改笔记。
  6. Once everything looks fine, make the mod public !


Mod file before upload (MyMod.mod):

name="MyMod"

path="mod/MyMod"

Mod file when downloaded from Workshop (mymod.mod):

name="MyMod"

archive="mod/MyMod.zip"

MyMod.zip会包含一个生成的 descriptor.mod,和 mymod.mod 完全一样。

Updating a mod

  1. Unsubscribe from your mod on Steam
  2. 确保文件夹里没有 descriptor.mod 文件
  3. 检查一下.mod文件。确保设置为路径=非归档=
  4. Launch the game and click on manage content
  5. Click on update
  6. 在游戏内的Steam浏览器编辑描述并接受协议
  7. 更新后,去Steam的模组页面,把模组重新设置为公开

Troubleshooting

  • Manage button is always greyed out: activate Steam Cloud Synch' for CK2 (Steam -> 设置/(Mac 上的偏好设置)-> 云端 -> 启用云同步), it is (strangely) required to upload mods.
  • Game crashes a few seconds after clicking on Update 回到主菜单:通常没问题,上传还是会在后台静默进行,对于一个大模组在低带宽连接下,上传可能需要几分钟。
  • After changing computer, there is only Publish instead of Update 对于现有模组:你首先需要以新模组发布,从创意工坊删除该模组,重启游戏,然后才能更新现有模组。 [Note from October 2019: Doesn't seem to work]
  • Game crashes a few seconds after clicking on 如果你有旧的 descriptor.mod 文件,确保在更新前删除它,就不要回到主菜单或更新你的模组。
  • 当模组归档时,要注意文件夹和文件名的大小写敏感!这些问题在未解压的 mod 文件夹下无法重现,因为 Windows 文件系统不区分大小写。例如:
    • A mod file gfx/fonts/MapFont.dds will not override vanilla file gfx/fonts/Mapfont.dds, due to wrong case of file name MapFont.dds
    • A file inside a mod folder Events/my_events.txt (Events/)不会像游戏预期的那样被加载 events/my_events.txt (events/).

Limitations

  • Mods installed via Steam Workshop will auto-update 而且只能安装某个模组的最新版本,因此要注意不向下兼容的更改,例如 previous saves may become unplayable.
  • Installation of meta-mods (for instance HIP)通过选择安装模块和自动兼容性补丁无法自动触发。
  • The mod size limit has been lifted in patch 2.8 (以前是50MB),但非常大的模组(>350MB)会无法上传。
  • Quotes are removed in the downloaded .mod file[3].这意味着主模组的子模组需要 dependencies = { "Main Mod" } 而且主模组名称中带有空格(因此需要引用),在创意工坊中无法正常工作。你会有用处的 dependencies = { "\"Main Mod\"" } for when you are updating to the Steam Workshop.

External links

References

相关页面 (60)

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