Skip to content

Releases: Harry-Hopkinson/openrct2-soft-guest-cap-editor

Version 1.0.4 - Button to cancel custom soft guest cap.

12 Sep 19:53
Compare
Choose a tag to compare

Add a button to cancel the custom soft guest cap.

Screenshot 2024-09-12 at 21 00 13

Version 1.0.3 - Release

12 Sep 06:11
Compare
Choose a tag to compare

The PR has now been merged so this plugin will work on the development builds of OpenRCT2.

Version 1.0.2 - Clamp suggestedGuestMaximum.

30 Aug 11:46
Compare
Choose a tag to compare
  • Clamp the suggestedGuestMaximum value within limits of an unsigned 16 bit integer.

Version 1.0.1 - Max size of window and code refactors.

30 Aug 10:41
Compare
Choose a tag to compare
  • Add a max size of the window to be resized to.
  • Code refactor to store the variables using stores.

Version 1.0.0

18 Aug 19:32
Compare
Choose a tag to compare

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.

Screenshot

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