This commit is contained in:
amizing25 2024-05-31 11:38:19 +07:00
parent dfa7f3cd2d
commit 322c3a668b
2 changed files with 14 additions and 6 deletions

View File

@ -42,8 +42,4 @@ cargo install --path sdkserver
## Usage ## Usage
To begin using the server, you need to run both the SDK server and the game server. Just run the `run.bat` file. To begin using the server, you need to run both the SDK server and the game server. Just run the `run.bat` file.
## Connecting
[Get 2.2 beta client](https://bhrpg-prod.oss-accelerate.aliyuncs.com/client/beta/20240322124944_scfGE0xJXlWtoJ1r/StarRail_2.1.51.zip)
Replace [mhypbase.dll](https://git.xeondev.com/reversedrooms/RobinSR/raw/branch/master/mhypbase.dll) file in your game folder, it will redirect game traffic (and also disable in-game censorship)

View File

@ -30,9 +30,21 @@
"lua_version": "7165994" "lua_version": "7165994"
}, },
"OSBETAWin2.2.54": { "OSBETAWin2.2.54": {
"asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_7165870_7fb7dbd8a7a4", "asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_7165870_7fb7dbd8a7a4",
"ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_7171381_bb763a07e196", "ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_7171381_bb763a07e196",
"lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_7165994_1569306165f0", "lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_7165994_1569306165f0",
"lua_version": "7165994" "lua_version": "7165994"
},
"CNBETAWin2.2.55": {
"asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_7165870_7fb7dbd8a7a4",
"ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_7218494_5889395fc217",
"lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_7208955_74709577d196",
"lua_version": "7208955"
},
"OSBETAWin2.2.55": {
"asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_7165870_7fb7dbd8a7a4",
"ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_7218494_5889395fc217",
"lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_7208955_74709577d196",
"lua_version": "7208955"
} }
} }