https://github.com/harry-hopkinson/openrct2-variable-editor
An easy to use plugin for OpenRCT2 that provides a UI for changing core variables.
https://github.com/harry-hopkinson/openrct2-variable-editor
openrct2 openrct2-mods openrct2-plugin plugin typescript
Last synced: 10 months ago
JSON representation
An easy to use plugin for OpenRCT2 that provides a UI for changing core variables.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/openrct2-variable-editor
- Owner: Harry-Hopkinson
- License: mit
- Created: 2024-04-13T21:03:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T15:23:40.000Z (over 1 year ago)
- Last Synced: 2025-08-02T19:26:34.060Z (11 months ago)
- Topics: openrct2, openrct2-mods, openrct2-plugin, plugin, typescript
- Language: TypeScript
- Homepage: https://openrct2plugins.org/plugin/R_kgDOLt0WgA/openrct2-variable-editor
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRCT2 Variable Editor
A variable editor for OpenRCT2 that provides an easy to use UI for editing core variables.
## Park Variables
| Park Variables | Information |
| ----------------- | -------------------------------------- |
| Park Value | The park value. |
| Park Cash | The current cash for the park. |
| Park Rating | The current rating of the park. |
| Bank Loan | The current loan of the park. |
| Park Entrance Fee | The current entrance fee for the park. |
## Readonly Variables
| Readonly Variables | Information |
| ---------------------------- | --------------------------------------------------------------------------------------------------------- |
| Guests | The current number of guests in the park. |
| Soft Guest Cap | The maximum number of guests that will spawn naturally. |
| Guest Generation Probability | The probability out of 65535 that guests will spawn per tick. |
| Guest Initial Cash | The average amount of money a guest will spawn with. |
| Guest Initial Happiness | The average happiness guests will spawn at out of 255. |
| Guest Initial Hunger | The average hunger guests will spawn at out of 255. |
| Guest Initial Thirst | The average thirst guests will spawn at out of 255. |
| Total ride value for money | The sum of ride values, used to determine the most guests will pay to enter the park and for some awards. |
## Thanks
This plugin was built using Bassie's Flex UI library. You can find it [here](https://github.com/Basssiiie/OpenRCT2-FlexUI).