Update README.md
This commit is contained in:
parent
f26cc3ac7c
commit
644c06622b
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -4,19 +4,18 @@ A Server emulator for the game [`Honkai: Star Rail`](https://hsr.hoyoverse.com/e
|
||||||
![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png)
|
![screenshot](https://git.xeondev.com/reversedrooms/FireflySR/raw/branch/master/screenshot.png)
|
||||||
...BUT I edited this text to make it easier to compile for goobers.
|
...BUT I edited this text to make it easier to compile for goobers.
|
||||||
|
|
||||||
## I just want to run the server!
|
## I just want to run the server! I don't care about modifying the code.
|
||||||
- First, get [MongoDB](https://www.mongodb.com/try/download/community)
|
- First, get [MongoDB](https://www.mongodb.com/try/download/community)
|
||||||
- Go to [Reversedrooms FireflySR Releases Tab](https://git.xeondev.com/reversedrooms/FireflySR/releases)
|
- Go to [Reversedrooms FireflySR Releases Tab](https://git.xeondev.com/reversedrooms/FireflySR/releases)
|
||||||
- On that page download "FireflySR-win64.zip". DO NOT DOWNLOAD SOURCE CODE!!!
|
- On that page download "FireflySR-win64.zip". DO NOT DOWNLOAD SOURCE CODE!!!
|
||||||
![screenshot](https://git.endernon.com/endernon/fireflySR-goober-edition/raw/branch/master/tutorial/tutorial-1.png)
|
![screenshot](https://git.endernon.com/endernon/fireflySR-goober-edition/raw/branch/master/tutorial/tutorial-1.png)
|
||||||
|
- Unzip the compressed archive to a NEW folder with nothing else in it.
|
||||||
|
- Run "start_all.bat"
|
||||||
|
- Allow admin permission for all three tabs that should open
|
||||||
|
- Now, scroll down to [Connecting](https://git.endernon.com/FireflySR-goober-edition#connecting)
|
||||||
|
|
||||||
## Before you run anything...
|
|
||||||
You must get:
|
|
||||||
- [MongoDB](https://www.mongodb.com/try/download/community)
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
### From Source
|
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
|
@ -69,6 +68,7 @@ You can change this in configuration file of specific server.
|
||||||
Currently only sdkserver and gameserver 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.
|
||||||
|
|
||||||
|
<a name="connecting"></a>
|
||||||
## Connecting
|
## Connecting
|
||||||
|
|
||||||
### For the latest 2.3 Beta patch
|
### For the latest 2.3 Beta patch
|
||||||
|
|
Loading…
Reference in a new issue