From 3b24ce3e68e7e8e1a135774314e21c7be475e822 Mon Sep 17 00:00:00 2001 From: Melledy <52122272+Melledy@users.noreply.github.com> Date: Sat, 14 May 2022 06:14:15 -0700 Subject: [PATCH] Updated Running (markdown) --- Running.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Running.md b/Running.md index cd1cd5e..34e19ec 100644 --- a/Running.md +++ b/Running.md @@ -8,12 +8,11 @@ 1. Run `java -jar grasscutter.jar` 1. This will create additional directories in your working directory. 2. Copy the following files to the following directories: (file source -> `destination`) - 1. [GenshinData](https://github.com/Dimbreath/GenshinData/tree/a83df7fcbcc26b2fc3d2918354caaaf223a40611) -> `resources/TextMap`, `resources/Subtitle`, `resources/Readable` & `resources/ExcelBinOutput` - 2. [gi-bin-output](https://github.com/zhsitao/gi-bin-output) -> `resources/BinOutput` (do this for the version of Genshin Impact you're running) - 3. [Keys](https://github.com/Melledy/Grasscutter/tree/main/keys) -> `keys` - 4. [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. **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. + 1. [Resources](https://github.com/Koko-boya/Grasscutter_Resources) -> `resources` + 2. [Keys](https://github.com/Melledy/Grasscutter/tree/main/keys) -> `keys` + 3. [Game Data](https://github.com/Melledy/Grasscutter/tree/main/data) -> `data` + 4. [The Keystore File](https://github.com/Melledy/Grasscutter/blob/main/keystore.p12) -> `keystore.p12` + 5. **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` 1. This is required for using `names -> IDs` in commands. 2. This setup is optional and can be skipped.