From bef1f0f3b16adbd2537f32e708a3614fae24b45a Mon Sep 17 00:00:00 2001 From: xeon Date: Fri, 19 Jan 2024 15:02:44 +0000 Subject: [PATCH] readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87952e1..713291f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Snowflake -Server emulator for Honkai: Star Rail pre-cbt1 (ce_0.56) \ No newline at end of file +Server emulator for Honkai: Star Rail pre-cbt1 (ce_0.56) + +## How to run +- Just compile it using dotnet CLI or Visual Studio 2022 (recommended)
+- Run SDK, Gateserver and Gameserver. + +## Connecting +- Download [Game Client (0.56)](https://nogatekeep.ing/assets/hkrpg/client_app/pc/game_ce0.56.zip) +- Download [UnityPlayer.dll patch](https://nogatekeep.ing/assets/hkrpg/patches/0.56/UnityPlayer.dll) and replace it in your game folder (disables mhyprotrpg.sys Anti-Cheat) +- Use any proxy to redirect sdk requests to `http://127.0.0.1:8888` + +## Need help? +You can ask your questions in our [Discord Server](https://discord.xeondev.com) \ No newline at end of file