mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
- Feature: [#24468] [Plugin] Add awards to plugin API. - Feature: [#24702] [Plugin] Add bindings for missing cheats (forcedParkRating, ignoreRidePrice, makeAllDestructible). - Feature: [#24794] The load/save browser can now optionally show mini map previews instead of screenshots. - Improved: [#24812] Taiwan Park has been added to the Extras tab if it is present. - Improved: [OpenSFX#12] Add Brake Fix, Buy and Dinghy Slide running sounds. - Change: [#24730] Security guards now only walk slowly in crowded areas. - Change: [#24843] Update android targetSDK to 36. - Fix: [#24598] Cannot load .park files that use official legacy footpaths by accident. - Fix: [#24611] The confirmation prompt for track file deletion is not vertically aligned. - Fix: [#24711] The map smoothing function only partially works for custom height map image files. - Fix: [#24761] The reliability bar in the ride window visually does not go below 10%. - Fix: [#24773] The new ride window debug authors does not show the correct authors for non legacy ride objects. - Fix: [#24775] The scenery and new ride windows do not filter by file name or identifier correctly for non legacy objects. - Fix: [#24777] The stall item preview cycles between all possible colours when random checkbox is ticked. - Fix: [#24794] The load/save browser does not resize cleanly when toggling the preview sidebar. - Fix: [#24824] The Air Powered Vertical Coaster top section track piece has vertical tunnels (original bug). - Fix: [#24825] The River Rapids flat-to-gentle track piece tunnels are incorrect on the gentle side. - Fix: [#24826] The Junior Roller Coaster flat-to-steep track piece tunnels are incorrect. - Fix: [#24829] The pattern of long grass across tiles is different to RCT1 and RCT2. - Fix: [#24831] Park names are being overwritten for custom RCT1 scenarios that use competition id slots. - Fix: [#24838] Not using localized word for conjunction when having multiple shortcuts for the same action. - Fix: [#24841] Fullscreen options do not work correctly with Emscripten.
174 lines
14 KiB
Markdown
174 lines
14 KiB
Markdown
|
|
|
|
<p align="center">
|
|
<a href="https://openrct2.io">
|
|
<img src="https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/develop/resources/logo/icon_x128.png" style="width: 128px;" alt="OpenRCT2 logo"/>
|
|
</a>
|
|
</p>
|
|
|
|
<h1 align="center">OpenRCT2</h1>
|
|
|
|
<h3 align="center">An open-source re-implementation of RollerCoaster Tycoon 2, a construction and management simulation video game that simulates amusement park management.</h3>
|
|
|
|
---
|
|
|
|

|
|
|
|
---
|
|
|
|
### Download
|
|
| Latest release | Latest development build |
|
|
|------------------------------------------------------------------------------------------------------------------------|--------------------------|
|
|
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
|
|
|
---
|
|
|
|
### 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 | [](https://discord.gg/ZXZd8D8) </br> [](https://discord.gg/vJABqGGTEt) | [](https://discord.gg/fsEwSWs) | [](https://discord.gg/sxnrvX9) | [](https://discord.gg/aM2Pchscnp) </br> [](https://discord.gg/tuz3QBBWJf)
|
|
| Nederlands | [](https://discord.gg/cQYSXzW) | | |
|
|
|
|
---
|
|
|
|
# Contents
|
|
- 1 - [Introduction](#1-introduction)
|
|
- 2 - [Downloading the game (pre-built)](#2-downloading-the-game-pre-built)
|
|
- 3 - [Building the game](#3-building-the-game)
|
|
- 4 - [Contributing](#4-contributing)
|
|
- 4.1 - [Bug fixes](#41-bug-fixes)
|
|
- 4.2 - [New features](#42-new-features)
|
|
- 4.3 - [Translation](#43-translation)
|
|
- 4.4 - [Graphics](#44-graphics)
|
|
- 4.5 - [Audio](#45-audio)
|
|
- 4.6 - [Scenarios](#46-scenarios)
|
|
- 5 - [Policies](#5-policies)
|
|
- 5.1 - [Code of conduct](#51-code-of-conduct)
|
|
- 5.2 - [Code signing policy](#52-code-signing-policy)
|
|
- 5.3 - [Privacy policy](#53-privacy-policy)
|
|
- 6 - [Licence](#6-licence)
|
|
- 7 - [More information](#7-more-information)
|
|
- 8 - [Sponsors](#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](https://openttd.org). 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](https://store.steampowered.com/app/285330/RollerCoaster_Tycoon_2_Triple_Thrill_Pack/) or [GOG.com](https://www.gog.com/game/rollercoaster_tycoon_2). If you have the original RollerCoaster Tycoon and its expansion packs, you can [point OpenRCT2 to these](https://github.com/OpenRCT2/OpenRCT2/wiki/Loading-RCT1-scenarios-and-data) in order to play the original scenarios.
|
|
|
|
[Our website](https://openrct2.io/download) offers portable builds and installers with the latest versions of the `master` and `develop` branches. There is also a [launcher](https://openrct2.io/download/launcher) available for Windows 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](https://flathub.org/apps/details/io.openrct2.OpenRCT2). 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](https://archlinux.org/packages/extra/x86_64/openrct2/) latest release (`extra` repository) and, alternatively, [openrct2-git](https://aur.archlinux.org/packages/openrct2-git) (AUR)
|
|
* Gentoo (main portage tree): [games-simulation/openrct2](https://packages.gentoo.org/packages/games-simulation/openrct2)
|
|
* NixOS: [openrct2](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/op/openrct2/package.nix)
|
|
* openSUSE OBS: [games/openrct2](https://software.opensuse.org/download.html?project=games&package=openrct2)
|
|
* Ubuntu PPA (nightly builds): [`develop` branch](https://launchpad.net/~openrct2/+archive/ubuntu/nightly)
|
|
|
|
Some \*BSD operating systems offer native packages:
|
|
* FreeBSD: [games/openrct2](https://www.freshports.org/games/openrct2)
|
|
* OpenBSD: [games/openrct2](https://openports.se/games/openrct2)
|
|
|
|
---
|
|
|
|
# 3. Building the game
|
|
- [Building OpenRCT2 on Linux](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux)
|
|
- [Building OpenRCT2 on macOS using CMake](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-macOS-using-CMake)
|
|
- [Building OpenRCT2 on Windows](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Windows)
|
|
- [Building OpenRCT2 on Windows Subsystem for Linux](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Windows-Subsystem-for-Linux)
|
|
- [Building OpenRCT2 on MSYS2 MinGW](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-MSYS2-MinGW)
|
|
|
|
---
|
|
|
|
# 4. Contributing
|
|
OpenRCT2 uses the [gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#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](https://github.com/OpenRCT2/OpenRCT2/blob/develop/CONTRIBUTING.md) for information.
|
|
|
|
## 4.1 Bug fixes
|
|
A list of bugs can be found on the [issue tracker](https://github.com/OpenRCT2/OpenRCT2/issues). 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](https://discordapp.com/invite/sxnrvX9) and submit pull requests to [OpenRCT2/Localisation](https://github.com/OpenRCT2/Localisation).
|
|
|
|
## 4.4 Graphics
|
|
You can help create new graphics for the game by visiting the [OpenGraphics project](https://github.com/OpenRCT2/OpenGraphics). 3D modellers needed!
|
|
|
|
## 4.5 Audio
|
|
You can help create the music and sound effects for the game. Check out the [OpenMusic](https://github.com/OpenRCT2/OpenMusic) repository and drop by our [#open-sound-and-music channel on Discord](https://discord.gg/9y8WbcX) 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](https://github.com/PFCKrutonium/OpenRCT2-OpenScenarios).
|
|
|
|
---
|
|
|
|
# 5. Policies
|
|
|
|
## 5.1 Code of Conduct
|
|
|
|
We have a [Code of Conduct](CODE_OF_CONDUCT.md) 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](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).
|
|
|
|
Signed releases can only be done by member of the [development team](https://github.com/OpenRCT2/OpenRCT2/blob/develop/contributors.md#development-team).
|
|
|
|
## 5.3 Privacy policy
|
|
|
|
See [PRIVACY.md](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`](licence.txt) file for more details.
|
|
|
|
---
|
|
|
|
# 7. More information
|
|
- [GitHub](https://github.com/OpenRCT2/OpenRCT2)
|
|
- [OpenRCT2.org](https://openrct2.org)
|
|
- [Forums](https://openrct2.org/forums/)
|
|
- [Facebook](https://www.facebook.com/OpenRCT2)
|
|
- [RCT subreddit](https://www.reddit.com/r/rct/)
|
|
- [OpenRCT2 subreddit](https://www.reddit.com/r/openrct2/)
|
|
|
|
## Similar Projects
|
|
|
|
| [OpenLoco](https://github.com/OpenLoco/OpenLoco) | [OpenTTD](https://github.com/OpenTTD/OpenTTD) | [openage](https://github.com/SFTtech/openage) | [OpenRA](https://github.com/OpenRA/OpenRA) |
|
|
|:------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------:|
|
|
| [](https://github.com/OpenLoco/OpenLoco) | [](https://github.com/OpenTTD/OpenTTD) | [](https://github.com/SFTtech/openage) | [](https://github.com/OpenRA/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](https://www.digitalocean.com/) | [JetBrains](https://www.jetbrains.com/) | [Backtrace](https://backtrace.io/) | [SignPath](https://signpath.org/) |
|
|
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
|
| [](https://www.digitalocean.com/) | [](https://www.jetbrains.com/) | [](https://backtrace.io/) | [](https://signpath.org/) |
|
|
| Hosting of various services | CLion and other products | Minidump uploads and inspection | Free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/). |
|