hook for chew knee them
Go to file
beerpiss cae70b031d feat: sun+ support (probably?)
in sun+, there are more than 2 clear lamps now, so isClear has been changed into an integer
instead of a boolean. since kamaitachi doesn't care about the new clear lamps, we are taking
the lazy route and deserializing anything larger than 0 to true.
2023-12-16 16:37:56 +07:00
.cargo feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
.idea feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
res feat: overhaul + pb import 2023-11-18 23:10:50 +07:00
src feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
.gitignore feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
Cargo.lock feat: all the logs are output now 2023-11-26 16:23:16 +07:00
Cargo.toml feat: all the logs are output now 2023-11-26 16:23:16 +07:00
LICENSE initial commit 2023-11-14 23:57:44 +07:00
README.md Update README.md 2023-11-23 06:12:56 +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

  • Download the latest release
  • Put it in your game installation root folder.
  • Create and edit the config file (download a config file pre-filled with your Tachi API key here), and place it in the same folder as the DLL.
  • 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. (if you're already running a local server like Aqua or ARTEMiS and had no idea encryption even existed, you're good to go)

If you choose not to patch, you will need to obtain the necessary keys and provide them in the configuration file.

Credits

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

License

0BSD