hook for chew knee them
Go to file
dependabot[bot] 3a9fd14c20
build(deps): bump rustls from 0.22.2 to 0.22.4 (#3)
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.22.4.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.22.2...v/0.22.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 15:46:15 +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 Update Kamaitachi URL 2024-04-08 14:16:04 +07:00
src Switch to crochet for hooking 2024-03-23 16:54:58 +07:00
.gitignore feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
Cargo.lock build(deps): bump rustls from 0.22.2 to 0.22.4 (#3) 2024-04-21 15:46:15 +07:00
Cargo.toml Update Kamaitachi URL 2024-04-08 14:16:04 +07:00
LICENSE initial commit 2023-11-14 23:57:44 +07:00
README.md Update Kamaitachi URL 2024-04-08 14:16:04 +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

  • Install Visual C++ Redistributable 2022 if you haven't already.
  • 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

DO NOT INJECT THIS DLL INTO amdaemon.exe! THE HOOK DOES NOT USE ANYTHING FROM amdaemon, AND YOU MIGHT GET A CRASH!

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