Skip to content

v0.0.5

Choose a tag to compare

@Shiroim Shiroim released this 10 May 08:52
· 9 commits to master since this release

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

  1. Download typing.zip and extract it.
  2. Place the typing/ folder into your Mods/ directory:
    ...\Slay the Spire 2\mods\typing\
  3. The folder should contain typing.dll and typing.json.

What's Changed

Bug Fixes

  • Fixed mod failing to load on STS2 v0.105+ — The game's INetMessage interface gained a new ShouldBuffer property in v0.105.0, causing a ReflectionTypeLoadException on startup. ChatMessage now implements it. (by @Ycyofmine in #4)
  • Removed stale template file — Scripts/Entry.cs was 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 Enter when 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