An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/openrct2-soft-guest-cap-editor

A plugin that allows you to change the soft guest cap in OpenRCT2
https://github.com/harry-hopkinson/openrct2-soft-guest-cap-editor

openrct2 openrct2-mods openrct2-plugin

Last synced: about 1 month ago
JSON representation

A plugin that allows you to change the soft guest cap in OpenRCT2

Awesome Lists containing this project

README

        

# OpenRCT2 Soft Guest Cap Editor

A plugin for OpenRCT2 that allows you to edit the soft guest cap of your park. The soft guest cap is the maximum number of guests that will spawn naturally in your park.

![(OpenRCT2 Peep Remover)](https://raw.githubusercontent.com/Harry-Hopkinson/openrct2-soft-guest-cap-editor/main/image.png)

## Features

- Enter your desired `Soft Guest Cap` into the input box and then click on `Activate custom soft guest cap` for your soft guest cap to be applied.
- Click on the `Current Guest Cap` button to receive a notification of your current Soft Guest Cap.

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

## Notes

This plugin is best used with Sadret's incredible [soft guest cap calculator plugin](https://github.com/Sadret/openrct2-soft-guest-cap-calculator).

## Thanks

- Many thanks to Bassie - firstly I used their Flex UI library. You can find it [here](https://github.com/Basssiiie/OpenRCT2-FlexUI). Also thanks for the help with the [PR](https://github.com/OpenRCT2/OpenRCT2/pull/21521).
- Many thanks to KatieZeldaKat for their [plugin template](https://github.com/KatieZeldaKat/openrct2-typescript-plugin-template).