Skip to content

v0.0.5

Compare
Choose a tag to compare
@LRFLEW LRFLEW released this 18 Apr 02:00

This update provides three changes:

  • Implemented the option to download the stable builds instead of the development ones. You can change the setting from the Options window.
  • Fixed issue #1 where the launcher doesn't correctly find the Documents folder on Windows if it is in a non-standard location.
  • Updated Windows and OS X releases to Qt 5.6

This updates is recommended for all users.

Windows Users: If you have last run OpenRCT2 on version 0.0.3, it is highly recommended that you DO NOT open Options until playing the game once through the Launcher. There was a major change to OpenRCT2, and without running the change, the game_path variable may get corrupted and prevent launching the game.

Linux Users: This build is not self-contained. You should use your package manager to get all the dependent libraries. The required libraries are zlib, openssl, and qt5 (specifically, the submodules core, gui, widgets, network, and multimedia). These do not need to be the dev versions. For example, on Debian and Ubuntu, it is sufficient to run:
sudo apt-get install zlib1g libssl1.0.0 libqt5core5a libqt5gui5 libqt5widgets5 libqt5network5 libqt5multimedia5