saekawa/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

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
- [Install Visual C++ Redistributable 2022](https://github.com/abbodi1406/vcredist/releases/latest) if you haven't already.
2024-07-27 20:05:01 +02:00
- Download the [latest release](https://github.com/beer-psi/saekawa/releases/latest)
2024-06-27 03:06:08 +02:00
- 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)
2024-07-27 20:05:01 +02:00
- Create and edit the [config file](https://github.com/beer-psi/saekawa/blob/trunk/res/saekawa.toml)
2024-04-08 09:16:04 +02:00
(download a config file pre-filled with your Tachi API key [here](https://kamai.tachi.ac/client-file-flow/CXSaekawa)),
2023-11-19 13:22:21 +01:00
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:
```batchfile
REM inject_x86.exe -d -k chusanhook.dll chusanApp.exe
inject_x86.exe -d -k chusanhook.dll -k saekawa.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-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