diff options
Diffstat (limited to 'openrct2.install')
-rw-r--r-- | openrct2.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openrct2.install b/openrct2.install new file mode 100644 index 0000000..6dfeac9 --- /dev/null +++ b/openrct2.install @@ -0,0 +1,16 @@ +post_install() { + cat <<EOF +For OpenRCT2 to run you must install the assets from a retail copy of +RollerCoaster Tycoon 2. See the following page for more information on +installing a retail copy of the game on Linux: + + https://github.com/OpenRCT2/OpenRCT2/wiki/Installation-on-Linux,-macOS + +If kdialog or zenity is available, OpenRCT2 will prompt you for the location of +the retail install the first time you start it. + +Alternatively, manually set the location of retail install: + + openrct2 set-rct2 /path/to/RCT2/ +EOF +} |