saekawa/README.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2023-11-16 08:53:51 +07:00
<h1 align="center">saekawa</h1>
<p align="center">インパアフェクシオン・ホワイトガアル</p>
2023-11-14 23:57:11 +07: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
2023-11-19 19:22:21 +07:00
- Download the [latest release](https://github.com/beerpiss/saekawa/releases/latest)
- Put it in your game installation root folder.
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml),
and place it in the same folder as the DLL.
2023-11-14 23:57:11 +07: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
+ inject_x86.exe -d -k saekawa.dll -k chusanhook.dll chusanApp.exe
```
2023-11-15 10:32:18 +07:00
### 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 choose not to patch, you will need to obtain the necessary keys and provide them
2023-11-19 19:21:09 +07:00
in the configuration file.
2023-11-15 10:32:18 +07:00
2023-11-14 23:57:11 +07:00
### Credits
2023-11-19 19:21:09 +07: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 23:57:11 +07:00
### License
2023-11-16 08:53:51 +07:00
0BSD