A Short Hike: Clarify installation instructions (#3058)
* Clarify installation instructions * don't mention 'config' folder since it isn't created until the game starts
This commit is contained in:
parent
e546c0f7ff
commit
03d47e460e
|
@ -14,12 +14,13 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Download the [Modding Tools](https://github.com/BrandenEK/AShortHike.ModdingTools/releases), and follow
|
1. Open the [Modding Tools GitHub page](https://github.com/BrandenEK/AShortHike.ModdingTools/), and follow
|
||||||
the [installation instructions](https://github.com/BrandenEK/AShortHike.ModdingTools#a-short-hike-modding-tools) on the GitHub page.
|
the installation instructions. After this step, your `A Short Hike/` folder should have an empty `Modding/` subfolder.
|
||||||
|
|
||||||
2. After the Modding Tools have been installed, download the
|
2. After the Modding Tools have been installed, download the
|
||||||
[Randomizer](https://github.com/BrandenEK/AShortHike.Randomizer/releases) and extract the contents of it
|
[Randomizer](https://github.com/BrandenEK/AShortHike.Randomizer/releases) zip, extract it, and move the contents
|
||||||
into the `Modding` folder.
|
of the `Randomizer/` folder into your `Modding/` folder. After this step, your `Modding/` folder should have
|
||||||
|
`data/` and `plugins/` subfolders.
|
||||||
|
|
||||||
## Connecting
|
## Connecting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue