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
+13-16Lines changed: 13 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,28 @@ This plugin lets you modify the properties of your park guests and staff members
4
4
5
5

6
6
7
-
This is my first experience with any actual coding. I got interested by using the Ride Vehicle Editor from Basssiiie. I wanted to make something similar, but with peeps. I thought it would be a cool project to learn how to code. It is still a work-in-progress, and it's my personal learning-to-code project, so my code is probably a mess to actual programmers.
7
+
This is my first experience with any actual coding. I got interested by using the Ride Vehicle Editor from Basssiiie. I wanted to make something similar, but with peeps. I thought it would be a cool project to learn how to code.
8
8
9
9
There are a few different tabs:
10
10
11
-
### Staff:
11
+
Staff:
12
12
Freeze/unfreeze staff members, so you can use the as scenery objects around your map
13
13
Give each individual staff member their own colour
14
14
15
-
### Colours:
16
-
Give all the guests on the map the same colour for their shirts, trousers, balloons,
17
-
hats and umbrellas respectively.
15
+
Colours
16
+
Give all the guests on the map the same colour for their shirts, trousers, balloons,
17
+
hats and umbrellas respectively.
18
18
19
-
*This is the actual origin story of this plugin; I wanted to have all the guests in swimming trunks in the waterpark contest from Deurklink's DKMP, so the first prototype was salmon pink shirts with the push of a button.*
19
+
Flags
20
+
Here you can make your guests do different kind of stuff; like littering or exploding to name two.
20
21
21
-
### Flags:
22
-
Here you can make your guests do different kind of stuff; like littering or exploding to name two.
22
+
Conditions
23
+
This is a planned feature, here I want the option to set your guests conditions, like happiness or thirst, this is already possible at the Cheats menu.
23
24
24
-
### Conditions:
25
-
This is a planned feature, here I want the option to set your guests conditions, like happiness or thirst, this is already possible at the Cheats menu.
26
-
27
-
### About:
28
-
Just some info about me and the plug-in.
25
+
About
26
+
Just some info about me and the plug-in.
29
27
28
+
Thanks to Basssiiie for let me use his Proxy Pather and readme file as a template, and showing me the ways of writing plug-ins.
30
29
31
30
32
31
## Installation
@@ -54,7 +53,6 @@ This project is based on [wisnia74's Typescript modding template](https://github
54
53
- Default output folder for develop builds: `(documents)/OpenRCT2/plugins`
55
54
- If your plugin folder is located elsewhere (on for example a non-Windows OS), you can modify it in `rollup.config.js`.
56
55
57
-
58
56
### Hot reload
59
57
60
58
This project supports the [OpenRCT2 hot reload feature](https://github.com/OpenRCT2/OpenRCT2/blob/master/distribution/scripting.md#writing-scripts) for development.
@@ -73,5 +71,4 @@ This project supports the [OpenRCT2 hot reload feature](https://github.com/OpenR
73
71
74
72
Don't touch `app.js`, even though it's just an empty file. Its existence makes Nodemon happy, and Nodemon is what watches your files for changes & fires off new dev builds for hot reloading.
75
73
76
-
Thanks to [wisnia74](https://github.com/wisnia74/openrct2-typescript-mod-template) for providing the template for this mod and readme.
77
-
Thanks to Basssiiie for let me use his Proxy Pather as a template, and showing me the ways of writing plug-ins.
74
+
Thanks to [wisnia74](https://github.com/wisnia74/openrct2-typescript-mod-template) for providing the template for this mod and readme.
0 commit comments