files:
- installer: "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/flight_of_the_amazon_queen/en1installer0"
- fileextract: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
game_id: queen
path: $GAMEDIR
installer:
- extract:
description: Extracting innoextract application
dst: $CACHE
file: $fileextract
- execute:
args: -d "$CACHE/game" "$installer"
description: Extracting game data
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/game
scummvm:
aspect: true
fullscreen: true
gfx-mode: 3x
description: ''
game_slug: flight-of-the-amazon-queen
gogslug: flight_of_the_amazon_queen
humblestoreid: ''
installer_slug: flight-of-the-amazon-queen-gog
name: Flight of the Amazon Queen
notes: ''
runner: scummvm
script:
files:
- installer: "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/flight_of_the_amazon_queen/en1installer0"
- fileextract: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
game_id: queen
path: $GAMEDIR
installer:
- extract:
description: Extracting innoextract application
dst: $CACHE
file: $fileextract
- execute:
args: -d "$CACHE/game" "$installer"
description: Extracting game data
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/game
scummvm:
aspect: true
fullscreen: true
gfx-mode: 3x
slug: flight-of-the-amazon-queen-gog
steamid: null
version: GOG
year: 1995
{
"game_slug": "flight-of-the-amazon-queen",
"version": "GOG",
"description": "",
"notes": "",
"name": "Flight of the Amazon Queen",
"year": 1995,
"steamid": null,
"gogslug": "flight_of_the_amazon_queen",
"humblestoreid": "",
"runner": "scummvm",
"slug": "flight-of-the-amazon-queen-gog",
"installer_slug": "flight-of-the-amazon-queen-gog",
"script": {
"files": [
{
"installer": "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/flight_of_the_amazon_queen/en1installer0"
},
{
"fileextract": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
}
],
"game": {
"game_id": "queen",
"path": "$GAMEDIR"
},
"installer": [
{
"extract": {
"description": "Extracting innoextract application",
"dst": "$CACHE",
"file": "$fileextract"
}
},
{
"execute": {
"args": "-d \"$CACHE/game\" \"$installer\"",
"description": "Extracting game data",
"file": "$CACHE/innoextract"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/game"
}
}
],
"scummvm": {
"aspect": true,
"fullscreen": true,
"gfx-mode": "3x"
}
}
}