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
- Host: GitHub
- URL: https://github.com/harry-hopkinson/close-all-windows-openrct2
- Owner: Harry-Hopkinson
- License: mit
- Created: 2024-01-11T21:49:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-23T11:51:57.000Z (5 months ago)
- Last Synced: 2025-05-13T14:17:20.113Z (about 1 month ago)
- Topics: openrct2, openrct2-mods, openrct2-plugin
- Language: TypeScript
- Homepage: https://openrct2plugins.org/plugin/R_kgDOLDxoxg/close-all-windows-openrct2
- Size: 439 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.