Installer tales-of-monkey-island-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: - game: N/A:Please select the GOG Windows installer. game: exe: drive_c/GOG Games/Tales of Monkey Island/Launch of the Screaming Narwhal/MonkeyIsland101.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: executable: game name: wineexec prefix: $GAMEDIR - task: app: d3dx9 description: Installing d3dx9 name: winetricks - task: app: sandbox description: Disabling unused WINE features name: winetricks prefix: $GAMEDIR silent: true
{ "files": [ { "game": "N/A:Please select the GOG Windows installer." } ], "game": { "exe": "drive_c/GOG Games/Tales of Monkey Island/Launch of the Screaming Narwhal/MonkeyIsland101.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "app": "d3dx9", "description": "Installing d3dx9", "name": "winetricks" } }, { "task": { "app": "sandbox", "description": "Disabling unused WINE features", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } } ] }