aboutsummaryrefslogtreecommitdiff
path: root/games/openrct2/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/openrct2/files')
-rw-r--r--games/openrct2/files/patch-src_openrct2_config_Config.cpp11
-rw-r--r--games/openrct2/files/pkg-message.in10
2 files changed, 21 insertions, 0 deletions
diff --git a/games/openrct2/files/patch-src_openrct2_config_Config.cpp b/games/openrct2/files/patch-src_openrct2_config_Config.cpp
new file mode 100644
index 000000000000..ff81e3d573d7
--- /dev/null
+++ b/games/openrct2/files/patch-src_openrct2_config_Config.cpp
@@ -0,0 +1,11 @@
+--- src/openrct2/config/Config.cpp.orig 2017-08-09 22:02:59 UTC
++++ src/openrct2/config/Config.cpp
+@@ -591,6 +591,8 @@ namespace Config
+ {
+ log_verbose("config_find_rct2_path(...)");
+
++ return "%%DATADIR%%";
++
+ static const utf8 * searchLocations[] =
+ {
+ "C:\\GOG Games\\RollerCoaster Tycoon 2 Triple Thrill Pack",
diff --git a/games/openrct2/files/pkg-message.in b/games/openrct2/files/pkg-message.in
new file mode 100644
index 000000000000..ad95fb9ab3e0
--- /dev/null
+++ b/games/openrct2/files/pkg-message.in
@@ -0,0 +1,10 @@
+================================================================================
+
+To complete the installation of this port, you need to download the file
+https://github.com/OpenRCT2/title-sequences/releases/download/%%DISTVERSIONPREFIX%%%%DISTVERSION%%/title-sequence-%%DISTVERSIONPREFIX%%%%DISTVERSION%%.zip
+and unpack it to %%PREFIX%%/share/%%PORTNAME%%/title.
+
+You need to follow https://openrct2.website/getting-started/index.html
+to finish installation.
+
+================================================================================