From 24176112d06a68237320ed0a478d3ede89524016 Mon Sep 17 00:00:00 2001 From: Basssiiie Date: Tue, 29 Dec 2020 21:11:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30657da..ca448f8 100644 --- a/README.md +++ b/README.md @@ -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//Documents/OpenRCT2/plugin`. + - This folder is commonly found in `C:/Users//Documents/OpenRCT2/plugin`. 3. Once the file is there, it should show up ingame in the dropdown menu under the map icon. --- @@ -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//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//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. @@ -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//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.