hook for chew knee them
Go to file
beerpiss 07028d9dc7 fix: less dumb zlib decoder
there are a bunch of zlib headers, so letting the zlib library deal with it is probably safer
2023-11-15 19:10:01 +07:00
.cargo initial commit 2023-11-14 23:57:44 +07:00
res feat: add feature to allow FAILED to take precedence over lamps 2023-11-15 18:39:13 +07:00
src fix: less dumb zlib decoder 2023-11-15 19:10:01 +07:00
.gitignore initial commit 2023-11-14 23:57:44 +07:00
Cargo.toml initial commit 2023-11-14 23:57:44 +07:00
LICENSE initial commit 2023-11-14 23:57:44 +07:00
README.md docs: Add notice about encryption 2023-11-15 10:32:18 +07:00
rust-toolchain.toml initial commit 2023-11-14 23:57:44 +07:00

Saekawa

CHUNITHM hook to submit your scores to Tachi every credit.

Features

  • Submit scores to Tachi after each credit.
  • Submit dan and emblem classes to Tachi.

Installation

  • Put it in your game installation root directory
  • Create and edit the config file to set your API key (optional, if it doesn't exist it will be created automatically)
  • When you start the game, inject the DLL into the game process. For example, edit your segatools game.bat to look like the green line:
- inject_x86.exe -d -k chusanhook.dll chusanApp.exe
+ inject_x86.exe -d -k saekawa.dll -k chusanhook.dll chusanApp.exe

Caveats

This hook requires the game's network communications to be decrypted, which can be done by patching the game binary with your preferred patcher.

Support for encrypted requests might come soon.

Credits

  • Adam Thibert (adamaq01). A lot of the code was shamelessly lifted from his Mikado, a similar hook for SDVX.

License

0BSD