mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
- Feature: [#622] Add option to align the top toolbar buttons horizontally centred (off by default). - Feature: [#20263] Ability to increase the size of the map in the (0, 0) direction. - Feature: [#21714] [Plugin] Costume assignment is now tailored to each staff type. - Feature: [#21853] Enlarged UI mode. - Feature: [#21893, #22065] On launch, the game now indicates what system is being initialised. - Feature: [#21913] [Plugin] Allow precise and safe control of peep animations. - Feature: [#22046] [Plugin] Add interface for crashed vehicle particle. - Feature: [#22085] [Plugin] The result of actions that create banners now includes the bannerIndex. - Feature: [#22087] [Plugin] Expose guests’ favourite rides to the plugin API. - Feature: [#22090] [Plugin] Allow writing of paused state in non-networked settings. - Feature: [#22140] Add option to automatically close dropdown menus if Enlarged UI is enabled. - Feature: [#22150] [Plugin] Expose monthly expenditure history to the plugin API. - Feature: [#22210] [Plugin] Peeps can now be made stationary or completely frozen. - Feature: [#22210] [Plugin] The direction in which a peep is facing can now be manipulated. - Improved: [#19870] Allow using new colours in UI themes. - Improved: [#21774] The Alpine Coaster now supports using the alternative colour schemes. - Improved: [#21853] Dropdowns now automatically use multiple columns if they are too tall for the screen. - Improved: [#21981] Rendering performance of the map window has been improved considerably. - Improved: [#21981] The map window now defaults to showing as much of the map as fits the screen. - Improved: [#21983] Taking a screenshot now shows a message again, closing when taking another. - Improved: [#22026] The options window now stays centred when window scaling is changed. - Improved: [#22060] [Plugin] The scroll wheel can now be used to modify spinner widget values in custom/script windows. - Improved: [#22065] Joining a network game now indicates progress using coaster trains. - Improved: [#22075] [Plugin] Plugins can now use G1 Icons. - Improved: [#22084] The game now temporarily pauses while the load/save window is open. - Improved: [#22217] See-through items are ignored again in viewport/pointer interaction. - Improved: [objects#238] Add preview image for invisible queue. - Improved: [objects#329] Add RCT1AA lay-down coaster trains (for import only). - Change: [#7248] Small mini-maps are now centred in the map window. - Change: [#20240] Heavy snow and blizzards now make guests buy and use umbrellas. - Change: [#21043] The new music styles are no longer added to old parks automatically. - Change: [#21214] Wacky Worlds and Time Twister’s scenario names now match their park names. - Change: [#21991] UI themes JSON now use colour names and a translucency bool, instead of a number (old themes still work). - Change: [#22057] Reorder Time Twister’s scenarios and adjust their difficulty classification. - Change: [#22173] Patrol path selection is visible over existing patrol paths. - Change: [#22196] Make track navigation buttons holdable. - Change: [#22227] [Plugin] Ride prices are now constrained for plugins as well. - Fix: [#13234] Vehicle weight sometimes wrong after using Remove All Guests cheat. - Fix: [#13294] Map corners are cut off in some directions (original bug). - Fix: [#14630] Non-ASCII thousands and decimal separators not processed correctly. - Fix: [#21496] Some RCT1 scenery is hidden after saving and reloading. - Fix: [#21533] Support glitches on Hybrid Coaster. - Fix: [#21974] No reason specified when attempting to place benches, lamps, or bins on path with no unconnected edges (original bug). - Fix: [#21987] [Plugin] API cannot handle negative removal prices. - Fix: [#22008] Uninverted Lay-down roller coaster uses the wrong support type. - Fix: [#22012] [Plugin] Images on ImgButton widgets cannot be updated. - Fix: [#22121] Some news items in the “Recent Messages” window have the wrong text colour. - Fix: [#22152] [Plugin] Negative signed integers are truncated. - Fix: [#22161] Using arrow keys in textboxes crashes the game. - Fix: [#22174] Cheats are reset when starting a server. - Fix: [#22185] Intensity and nausea are incorrectly sorted in the rides list after ratings invalidation. - Fix: [#22226] Red traffic light shows incorrect sprite when pressed. - Fix: [objects#323] Incorrect wall boundaries on large WW/TT scenery objects. - Fix: [objects#331] Incorrect hover car capacity string. - Fix: [objects#334] Incorrect school bus capacity string. - Fix: [objects#337] Swan Boats use an incorrect third remap colour (original bug).
163 lines
7.3 KiB
Plaintext
163 lines
7.3 KiB
Plaintext
Last updated: 2024-07-07
|
|
Release version: 0.4.12
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
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 Discord (https://discordapp.com/invite/fsEwSWs).
|
|
|
|
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 dump file as well, and a screenshot.
|
|
* 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 (x86 Windows, x86-64 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 7 and above, many distributions of
|
|
Linux, macOS 10.13 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 off 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 config.ini in the OpenRCT2 sub directory of your documents folder to set
|
|
the RCT2 install path.
|
|
|
|
OpenRCT2 supports setting a DPI scale in increments of .25. To set it, open the Options menu.
|
|
|
|
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.
|
|
|
|
dukglue | MIT licence.
|
|
duktape | MIT licence.
|
|
libcURL | MIT (or Modified BSD-style) licence.
|
|
libicu | Unicode licence.
|
|
libpng | libpng licence.
|
|
libspeex | BSD-style licence.
|
|
libzip | BSD 3 clause licence.
|
|
nlohmann-json | MIT licence.
|
|
OpenSSL | OpenSSL Licence
|
|
SDL2 | zlib licence.
|
|
zlib | zlib licence.
|
|
Google Test | BSD 3 clause licence.
|
|
Google Benchmark | Apache 2.0 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'.
|