diff --git a/README.md b/README.md index 7257810..37b93db 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,14 @@ ![Screenshot](Screenshot.png) ## Requirements -[Zig 0.13.0 x64](https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip) and -[Proxy](https://git.xeondev.com/YYHEggEgg/FireflySR.Tool.Proxy/releases) +[Zig 0.13.0 x64](https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip) ## Running + +### Replacing mhybase.dll + +Replace [mhybase.dll](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/raw/branch/main/mhybase.dll) file in your game folder. + ### From source Windows: @@ -16,9 +20,9 @@ Windows: git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr cd jingliu-sr zig build run-dispatch -zig build run- +zig build run-gameserver ``` -Then open Proxy then open client +Then open your client. Linux: ``` @@ -26,7 +30,7 @@ git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr cd jingliu-sr zig build run-dispatch & zig build run-gameserver ``` -Then open Proxy then open client +Then open your client. ### Using Pre-built Binaries Navigate to the [Releases](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/releases) diff --git a/mhypbase.dll b/mhypbase.dll new file mode 100644 index 0000000..8625b41 Binary files /dev/null and b/mhypbase.dll differ