OpenRCT2

header for OpenRCT2

View on GitHub My Contributions

OpenRCT2 is a reimplementation of RollerCoaster Tycoon 2. It boasts new features like online multiplayer, a plugin system, and native builds for multiple platforms. I've made more than 10 contributions to the project, including bug fixes and new features.

I also build OpenRCT2 Docker images based on Alpine. Upstream changes that affect multiplayer automatically trigger builds. That way I can keep my servers up-to-date without needlessly resetting them.

Plugins

OpenRCT2 version 0.3.0 added a Javascript API for plugins. I developed the following plugins to enhance the experience of my multiplayer servers.

ffa-plugin-suite

This project is a collection of plugins that are perfect for servers with little or no manual moderation. Of particular interest are ffa-ownership which prevents players from editing other players' rides, ffa-rate-limit which kicks players for performing certain actions too quickly, and ffa-ip-ban which is an ip ban plugin with a trick up its sleeve.

openrct2-discord-bridge

This plugin and Node app combo can mirror in-game OpenRCT2 chat to and from Discord.

openrct2-remote-control

This simple plugin listens for commands in in-game chat or over TCP. It's used by FFA-Tycoon.