Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
O

OpenRCT2

> 编程语言
开源

An open source re-implementation of RollerCoaster Tycoon 2 🎢

16.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

An open source re-implementation of RollerCoaster Tycoon 2 🎢

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 | |----------------------------------------------------------------------------------------------------------------------|--------------------------| | [](https://openrct2.io/download/release/latest) | [](https://openrct2.io/download/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)
[](https://discord.gg/vJABqGGTEt) | [](https://discord.gg/fsEwSWs) | [](https://discord.gg/sxnrvX9) | [](https://discord.gg/aM2Pchscnp)
[](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, 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](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) --- # 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 members 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.io](https://openrct2.io) - [Facebook](https://www.facebook.com/OpenRCT2) - [RCT subreddit](https://www.reddit.com/r/rct/) - [OpenRCT2 subreddit](https://www.reddit.com/r/openrct2/) - OpenRCT2 plug-ins - [Plug-in directory (unofficial)](https://openrct2plugins.org) - [Plug-in development documentation](https://github.com/OpenRCT2/OpenRCT2/blob/develop/distribution/scripting/scripting.md) ## 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

核心特点

  • •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

> 标签

C++c-plus-pluscmakecppdiscord

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言