aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openrct2/openrct2-cli.post-install
blob: 3d0b9e718e3addcf17556e23d2f5a041aa7fe888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

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