Installer lands-of-lore-the-throne-of-c-gogcom

files:
- installer: "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/lands_of_lore_the_throne_of_chaos/en1installer0"
- fileextract: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
- isoextract: https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz
game:
  game_id: lol-cd
  path: $GAMEDIR/game-data/DATA
installer:
- extract:
    description: Extracting innoextract application
    dst: $CACHE
    file: $fileextract
- extract:
    description: Extracting 7zip application
    dst: $CACHE
    file: $isoextract
- execute:
    args: -d "$CACHE/game" "$installer"
    description: Extracting game data
    file: $CACHE/innoextract
- execute:
    args: x "$CACHE/game/GAME.DAT" -o"$CACHE/game/game-data"
    description: Extracting iso game data
    file: $CACHE/7z
- merge:
    dst: $GAMEDIR
    src: $CACHE/game
description: Use the Windows installer to extract the game data. By default it uses
  the English version.
game_slug: lands-of-lore-the-throne-of-chaos
gogslug: lands_of_lore_1_2
humblestoreid: ''
installer_slug: lands-of-lore-the-throne-of-c-gogcom
name: 'Lands of Lore: The Throne of Chaos'
notes: ''
runner: scummvm
script:
  files:
  - installer: "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/lands_of_lore_the_throne_of_chaos/en1installer0"
  - fileextract: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  - isoextract: https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz
  game:
    game_id: lol-cd
    path: $GAMEDIR/game-data/DATA
  installer:
  - extract:
      description: Extracting innoextract application
      dst: $CACHE
      file: $fileextract
  - extract:
      description: Extracting 7zip application
      dst: $CACHE
      file: $isoextract
  - execute:
      args: -d "$CACHE/game" "$installer"
      description: Extracting game data
      file: $CACHE/innoextract
  - execute:
      args: x "$CACHE/game/GAME.DAT" -o"$CACHE/game/game-data"
      description: Extracting iso game data
      file: $CACHE/7z
  - merge:
      dst: $GAMEDIR
      src: $CACHE/game
slug: lands-of-lore-the-throne-of-c-gogcom
steamid: null
version: GOG.com
year: 1993
{
  "game_slug": "lands-of-lore-the-throne-of-chaos",
  "version": "GOG.com",
  "description": "Use the Windows installer to extract the game data. By default it uses the English version.",
  "notes": "",
  "name": "Lands of Lore: The Throne of Chaos",
  "year": 1993,
  "steamid": null,
  "gogslug": "lands_of_lore_1_2",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "lands-of-lore-the-throne-of-c-gogcom",
  "installer_slug": "lands-of-lore-the-throne-of-c-gogcom",
  "script": {
    "files": [
      {
        "installer": "N/A:Select the GOG.com game setup file. Download it here: \nhttps://www.gog.com/downloads/lands_of_lore_the_throne_of_chaos/en1installer0"
      },
      {
        "fileextract": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      },
      {
        "isoextract": "https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz"
      }
    ],
    "game": {
      "game_id": "lol-cd",
      "path": "$GAMEDIR/game-data/DATA"
    },
    "installer": [
      {
        "extract": {
          "description": "Extracting innoextract application",
          "dst": "$CACHE",
          "file": "$fileextract"
        }
      },
      {
        "extract": {
          "description": "Extracting 7zip application",
          "dst": "$CACHE",
          "file": "$isoextract"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE/game\" \"$installer\"",
          "description": "Extracting game data",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "execute": {
          "args": "x \"$CACHE/game/GAME.DAT\" -o\"$CACHE/game/game-data\"",
          "description": "Extracting iso game data",
          "file": "$CACHE/7z"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/game"
        }
      }
    ]
  }
}
Back to game