mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-12-18 02:05:52 +01:00
docs: try to clarify on how to install saekawa
This commit is contained in:
parent
2296f79908
commit
14043b24e3
10
README.md
10
README.md
@ -15,11 +15,11 @@ CHUNITHM hook to submit your scores to Tachi every credit.
|
|||||||
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml)
|
- 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://kamai.tachi.ac/client-file-flow/CXSaekawa)),
|
(download a config file pre-filled with your Tachi API key [here](https://kamai.tachi.ac/client-file-flow/CXSaekawa)),
|
||||||
and place it in the same folder as the DLL.
|
and place it in the same folder as the DLL.
|
||||||
- When you start the game, inject the DLL into the game process. For example,
|
- When you start the game, inject the DLL into the game process. For segatools, that would be
|
||||||
edit your segatools game.bat to look like the green line:
|
adding `-k saekawa.dll` to the arguments of `inject_x86.exe` so it looks like the second line:
|
||||||
```diff
|
```batchfile
|
||||||
- inject_x86.exe -d -k chusanhook.dll chusanApp.exe
|
REM inject_x86.exe -d -k chusanhook.dll chusanApp.exe
|
||||||
inject_x86.exe -d -k saekawa.dll -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!**
|
**DO NOT INJECT THIS DLL INTO `amdaemon.exe`! THE HOOK DOES NOT USE ANYTHING FROM amdaemon, AND YOU MIGHT GET A CRASH!**
|
||||||
|
Loading…
Reference in New Issue
Block a user