v0.0.5
Compatibility
This build targets Slay the Spire 2 v0.105.x. Update your game to the latest version before installing.
本版本适用于 Slay the Spire 2 v0.105.x,请将游戏更新至最新版本后再安装。
Installation
- Download
typing.zipand extract it. - Place the
typing/folder into yourMods/directory:
...\Slay the Spire 2\mods\typing\ - The folder should contain
typing.dllandtyping.json.
What's Changed
Bug Fixes
- Fixed mod failing to load on STS2 v0.105+ — The game's
INetMessageinterface gained a newShouldBufferproperty in v0.105.0, causing aReflectionTypeLoadExceptionon startup.ChatMessagenow implements it. (by @Ycyofmine in #4) - Removed stale template file —
Scripts/Entry.cswas a leftover from the mod template and could cause duplicate initializer conflicts with the mod loader. (by @Ycyofmine in #4)
New Features
- Item autocomplete with links and hover previews — Type
@in chat to search for cards, relics, potions, and powers by name. Clickable links appear in the chat log; hover over them to see a preview tooltip. Supports localized names for all 15 game languages. (by @cutekibry in #1) - Configurable chat hotkey via ModConfig — If the ModConfig mod is installed, you can rebind the key that opens the chat input in the mod settings menu. Falls back to
Enterwhen ModConfig is not present — no hard dependency. (by @MuelNova in #2)
Contributors
Huge thanks to the community members who contributed to this release:
- @cutekibry — item link autocomplete & hover preview system (#1)
- @MuelNova — optional ModConfig hotkey integration (#2)
- @Ycyofmine — STS2 v0.105 compatibility fix (#4)
- @A2uria — early report and fix for the v0.105 loading issue (#3)
Full Changelog: v0.0.4.1...v0.0.5