openrct2-plugin
Installation
SKILL.md
OpenRCT2 Plugin Development
Comprehensive guide for developing plugins (scripts) for OpenRCT2, the open-source re-implementation of RollerCoaster Tycoon 2.
Overview
OpenRCT2 allows custom scripts (plugins) written in JavaScript/TypeScript to extend the game with additional behavior - from extra windows to entire multiplayer game modes.
Key Features
- JavaScript/TypeScript - ES5 compatible, transpilers for ES6+
- Game Actions - Safe multiplayer-synchronized state mutations
- UI Windows - Custom windows with widgets
- Hooks - Subscribe to game events
- Network API - TCP sockets for localhost communication
- Hot Reload - Real-time plugin development