Skip to content

Commit 0a4df87

Browse files
committed
Update instructions
1 parent 3849af7 commit 0a4df87

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ A game server reimplementation for version 1.5.0 of a certain turn based anime g
2121
### Recommended
2222
* [MongoDB 4.0+](https://www.mongodb.com/try/download/community)
2323

24-
### Starting up the server
25-
1. Open your system terminal, and compile the server with `./gradlew jar`
26-
2. Create a folder named `resources` in your server directory
27-
3. Download the `Config`, `TextMap`, and `ExcelBin` folders from [https://github.com/Dimbreath/StarRailData](https://github.com/Dimbreath/StarRailData) and place them into your resources folder.
28-
4. Download the `Config` folder from [https://gitlab.com/Melledy/LunarCore-Configs](https://gitlab.com/Melledy/LunarCore-Configs) and place them into your resouces folder. REPLACE any files that your system asks about. These are for world spawns and are quite important for the server.
29-
5. Run the server with `java -jar LunarCore.jar` from your system terminal. Lunar Core comes with a built in internal mongo server for its database, so no Mongodb installation is required. However, it is highly recomended to install Mongodb anyways.
30-
6. If you have `autoCreateAccount` set to true in the config, then you can skip creating an account. Otherwise, use the `/account` command in the server console to create one.
24+
### Compiling the server
25+
1. Download the files from [https://gitlab.com/Melledy/LunarCore-Protos](https://gitlab.com/Melledy/LunarCore-Protos) and place the proto folder into your server directory
26+
2. Open your system terminal, and compile the server with `./gradlew jar`
27+
3. Create a folder named `resources` in your server directory
28+
4. Download the `Config`, `TextMap`, and `ExcelBin` folders from [https://github.com/Dimbreath/StarRailData](https://github.com/Dimbreath/StarRailData) and place them into your resources folder.
29+
5. Download the `Config` folder from [https://gitlab.com/Melledy/LunarCore-Configs](https://gitlab.com/Melledy/LunarCore-Configs) and place them into your resouces folder. REPLACE any files that your system asks about. These are for world spawns and are quite important for the server.
30+
6. Run the server with `java -jar LunarCore.jar` from your system terminal. Lunar Core comes with a built in internal mongo server for its database, so no Mongodb installation is required. However, it is highly recomended to install Mongodb anyways.
31+
7. If you have `autoCreateAccount` set to true in the config, then you can skip creating an account. Otherwise, use the `/account` command in the server console to create one.
3132

3233
### Connecting with the client (Fiddler)
33-
1. Login with the client to an official server and hoyo account **at least once** to download game data.
34+
1. **Login with the client to an official server and hoyo account at least once to download game data.**
3435
2. Install and have [Fiddler Classic](https://www.telerik.com/fiddler) running.
3536
3. Set fiddler to decrypt https traffic. (Tools -> Options -> HTTPS -> Decrypt HTTPS traffic) Make sure `ignore server certificate errors` is checked as well.
3637
4. Copy and paste the following code into the fiddlerscript tab of fiddler classic:

0 commit comments

Comments
 (0)