mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
17 lines
513 B
Bash
17 lines
513 B
Bash
#!/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
|