- Feature: [#23465] Change plugin JavaScript engine from Duktape to QuickJS-NG, allowing ES6+ features to be used in plugins. - Feature: [#26178] Port of the Spinning Cars from RollerCoaster Tycoon 1. - Improved: [#25314] Add unbanked and banked quarter helices to the Alpine, Corkscrew, Giga, Hybrid, Looping, Mine Ride, Mini, Multi-Dimension, Single Rail, Stand Up, Steeplechase and Twister tracks. - Improved: [#26044] Simplify Android installation by bundling OpenRCT2 assets in APK. - Improved: [#26293] Objects extracted from saves now have more information in their filenames. - Improved: [objects#432] Allow saving scenery from RCT1 with track designs. - Change: [#25962] The station style dropdown now shows entrance icons next to the labels for easier selection. - Change: [#26175] The ride colour tab is made more compact by collapsing unavailable sections instead of only hiding them. - Change: [#26178] Symmetric spinning trains and legacy ‘pre-reversed’ trains can no longer be reversed. - Fix: [#10616] Quarter-tile trees cannot be placed on dry portions of half-water tiles. - Fix: [#25128] Mute button displayed in wrong state after load. - Fix: [#25460] Infinite loop when moving track design ghost queue over queue loop with zero clearances. - Fix: [#25735] Ride synchronisation z-check works incorrectly. - Fix: [#25919] Path drag tool error sound stacks when placement fails. - Fix: [#25926] Path drag tool shows cost for single tile instead of total. - Fix: [#25927] Wall drag tool error sound stacks and shows wrong cost. - Fix: [#25962] Dropdown triangle glyphs are not optically centred. - Fix: [#25993] Toggling “allow arbitrary ride type changes” does not resize open ride windows. - Fix: [#26111] Vehicle colours tab can go out of bounds in certain edge cases. - Fix: [#26118] Windows installers for releases are not signed properly. - Fix: [#26128] The loan spinner widget does not appear on the same baseline as the text around it. - Fix: [#26140] The time a guest has spent in a queue overflows back to 0 after it reaches 65535 (about a year). - Fix: [#26159] The map generator window is not resized correctly in Enlarged UI mode. - Fix: [#26196] The sprites of one angle of the Steeplechase left large turn are misaligned (original bug). - Fix: [#26214] The wrong sprite is used for one angle of the gentle diagonal slope of Alpine, Hybrid and Single Rail tracks. - Fix: [#26243] Increase max dropdown size from 512 to 1024 to accommodate parks with more than 512 rides. - Fix: [#26306] Platform::FindApp fails to locate Homebrew-installed tools on macOS. - Fix: [#26339] Crash when setting up a marketing campaign. - Fix: [objects#430] The RCT1 Reverse Freefall car can be reversed and show broken sprites when doing so.
OpenRCT2
An open-source re-implementation of RollerCoaster Tycoon 2, a construction and management simulation video game that simulates amusement park management.
Download
| Latest release | Latest development build |
|---|---|
Chat
Chat takes place on Discord. You will need to create a Discord account if you don't yet have one.
If you want to help make the game, join the developer channel.
If you need help, want to talk to the developers, or just want to stay up to date then join the non-developer channel for your language.
If you want to help translate the game to your language, please stop by the Localisation channel.
| Language | Non Developer | Developer | Localisation | Asset Replacement |
|---|---|---|---|---|
| English | ||||
| Nederlands |
Contents
- 1 - Introduction
- 2 - Downloading the game (pre-built)
- 3 - Building the game
- 4 - Contributing
- 4.1 - Bug fixes
- 4.2 - New features
- 4.3 - Translation
- 4.4 - Graphics
- 4.5 - Audio
- 4.6 - Scenarios
- 5 - Policies
- 5.1 - Code of conduct
- 5.2 - Code signing policy
- 5.3 - Privacy policy
- 6 - Licence
- 7 - More information
- 8 - Sponsors
1. Introduction
OpenRCT2 is an open-source re-implementation of RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and maintaining an amusement park containing attractions, shops and facilities. The player must try to make a profit and maintain a good park reputation whilst keeping the guests happy. OpenRCT2 allows for both scenario and sandbox play. Scenarios require the player to complete a certain objective in a set time limit whilst sandbox allows the player to build a more flexible park with optionally no restrictions or finance.
RollerCoaster Tycoon 2 was originally written by Chris Sawyer in x86 assembly and is the sequel to RollerCoaster Tycoon. The engine was based on Transport Tycoon, an older game which also has an equivalent open-source project, OpenTTD. OpenRCT2 attempts to provide everything from RCT2 as well as many improvements and additional features, some of these include support for modern platforms, an improved interface, improved guest and staff AI, more editing tools, increased limits, and cooperative multiplayer. It also re-introduces mechanics from RollerCoaster Tycoon that were not present in RollerCoaster Tycoon 2. Some of those include; mountain tool in-game, the "have fun" objective, launched coasters (not passing-through the station) and several buttons on the toolbar.
2. Downloading the game (pre-built)
OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bought at either Steam or GOG.com. If you have the original RollerCoaster Tycoon and its expansion packs, you can point OpenRCT2 to these in order to play the original scenarios.
Our website offers portable builds and installers with the latest versions of the master and develop branches. There is also a launcher available for Windows, macOS and Linux that will automatically update your build of the game so that you always have the latest version.
Alternatively to using the launcher, for most Linux distributions, we recommend the latest Flatpak release. When downloading from Flathub, you will always receive the latest updates regardless of which Linux distribution you use.
Some Linux distributions offer native packages:
- Arch Linux: openrct2 latest release (
extrarepository) and, alternatively, openrct2-git (AUR) - Gentoo (main portage tree): games-simulation/openrct2
- NixOS: openrct2
- openSUSE OBS: games/openrct2
- Ubuntu PPA (nightly builds):
developbranch
Some *BSD operating systems offer native packages:
- FreeBSD: games/openrct2
3. Building the game
- Building OpenRCT2 on Linux
- Building OpenRCT2 on macOS using CMake
- Building OpenRCT2 on Windows
- Building OpenRCT2 on Windows Subsystem for Linux
- Building OpenRCT2 on MSYS2 MinGW
4. Contributing
OpenRCT2 uses the gitflow workflow. If you are implementing a new feature or fixing a bug, please branch off and perform pull requests to develop. master only contains tagged releases, you should never branch off this.
Please read our contributing guidelines for information.
4.1 Bug fixes
A list of bugs can be found on the issue tracker. Feel free to work on any bug and submit a pull request to the develop branch with the fix. Mentioning that you intend to fix a bug on the issue will prevent other people from trying as well.
4.2 New features
Please talk to the OpenRCT2 team first before starting to develop a new feature. We may already have plans for or reasons against something that you'd like to work on. Therefore contacting us will allow us to help you or prevent you from wasting any time. You can talk to us via Discord, see links at the top of this page.
4.3 Translation
You can translate the game into other languages by editing the language files in data/language directory. Please join discussions in the #localisation channel on Discord and submit pull requests to OpenRCT2/Localisation.
4.4 Graphics
You can help create new graphics for the game by visiting the OpenGraphics project. 3D modellers needed!
4.5 Audio
You can help create the music and sound effects for the game. Check out the OpenMusic repository and drop by our #open-sound-and-music channel on Discord to find out more.
4.6 Scenarios
We would also like to distribute additional scenarios with the game, when the time comes. For that, we need talented scenario makers! Check out the OpenScenarios repository.
5. Policies
5.1 Code of Conduct
We have a Code of Conduct that applies to all OpenRCT2 projects. Please read it.
5.2 Code signing policy
We sign our releases with a digital certificate provided by SignPath Foundation.
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
Signed releases can only be done by members of the development team.
5.3 Privacy policy
See PRIVACY.md for more information.
6. Licence
OpenRCT2 is licensed under the GNU General Public License version 3 or (at your option) any later version. See the licence.txt file for more details.
7. More information
- GitHub
- OpenRCT2.io
- RCT subreddit
- OpenRCT2 subreddit
- OpenRCT2 plug-ins
Similar Projects
| OpenLoco | OpenTTD | openage | OpenRA |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Chris Sawyer's Locomotion | Transport Tycoon Deluxe | Age of Empires 2 | Red Alert |
8. Sponsors
Companies that kindly allow us to use their stuff:
| DigitalOcean | JetBrains | Backtrace | SignPath |
|---|---|---|---|
![]() |
![]() |
||
| Hosting of various services | CLion and other products | Minidump uploads and inspection | Free code signing provided by SignPath.io, certificate by SignPath Foundation. |





