An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/close-all-windows-openrct2

Close All Windows Plugin for OpenRCT2
https://github.com/harry-hopkinson/close-all-windows-openrct2

openrct2 openrct2-mods openrct2-plugin

Last synced: about 1 month ago
JSON representation

Close All Windows Plugin for OpenRCT2

Awesome Lists containing this project

README

        

# Close all Windows

A plugin for [OpenRCT2](https://openrct2.org/) that closes all current windows open on your screen.
Great for when moving large amounts of guests or if you have a cluttered screen
and do not want to have to frantically click around to close them all.

This is a graphical method and an alternative to the shortcut `Shift+Backspace`

## Installation

Download the [latest release][] from GitHub. Then, place the `.js` file
in your [OpenRCT2 plugin folder][].

- On macOS, this is `~/Library/Application Support/OpenRCT2/plugin`.
- On Windows, this is `%USERPROFILE%\Documents\OpenRCT2\plugin`.
- On Linux, this is `$XDG_CONFIG_HOME/OpenRCT2/plugin`.
(`$XDG_CONFIG_HOME` is typically set to `~/.config`)

## Usage

This plugin adds a new dialog window to the "Map" menu, where all other
plugins are located, allowing you to choose under the "Close All Windows" option.
On click the plugin will close all of your current windows.

## Development

If you wish to contribute to this project, make sure it builds locally
before pushing your changes.

To do this, install dependencies with NPM:

```bash
npm run install
```

```bash
npm run build
```

Then copy the folder to the plugins directory of OpenRCT2 and make sure that
"hot reloading" is enabled in your configs.