2.2.54
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Supported Version: 2.2.51
|
||||
# Supported Version: 2.2.51, 2.2.53, 2.2.54
|
||||
Run the game by clicking run.bat file.
|
||||
|
||||
Tool website: [https://freesr-tools.pages.dev](https://freesr-tools.pages.dev)
|
||||
@@ -9,16 +9,16 @@ Some scenes might not loaded properly. If you stuck at loading screen, remove `p
|
||||
|
||||
# RobinSR
|
||||
Original:
|
||||
|
||||
[https://git.xeondev.com/reversedrooms/RobinSR](https://git.xeondev.com/reversedrooms/RobinSR)
|
||||
|
||||
[https://git.xeondev.com/reversedrooms/JadeSR](https://git.xeondev.com/reversedrooms/JadeSR)
|
||||
|
||||
A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/)
|
||||
A Server emulator for turn-based anime game.
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
### From Source
|
||||
|
||||
#### Requirements
|
||||
|
||||
- [Rust](https://www.rust-lang.org/tools/install)
|
||||
@@ -34,37 +34,15 @@ rustup default nightly
|
||||
#### Building
|
||||
|
||||
```sh
|
||||
git clone https://git.xeondev.com/reversedrooms/RobinSR.git
|
||||
cd RobinSR
|
||||
git clone https://github.com/amizing25/robinsr.git
|
||||
cd robinsr
|
||||
cargo install --path gameserver
|
||||
cargo install --path sdkserver
|
||||
```
|
||||
|
||||
### From Pre-built Binaries
|
||||
|
||||
Navigate to the [Releases](https://git.xeondev.com/reversedrooms/RobinSR/releases)
|
||||
page and download the latest release for your platform.
|
||||
|
||||
## Usage
|
||||
|
||||
To begin using the server, you need to run both the SDK server and the game server.
|
||||
|
||||
If you installed from source, Rust's installer should have added .cargo/bin to your
|
||||
path, so simply run the following:
|
||||
|
||||
```sh
|
||||
gameserver
|
||||
sdkserver
|
||||
```
|
||||
|
||||
If you installed from pre-built binaries, navigate to the directory where you downloaded
|
||||
the binaries and either a) double-click on the following executable names or b)
|
||||
run the following in a terminal:
|
||||
|
||||
```sh
|
||||
./gameserver
|
||||
./sdkserver
|
||||
```
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user