mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
6d1f732ed6
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park - Feature: [#5056] Add cheat to own all land. - Feature: [#5133] Add option to display guest expenditure (as seen in RCTC). - Feature: [#5196] Add cheat to disable ride ageing. - Feature: [#5504] Group vehicles into ride groups - Feature: [#5576] Add a persistent 'display real names of guests' setting. - Feature: [#5611] Add support for Android - Feature: [#5706] Add support for OpenBSD - Feature: OpenRCT2 now starts up on the display it was last shown on. - Feature: Park entrance fee can now be set to amounts up to £200. - Improved: Construction rights can now be placed on park entrances. - Improved: Mouse can now be dragged to select scenery when saving track designs - Fix: [#259] Money making glitch involving swamps (original bug) - Fix: [#441] Construction rights over entrance path erased (original bug) - Fix: [#578] Ride ghosts show up in ride list during construction (original bug) - Fix: [#597] 'Finish 5 roller coasters' goal not properly checked (original bug) - Fix: [#667] Incorrect banner limit calculation (original bug) - Fix: [#739] Crocodile Ride (Log Flume) never allows more than five boats (original bug) - Fix: [#837] Can't move windows on title screen to where the toolbar would be (original bug) - Fix: [#1705] Time Twister's Medieval entrance has incorrect scrolling (original bug) - Fix: [#3178, #5456] Paths with non-ASCII characters not handled properly on macOS. - Fix: [#3346] Crash when extra long train breaks down at the back - Fix: [#3479] Building in pause mode creates too many floating numbers, crashing the game - Fix: [#3565] Multiplayer server crash - Fix: [#3681] Steel Twister rollercoaster always shows all track designs - Fix: [#3846, #5749] Crash when testing coaster with a diagonal lift in block brake mode - Fix: [#4054] Sorting rides by track type: Misleading research messages - Fix: [#4055] Sort rides by track type: Sorting rule is not really clear (inconsistent?) - Fix: [#4512] Invisible map edge tiles corrupted - Fix: [#5009] Ride rating calculations can overflow - Fix: [#5253] RCT1 park value conversion factor too high - Fix: [#5400] New Ride window does not focus properly on newly invented ride. - Fix: [#5489] Sprite index crash for car view on car ride. - Fix: [#5730] Unable to uncheck 'No money' in the Scenario Editor. - Fix: [#5750] Game freezes when ride queue linked list is corrupted. - Fix: [#5819] Vertical multi-dimension coaster tunnels drawn incorrectly - Fix: Non-invented vehicles can be used via track designs in select-by-track-type mode. - Fix: Track components added by OpenRCT2 are now usable in older scenarios. - Technical: [#5047] Add ride ratings tests - Technical: [#5458] Begin offering headless build with reduced compile- and run-time dependencies - Technical: [#5755] Title sequence wait periods use milliseconds - Technical: Fix many desync sources
167 lines
7.7 KiB
Text
167 lines
7.7 KiB
Text
Last updated: 2017-07-12
|
|
Release version: 0.1.0
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
Table of contents
|
|
-----------------
|
|
1.0) About
|
|
2.0) Contacting
|
|
* 2.1) Reporting bugs
|
|
3.0) Supported platforms
|
|
4.0) Installing and running OpenRCT2
|
|
5.0) Development
|
|
6.0) Translation
|
|
7.0) Troubleshooting
|
|
8.0) Licensing
|
|
9.0) Credits
|
|
|
|
1.0) About
|
|
---- -----
|
|
OpenRCT2 is an amusement park simulation game based upon the popular game
|
|
RollerCoaster Tycoon 2, written by Chris Sawyer. It attempts to mimic the
|
|
original game as closely as possible while extending it with new features.
|
|
|
|
OpenRCT2 is licensed under the GNU General Public License version 3.0, but
|
|
includes some 3rd party software under different licenses. See the section
|
|
"Licensing" below for details.
|
|
|
|
2.0) Contacting
|
|
---- ----------
|
|
The easiest way to contact the OpenRCT2 team is by submitting issues on GitHub
|
|
(https://github.com/OpenRCT2/OpenRCT2) in the form of questions or bug reports.
|
|
You can also chat with us on gitter (https://gitter.im/OpenRCT2/OpenRCT2).
|
|
|
|
2.1) Reporting bugs
|
|
---- --------------
|
|
GitHub is used for tracking bugs in OpenRCT2. Please check if the bug has
|
|
already been reported using the search functionality before submitting.
|
|
|
|
When you are sure it is not already reported you should:
|
|
* Make sure you are running a recent version, i.e. run the latest stable or
|
|
nightly based on where you found the bug.
|
|
* Make sure you are not running a non-official binary, like a fork.
|
|
When you are playing with a fork you should report any bugs to the bug
|
|
tracker for that fork which is most likely another GitHub repository.
|
|
* Make it reproducible for the developers. In other words, create a savegame
|
|
in which you can reproduce the issue once loaded. It is very useful to give
|
|
us the crash.dmp, crash.sav, crash.log and crash screenshot which are
|
|
created on crashes.
|
|
* Check whether the bug is already reported on our bug tracker. This includes
|
|
searching for recently closed bug reports as the bug might already be fixed.
|
|
|
|
After you have done all that you can report the bug. Please include the
|
|
following information in your bug report:
|
|
* OpenRCT2 version (PLEASE test the latest git develop build)
|
|
* Bug details, including instructions how to reproduce it
|
|
* Platform (Windows, Linux, FreeBSD, ...) and compiler (including version) if
|
|
you compiled OpenRCT2 yourself.
|
|
* The processor architecture of your OS (32 bits Windows, 64 bits Windows,
|
|
Android on an ARM, Linux on a PowerPC, ...)
|
|
* The language and culture your operating system is using.
|
|
* Attach a saved game *and* a screenshot if possible
|
|
* If this bug only occurred recently please note the last version without
|
|
the bug and the first version including the bug. That way we can fix it
|
|
quicker by looking at the changes made.
|
|
* Attach a crash dump (if your game crashed or froze).
|
|
|
|
3.0) Supported platforms
|
|
---- -------------------
|
|
OpenRCT2 is currently supported on Windows Vista and above, many distributions of
|
|
Linux, macOS 10.9 or higher, Android, FreeBSD and OpenBSD. OpenRCT2 will only work on
|
|
little-endian architectures.
|
|
Further instructions can be found on GitHub.
|
|
|
|
4.0) Installing and running OpenRCT2
|
|
---- ------------------------------
|
|
Installing OpenRCT2 is fairly straightforward. Either you have downloaded an
|
|
archive which you have to extract to a directory where you want OpenRCT2 to
|
|
be installed, or you have downloaded an installer, which will automatically
|
|
extract OpenRCT2 in the given directory.
|
|
|
|
OpenRCT2 requires an installation of RollerCoaster Tycoon 2 (RCT2) to run. You
|
|
must have either installed the original RCT2 disc, the GOG version or the Steam
|
|
version. Alternatively you can manually specify the location of where your RCT2
|
|
data files are. These may be directly copied of the original disc and placed in
|
|
a directory of your choice.
|
|
|
|
When you start OpenRCT2 for the first time, it will look for the RCT2 data files
|
|
in the following locations:
|
|
- C:\Program Files\Infogrames\RollerCoaster Tycoon 2,
|
|
- C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2,
|
|
- C:\Program Files\Infogrames Interactive\RollerCoaster Tycoon 2,
|
|
- C:\Program Files (x86)\Infogrames Interactive\RollerCoaster Tycoon 2,
|
|
- C:\Program Files\Atari\RollerCoaster Tycoon 2,
|
|
- C:\Program Files (x86)\Atari\RollerCoaster Tycoon 2,
|
|
- C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
|
- C:\Program Files\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
|
- C:\Program Files (x86)\GalaxyClient\Games\RollerCoaster Tycoon 2 Triple Thrill Pack,
|
|
- C:\Program Files\Steam\steamapps\common\Rollercoaster Tycoon 2,
|
|
- C:\Program Files (x86)\Steam\steamapps\common\Rollercoaster Tycoon 2,
|
|
- The location of the openrct2.exe (where OpenRCT2 was extracted/installed)
|
|
|
|
If none of these locations are found, OpenRCT2 will ask you to manually specify
|
|
the directory. Alternatively after running OpenRCT2 for the first time, you can
|
|
edit openrct2.cfg in the OpenRCT2 sub directory of your documents folder to set
|
|
the RCT2 install path.
|
|
|
|
If you are running Windows and have set a DPI scale, OpenRCT2 might look blury.
|
|
This is because OpenRCT2 currently uses the original RollerCoaster Tycoon 2
|
|
binary as an application host. However you can manually configure this binary to
|
|
not be scaled. This will make the game more crisp, but may result in the
|
|
interface being too small to see clearly and less ergonomic to use. To stop DPI
|
|
scaling, right click the binary itself (openrct2.exe) in the install directory
|
|
or the OpenRCT2 shortcut either in your start menu or on your desktop and then
|
|
select properties. Select the compatibility tab, check
|
|
"Disable display scaling on high DPI settings" and then click OK.
|
|
|
|
If you wish to use Steam Overlay or capture game for video recording or
|
|
streaming, you might have to enable hardware display in the options window.
|
|
This will still render the graphics on the CPU but the pixel data will be
|
|
displayed using either DirectX or OpenGL. This may also enable vertical
|
|
synchronisation if supported by your graphics card and you have enabled
|
|
"Uncap FPS".
|
|
|
|
5.0) Development
|
|
---- -----------
|
|
OpenRCT2 is an open-source collaborative project. It is developed voluntarily
|
|
and hosted on GitHub. If you would like to contribute to the development of
|
|
OpenRCT2, please read the readme file in the OpenRCT2 repository or on the main
|
|
GitHub page at (https://github.com/OpenRCT2/OpenRCT2). This gives more detailed
|
|
information about the project, its roadmap and how to compile the source code.
|
|
|
|
6.0) Translation
|
|
---- -----------
|
|
For more information about the game's translation and how to contribute, please
|
|
visit the GitHub page and wiki at (https://github.com/OpenRCT2/Localisation).
|
|
|
|
7.0) Troubleshooting
|
|
---- ---------------
|
|
If you are having problems running OpenRCT2, you can run OpenRCT2 in verbose
|
|
mode to view a detailed diagnostic log. This can be activated by running the
|
|
game via Command Prompt or PowerShell with the command line switch --verbose.
|
|
|
|
This log can help pinpoint where a problem exists and is a useful resource if
|
|
you wish to ask online for help.
|
|
|
|
8.0) Licensing
|
|
---- ---------
|
|
OpenRCT2 is licensed under the GNU General Public Licence version 3.0. For
|
|
the complete licence text, see the file 'licence.txt'. This licence applies
|
|
to all files in this distribution, except as noted below.
|
|
|
|
Jansson | MIT licence.
|
|
libcURL | MIT (or Modified BSD-style) licence.
|
|
libspeex | BSD-style licence.
|
|
libpng | libpng licence.
|
|
libzip | BSD 3 clause licence.
|
|
OpenSSL | OpenSSL Licence
|
|
SDL2 | zlib licence.
|
|
SDL2 TTF | zlib licence.
|
|
zlib | zlib licence.
|
|
|
|
Licences for sub-libraries used by the above may vary. For more information, visit the libraries' respective official websites.
|
|
|
|
9.0) Credits
|
|
---- -------
|
|
For the full list of contributors to OpenRCT2, see the file 'contributors.md'.
|