https://github.com/harry-hopkinson/openrct2-peep-remover
A Plugin for OpenRCT2 that allows you to mass remove Peeps by clicking on them.
https://github.com/harry-hopkinson/openrct2-peep-remover
openrct2 openrct2-mods openrct2-multiplayer openrct2-plugin typescript
Last synced: about 1 month ago
JSON representation
A Plugin for OpenRCT2 that allows you to mass remove Peeps by clicking on them.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/openrct2-peep-remover
- Owner: Harry-Hopkinson
- License: mit
- Created: 2024-08-28T08:21:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:35:48.000Z (5 months ago)
- Last Synced: 2025-05-13T14:17:21.124Z (about 1 month ago)
- Topics: openrct2, openrct2-mods, openrct2-multiplayer, openrct2-plugin, typescript
- Language: TypeScript
- Homepage: https://openrct2plugins.org/plugin/R_kgDOMpYBmg/openrct2-peep-remover
- Size: 424 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRCT2 Peep Remover
A plugin for OpenRCT2 that allows you to easily remove peeps from your park.

## Features
- Click on the eyedropper and click as many peeps as you want to remove.
- Click on the trash can to remove all peeps from the park.
- Cancel the current action by clicking on the cancel button.
- Multi Select Mode allows you to mass click on peeps using the eyedropper tool.
- Remove guests with flags opens a window where you can remove guests with certain flags (e.g. nausea, angry, etc).## Installation
Download the Javascript file from the releases page and place it in your OpenRCT2 plugin directory. You can find the plugin directory by going to the toolbox icon in OpenRCT2 and clicking on "Open Custom Content Folder" and then navigate to the plugin folder.
## Thanks
- Many thanks to Bassie - for their Flex UI library. You can find it [here](https://github.com/Basssiiie/OpenRCT2-FlexUI).
- Many thanks to KatieZeldaKat for their [plugin template](https://github.com/KatieZeldaKat/openrct2-typescript-plugin-template).