Installer rollercoaster-tycoon-2-rct2-gog
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - gogsetup: N/A:Select the Windows setup exe file downloaded from GOG game: appid: 285330 arch: win32 exe: drive_c/RCT2/rct2.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: args: /DIR="C:/RCT2" executable: gogsetup name: wineexec
{ "files": [ { "gogsetup": "N/A:Select the Windows setup exe file downloaded from GOG" } ], "game": { "appid": 285330, "arch": "win32", "exe": "drive_c/RCT2/rct2.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/DIR=\"C:/RCT2\"", "executable": "gogsetup", "name": "wineexec" } } ] }