Update README.md

This commit is contained in:
Kesunorin 2024-05-26 01:56:45 +08:00 committed by GitHub
parent 5f55cb2971
commit dd748ed270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -25,16 +25,16 @@ Alternatively this software can run in docker too (`docker compose up --build`).
5. Download `Excel.zip` and unzip and add the excels to the following path: `SCHALE.GameServer\bin\Debug\net8.0\Resources\excel` the password is `/wy5f3hIGGXLOIUDS9DZ` 5. Download `Excel.zip` and unzip and add the excels to the following path: `SCHALE.GameServer\bin\Debug\net8.0\Resources\excel` the password is `/wy5f3hIGGXLOIUDS9DZ`
6. modify Address in `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\Config.json` 6. modify Address in `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\Config.json`
7. Open `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\SCHALE.GameServer.exe` 7. Open `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\SCHALE.GameServer.exe`
8. Download python and install it 8. Download python and install it<br>
<https://www.python.org/> <https://www.python.org/>
9. Use pip install frida 9. Use pip install frida
``` ```
pip install frida-tools pip install frida-tools
pip install frida pip install frida
``` ```
10. Download frida-server and uncompress it(emulator download x86) 10. Download frida-server and uncompress it(emulator download x86)<br>
<https://github.com/frida/frida/releases> <https://github.com/frida/frida/releases>
11. Download adb 11. Download adb<br>
<https://developer.android.google.cn/tools/releases/platform-tools?hl=zh-cn#downloads> <https://developer.android.google.cn/tools/releases/platform-tools?hl=zh-cn#downloads>
12. Use adb connect emulator and start frida-server(enable root first) 12. Use adb connect emulator and start frida-server(enable root first)
``` ```
@ -53,17 +53,17 @@ adb shell "/data/local/tmp/frida-server &"
## Troubleshooting ## Troubleshooting
##### YostarRequestFail:INIT_FAILED(Initialization failed) ##### YostarRequestFail:INIT_FAILED(Initialization failed)
change `SERVER_ADDRESS` in `ba.js` to your IPV4 and not `0.0.0.0` - change `SERVER_ADDRESS` in `ba.js` to your IPV4 and not `0.0.0.0`
##### アカウント情報の連携中にエラーガ発生乚ま乚た ##### アカウント情報の連携中にエラーガ発生乚ま乚た
restart server or without `Resources\excel` - restart server or without `Resources\excel`
##### can enter game but black screen ##### can enter game but black screen
close server and delete database, then open server.<br> - close server and delete database, then open server.<br>
if it isn't work, you may need to pass the official tutorial first. if it isn't work, you may need to pass the official tutorial first.
##### failed to load club ##### failed to load club
change `Address` in `config.json` to your IPV4 - change `Address` in `config.json` to your IPV4
##### command not work ##### command not work
the excel you are using may have problem, change your excel. - the excel you are using may have problem, change your excel.