mirror of
https://github.com/beerpiss/saekawa.git
synced 2024-11-14 18:47:41 +01:00
Update README.md
This commit is contained in:
parent
945f16e1bf
commit
eb2ee16998
11
README.md
11
README.md
@ -10,8 +10,8 @@ CHUNITHM hook to submit your scores to Tachi every credit.
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
- Put it in your game installation root directory
|
- Put it in your game installation root directory
|
||||||
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml) to set your API key (optional, if it doesn't exist it
|
- Create and edit the [config file](https://github.com/beerpiss/saekawa/blob/trunk/res/saekawa.toml)
|
||||||
will be created automatically)
|
to set your API key (optional, if it doesn't exist it will be created automatically)
|
||||||
- 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 example,
|
||||||
edit your segatools game.bat to look like the green line:
|
edit your segatools game.bat to look like the green line:
|
||||||
```diff
|
```diff
|
||||||
@ -24,12 +24,11 @@ This hook requires the game's network communications to be decrypted, which can
|
|||||||
by patching the game binary with your preferred patcher.
|
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
|
If you choose not to patch, you will need to obtain the necessary keys and provide them
|
||||||
in `saekawa.toml`.
|
in the configuration file.
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
- Adam Thibert ([adamaq01](https://github.com/adamaq01)). A lot of the code was
|
- Adam Thibert ([adamaq01](https://github.com/adamaq01)). A lot of the code was copied from
|
||||||
shamelessly lifted from his [Mikado](https://github.com/adamaq01/Mikado), a similar
|
[Mikado](https://github.com/adamaq01/Mikado), a similar hook for SDVX.
|
||||||
hook for SDVX.
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
0BSD
|
0BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user