Protos are not needed to run the server

Melledy
2022-04-21 17:42:45 -07:00
parent b5830ba61c
commit b0ab9f6edf

@ -10,11 +10,10 @@
2. Copy the following files to the following directories: 2. Copy the following files to the following directories:
1. [GenshinData](https://github.com/Dimbreath/GenshinData) -> `resources/TextMap`, `resources/Subtitle`, `resources/Readable` & `resources/ExcelBinOutput` 1. [GenshinData](https://github.com/Dimbreath/GenshinData) -> `resources/TextMap`, `resources/Subtitle`, `resources/Readable` & `resources/ExcelBinOutput`
2. [gi-bin-output](https://github.com/radioegor146/gi-bin-output) -> `resources/BinOutput` (do this for the version of Genshin Impact you're running) 2. [gi-bin-output](https://github.com/radioegor146/gi-bin-output) -> `resources/BinOutput` (do this for the version of Genshin Impact you're running)
3. [Protobuf Files](https://github.com/Grasscutters/Grasscutter-Protos) -> `resources/proto` (do this for the version of Genshin Impact you're running) 3. [Keys](https://github.com/Melledy/Grasscutter/tree/main/keys) -> `keys`
4. [Keys](https://github.com/Melledy/Grasscutter/tree/main/keys) -> `keys` 4. [Game Data](https://github.com/Melledy/Grasscutter/tree/main/data) -> `data`
5. [Game Data](https://github.com/Melledy/Grasscutter/tree/main/data) -> `data` 5. [The Keystore File](https://github.com/Melledy/Grasscutter/blob/main/keystore.p12) -> `keystore.p12`
6. [The Keystore File](https://github.com/Melledy/Grasscutter/blob/main/keystore.p12) -> `keystore.p12` 6. **Note**: If you are running in the project's root directory (ie. you cloned the repo from GitHub and you are running the server in that folder), these files will be already be present.
7. **Note**: If you are running in the project's root directory (ie. you cloned the repo from GitHub and you are running the server in that folder), these files will be already be present.
3. Run `java -jar grasscutter.jar -handbook` 3. Run `java -jar grasscutter.jar -handbook`
1. This is required for using `names -> IDs` in commands. 1. This is required for using `names -> IDs` in commands.
2. This setup is optional and can be skipped. 2. This setup is optional and can be skipped.