2023-11-16 02:53:51 +01:00
|
|
|
<h1 align="center">saekawa</h1>
|
|
|
|
|
|
|
|
<p align="center">インパアフェクシオン・ホワイトガアル</p>
|
|
|
|
|
2023-11-14 17:57:11 +01:00
|
|
|
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
|
2024-01-29 19:20:52 +01:00
|
|
|
- [Install Visual C++ Redistributable 2022](https://github.com/abbodi1406/vcredist/releases/latest) if you haven't already.
|
2023-11-19 13:22:21 +01:00
|
|
|
- Download the [latest release](https://github.com/beerpiss/saekawa/releases/latest)
|
|
|
|
- Put it in your game installation root folder.
|
2023-11-22 05:32:14 +01:00
|
|
|
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml)
|
|
|
|
(download a config file pre-filled with your Tachi API key [here](https://kamaitachi.xyz/client-file-flow/CXSaekawa)),
|
2023-11-19 13:22:21 +01:00
|
|
|
and place it in the same folder as the DLL.
|
2023-11-14 17:57:11 +01:00
|
|
|
- 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:
|
|
|
|
```diff
|
|
|
|
- inject_x86.exe -d -k chusanhook.dll chusanApp.exe
|
2024-01-29 19:57:05 +01:00
|
|
|
inject_x86.exe -d -k saekawa.dll -k chusanhook.dll chusanApp.exe
|
2023-11-14 17:57:11 +01:00
|
|
|
```
|
|
|
|
|
2024-01-29 19:56:41 +01:00
|
|
|
**DO NOT INJECT THIS DLL INTO `amdaemon.exe`! THE HOOK DOES NOT USE ANYTHING FROM amdaemon, AND YOU MIGHT GET A CRASH!**
|
|
|
|
|
2023-11-15 04:32:18 +01:00
|
|
|
### Caveats
|
|
|
|
This hook requires the game's network communications to be decrypted, which can be done
|
2023-11-23 00:12:56 +01:00
|
|
|
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)
|
2023-11-15 04:32:18 +01:00
|
|
|
|
2023-11-15 21:37:42 +01:00
|
|
|
If you choose not to patch, you will need to obtain the necessary keys and provide them
|
2023-11-19 13:21:09 +01:00
|
|
|
in the configuration file.
|
2023-11-15 04:32:18 +01:00
|
|
|
|
2023-11-14 17:57:11 +01:00
|
|
|
### Credits
|
2023-11-19 13:21:09 +01:00
|
|
|
- Adam Thibert ([adamaq01](https://github.com/adamaq01)). A lot of the code was copied from
|
|
|
|
[Mikado](https://github.com/adamaq01/Mikado), a similar hook for SDVX.
|
2023-11-14 17:57:11 +01:00
|
|
|
|
|
|
|
### License
|
2023-11-16 02:53:51 +01:00
|
|
|
0BSD
|