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
|
||||
|
||||
1. Download the [Modding Tools](https://github.com/BrandenEK/AShortHike.ModdingTools/releases), and follow
|
||||
the [installation instructions](https://github.com/BrandenEK/AShortHike.ModdingTools#a-short-hike-modding-tools) on the GitHub page.
|
||||
1. Open the [Modding Tools GitHub page](https://github.com/BrandenEK/AShortHike.ModdingTools/), and follow
|
||||
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
|
||||
[Randomizer](https://github.com/BrandenEK/AShortHike.Randomizer/releases) and extract the contents of it
|
||||
into the `Modding` folder.
|
||||
[Randomizer](https://github.com/BrandenEK/AShortHike.Randomizer/releases) zip, extract it, and move the contents
|
||||
of the `Randomizer/` folder into your `Modding/` folder. After this step, your `Modding/` folder should have
|
||||
`data/` and `plugins/` subfolders.
|
||||
|
||||
## Connecting
|
||||
|
||||
|
@ -29,4 +30,4 @@ Enter in the Server Port, Name, and Password (optional) in the popup menu that a
|
|||
## Tracking
|
||||
|
||||
Install PopTracker from the link above and place the PopTracker pack into the packs folder.
|
||||
Connect to Archipelago via the AP button in the top left.
|
||||
Connect to Archipelago via the AP button in the top left.
|
||||
|
|
Loading…
Reference in New Issue