openrct2-refurbish-manager
An OpenRCT2 plugin to simplify the refurbishment process
OpenRCT2 Refurbish Manager
A local plugin which automatically shuts down, refurbishes, and reopens your rides as they age.
How it works
With auto refurbishment enabled, the plugin will check once per day for any rides that have met the minimum age (configurable), as well as check your bank balance against the minimum required balance (configurable). When a valid ride candidate appears, a series of events occur:
- The ride is shut down and a notification is sent
- The plugin waits for the ride to empty (refurbishment cannot proceed without this)
- The ride gets refurbished
- The ride is reopened and a notification is sent
Installation
- Download refurbish-manager.js from the Releases page
- Put the file in the
pluginfolder for your OpenRCT2 installation - Restart OpenRCT2
Development commands
npm run build
Creates a release build of the plugin.
npm run build:dev
Creates a develop build of your plugin.
npm start or npm run start
Will start a script that will automatically run npm run build:dev every time you make a change to any Typescript or Javascript file inside the ./src/ folder.