Skip to content

Commit ea1d301

Browse files
committed
v1.1
- New UI for staff - change stafftype - change costume
1 parent 5738cba commit ea1d301

File tree

4 files changed

+382
-139
lines changed

4 files changed

+382
-139
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,28 @@ This plugin lets you modify the properties of your park guests and staff members
44

55
![(Video example of using PeepEditor)](https://raw.githubusercontent.com/Manticore-007/OpenRCT2-PeepEditor/57fe197a60497fa9b9ca4ed62d4cb9eb1da5c37a/img/staff.gif)
66

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.
88

99
There are a few different tabs:
1010

11-
### Staff:
11+
Staff:
1212
Freeze/unfreeze staff members, so you can use the as scenery objects around your map
1313
Give each individual staff member their own colour
1414

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.
1818

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.
2021

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.
2324

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.
2927

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.
3029

3130

3231
## Installation
@@ -54,7 +53,6 @@ This project is based on [wisnia74's Typescript modding template](https://github
5453
- Default output folder for develop builds: `(documents)/OpenRCT2/plugins`
5554
- If your plugin folder is located elsewhere (on for example a non-Windows OS), you can modify it in `rollup.config.js`.
5655

57-
5856
### Hot reload
5957

6058
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
7371

7472
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.
7573

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.

img/v1.1.gif

5.34 MB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openrct2-peep-editor",
33
"author": "Manticore",
44
"license": "MIT",
5-
"version": "1.0",
5+
"version": "1.1",
66
"description": "",
77
"main": "app.js",
88
"scripts": {

0 commit comments

Comments
 (0)