You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This plugin lets you edit vehicles on any ride in your park on the fly.
18
18
19
19
1. Download the latest release from the [Releases page](https://github.com/Basssiiie/OpenRCT2-RideVehicleEditor/releases).
20
20
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`.
22
22
3. Once the file is there, it should show up ingame in the dropdown menu under the map icon.
23
23
24
24
---
@@ -30,7 +30,7 @@ This project is based on [wisnia74's Typescript modding template](https://github
30
30
1. Install latest versions of [Node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/get-npm).
31
31
2. Clone it anywhere to your PC.
32
32
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/`).
34
34
- 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:
35
35
- Run command prompt as administrator.
36
36
-`cd` into the root folder of the repository.
@@ -44,7 +44,7 @@ This project supports the [OpenRCT2 hot reload feature](https://github.com/OpenR
44
44
45
45
1. Make sure you've enabled it by setting `enable_hot_reloading = true` in your `/OpenRCT2/config.ini`.
46
46
2. Open `rollup.config.dev.js` and change the output file path to your plugin folder.
0 commit comments