模组简介
What this does The MintModSkin2 mod (by Reme) currently crashes every combat, rest site, and merchant room on Slay the Spire 2 v0.108.0 and newer. This mod fixes that: with both mods enabled, rooms load normally and the custom character skins actually render. Why the crash happens The mod was compiled against an older game API where MegaAnimationState.SetAnimation(string, bool, int) returned a MegaTrackEntry. In v0.108.0 that method signature was changed (SetAnimation now returns void, and the track-returning variant is AddAnimationTracked). Because the old signature no longer exists, the game throws a MissingMethodException the moment the skin code runs - killing the room load. This mod intercepts the skin mod's three entry points (combat creatures, rest site characters, merchant rooms) and re-routes the skin application through the current animation API. All of the original mod's skin configuration is reused untouched - this fix contains no skins of its own. Requirements • BaseLib • MintModSkin2 (this fix does nothing without it - subscribe to it first) Notes • Purely cosmetic / compatibility - does not affect gameplay. • This is a temporary community fix. If the original mod updates to the current game API, this mod becomes unnecessary and you can unsubscribe from it. • Load order must have BaseLib at the top, and the patch must be listed after the original Credits All skin functionality and assets belong to the author of MintModSkin2 (Idk how to say their name). This mod only patches the API incompatibility. If you're the original author and would like this taken down in favor of an official update, reach out and I'll gladly do so. Troubleshooting If skins don't appear, check the game log (%appdata%\SlayTheSpire2\logs\godot.log) for lines tagged . "skin resource not found" or "idle animation not found" messages point at the skin files themselves rather than this fix.
条目信息
- 所属游戏
- 杀戮尖塔 2 (Slay the Spire 2)
- 创意工坊 ID
- 3760169792
- 文件名
- 3760169792.bin
- 文件大小
- 16.9 KB
- 最后更新
- 2026/07/22
- 内容版本
- v1784690945-961c9aee593cd3d7
- 作者与来源
- 由原作者发布于 Steam 创意工坊。本站不改变署名,作者信息与原始内容请以 Steam 原始页面 为准。
版权与举报
本条目的著作权归其原作者所有。尖塔补给站仅提供索引与下载中转,不存储、不修改、不二次分发其著作权内容, 也不对其内容作任何担保。详见 版权声明 与 免责声明。
若你是该内容的权利人并希望下架此条目,或发现该条目含有违法违规内容,请通过 侵权删除申请 提交材料,我们会在核实后处理并在本页标注状态。

Steam 社区评论
以下评论来自 Steam 创意工坊原始页面,由 Steam 用户发表,不代表本站立场。