Skip to content

Commit 2417611

Browse files
authored
Update README.md
1 parent 1087e60 commit 2417611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This plugin lets you edit vehicles on any ride in your park on the fly.
1818

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

2424
---
@@ -30,7 +30,7 @@ This project is based on [wisnia74's Typescript modding template](https://github
3030
1. Install latest versions of [Node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/get-npm).
3131
2. Clone it anywhere to your PC.
3232
3. Open command prompt, use `cd` to change your current directory to the root folder of this project and run `npm install`.
33-
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/`).
33+
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/`).
3434
- 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:
3535
- Run command prompt as administrator.
3636
- `cd` into the root folder of the repository.
@@ -44,7 +44,7 @@ This project supports the [OpenRCT2 hot reload feature](https://github.com/OpenR
4444

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

0 commit comments

Comments
 (0)