Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Basssiiie authored Dec 29, 2020
1 parent 1087e60 commit 2417611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This plugin lets you edit vehicles on any ride in your park on the fly.

1. Download the latest release from the [Releases page](https://github.com/Basssiiie/OpenRCT2-RideVehicleEditor/releases).
2. To install it, put the downloaded `*.js` file into your `/OpenRCT2/plugin` folder.
- This folder is commonly found in `C:/Users/<USER>/Documents/OpenRCT2/plugin`.
- This folder is commonly found in `C:/Users/<YOUR NAME>/Documents/OpenRCT2/plugin`.
3. Once the file is there, it should show up ingame in the dropdown menu under the map icon.

---
Expand All @@ -30,7 +30,7 @@ This project is based on [wisnia74's Typescript modding template](https://github
1. Install latest versions of [Node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/get-npm).
2. Clone it anywhere to your PC.
3. Open command prompt, use `cd` to change your current directory to the root folder of this project and run `npm install`.
4. Find `openrct2.d.ts` TypeScript API declaration file in OpenRCT2 files and copy it to `lib` folder (this file can usually be found in `C:/Users/<USER>/Documents/OpenRCT2/bin/` or `C:/Program Files/OpenRCT2/`).
4. Find `openrct2.d.ts` TypeScript API declaration file in OpenRCT2 files and copy it to `lib` folder (this file can usually be found in `C:/Users/<YOUR NAME>/Documents/OpenRCT2/bin/` or `C:/Program Files/OpenRCT2/`).
- Alternatively, you can make a symbolic link instead of copying the file, which will keep the file up to date whenever you install new versions of OpenRCT2. To do this on Windows:
- Run command prompt as administrator.
- `cd` into the root folder of the repository.
Expand All @@ -44,7 +44,7 @@ This project supports the [OpenRCT2 hot reload feature](https://github.com/OpenR

1. Make sure you've enabled it by setting `enable_hot_reloading = true` in your `/OpenRCT2/config.ini`.
2. Open `rollup.config.dev.js` and change the output file path to your plugin folder.
- Example: `C:/(user)/Documents/OpenRCT2/plugin/RideVehicleEditor.js`.
- Example: `C:/Users/<YOUR NAME>/Documents/OpenRCT2/plugin/RideVehicleEditor.js`.
- Make sure this path uses `/` instead of `\` slashes!
3. Open command prompt and use `cd` to change your current directory to the root folder of this project.
4. Run `npm start` to start the hot reload server.
Expand Down

0 comments on commit 2417611

Please sign in to comment.