forked from reversedrooms/FireflySR
readme update
This commit is contained in:
parent
66ad49dcb2
commit
7b4479b191
1 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
||||||
A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/)
|
A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/en-us/)
|
||||||
![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png)
|
![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png)
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- [MongoDB](https://www.mongodb.com/try/download/community)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
@ -10,7 +14,6 @@ A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/e
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
- [Rust](https://www.rust-lang.org/tools/install)
|
- [Rust](https://www.rust-lang.org/tools/install)
|
||||||
- [MongoDB](https://www.mongodb.com/try/download/community)
|
|
||||||
|
|
||||||
#### Building
|
#### Building
|
||||||
|
|
||||||
|
@ -54,7 +57,7 @@ By default, servers will try to use local mongodb (at 127.0.0.1:27017),
|
||||||
this should work out of box if you installed MongoDB on your machine.
|
this should work out of box if you installed MongoDB on your machine.
|
||||||
<br>
|
<br>
|
||||||
You can change this in configuration file of specific server.
|
You can change this in configuration file of specific server.
|
||||||
Currently only 2 servers communicate with database, so if you **need** to configure it,
|
Currently only sdkserver and gameserver communicate with database, so if you **need** to configure it,
|
||||||
edit sdkserver.json and gameserver.json files.
|
edit sdkserver.json and gameserver.json files.
|
||||||
|
|
||||||
## Connecting
|
## Connecting
|
||||||
|
|
Loading…
Reference in a new issue