hook for chew knee them
Go to file
dependabot[bot] 197debfd3e
build(deps): bump openssl from 0.10.64 to 0.10.66 (#6)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 23:54:05 +07:00
.idea feat: sun+ support (probably?) 2023-12-16 16:37:56 +07:00
res feat: create a pre-commented config file if possible 2024-06-27 00:13:01 +07:00
src things 2024-07-05 13:29:08 +07:00
.gitignore saekawa 0.4.0: rewrite boogaloo 2024-06-27 00:12:58 +07:00
build.rs figure out how to programmatically make .rtext writable 2024-06-27 02:44:04 +07:00
Cargo.lock build(deps): bump openssl from 0.10.64 to 0.10.66 (#6) 2024-07-24 23:54:05 +07:00
Cargo.toml fix(updater): just get the address by loading the library instead of relying on the linker to do what we want 2024-07-04 23:09:01 +07:00
LICENSE initial commit 2023-11-14 23:57:44 +07:00
README.md docs: clarification take two 2024-06-27 08:06:08 +07:00
release.ps1 feat: parse userPlayDate as NaiveDateTime directly 2024-06-27 10:37:37 +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
  • Extract the zip (if you downloaded the zip) and put saekawa.dll in the game folder, where chusanApp.exe/chuniApp.exe is (usually the bin 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 segatools, that would be adding -k saekawa.dll to the arguments of inject_x86.exe so it looks like the second line:
REM inject_x86.exe -d -k chusanhook.dll chusanApp.exe
inject_x86.exe -d -k chusanhook.dll -k saekawa.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!

Credits

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

License

0BSD