Releases: Harry-Hopkinson/openrct2-soft-guest-cap-editor
Releases · Harry-Hopkinson/openrct2-soft-guest-cap-editor
Version 1.0.4 - Button to cancel custom soft guest cap.
Version 1.0.3 - Release
The PR has now been merged so this plugin will work on the development builds of OpenRCT2.
Version 1.0.2 - Clamp suggestedGuestMaximum.
- Clamp the suggestedGuestMaximum value within limits of an unsigned 16 bit integer.
Version 1.0.1 - Max size of window and code refactors.
- Add a max size of the window to be resized to.
- Code refactor to store the variables using stores.
Version 1.0.0
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.
Features
- Enter your desired
Soft Guest Cap
into the input box and then click onActivate custom soft guest cap
for your soft guest cap to be applied. - Click on the
Current Guest Cap
button to recieve 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.
Thanks
- Many thanks to Bassie - firstly I used their Flex UI library. You can find it here. Also thanks for the help with the PR.
- Many thanks to KatieZeldaKat for their plugin template.