Installer alien-shooter-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.com Windows installer. game: exe: $GAMEDIR/drive_c/game/AlienShooter.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: args: /SUPPRESSMSGBOXES '/DIR=C:/game' description: Installing... executable: game name: wineexec prefix: $GAMEDIR
{ "files": [ { "game": "N/A:Please select the GOG.com Windows installer." } ], "game": { "exe": "$GAMEDIR/drive_c/game/AlienShooter.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SUPPRESSMSGBOXES '/DIR=C:/game'", "description": "Installing...", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }