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:

  1. The ride is shut down and a notification is sent
  2. The plugin waits for the ride to empty (refurbishment cannot proceed without this)
  3. The ride gets refurbished
  4. The ride is reopened and a notification is sent

Installation

  1. Download refurbish-manager.js from the Releases page
  2. Put the file in the plugin folder for your OpenRCT2 installation
  3. 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.