Installer crusader-no-remorse-gog-scummvm

custom-name: Crusader No Remorse - GOG - ScummVM
files:
- gogsetup: N/A:Please select the executable setup file available for download on
    your GOG account page
- inno: https://constexpr.org/innoextract/files/innoextract-1.9/innoextract-1.9-linux.tar.xz
- isoextract: https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz
game:
  game_id: remorse
  path: $GAMEDIR
installer:
- extract:
    description: Extracting innoextract application
    dst: $CACHE
    file: $inno
- extract:
    description: Extracting 7zip application
    dst: $CACHE
    file: $isoextract
- execute:
    args: -d "$CACHE/game" "$gogsetup"
    description: Extracting game data
    file: $CACHE/innoextract
- execute:
    args: x "$CACHE/game/GAME.GOG" -o"$CACHE/game/game-data"
    description: Extracting iso game data
    file: $CACHE/7z
- merge:
    dst: $GAMEDIR/USECODE
    src: $CACHE/game/USECODE
- merge:
    dst: $GAMEDIR/STATIC
    src: $CACHE/game/STATIC
- merge:
    dst: $GAMEDIR/FLICS
    src: $CACHE/game/game-data/FLICS
- merge:
    dst: $GAMEDIR/SOUND
    src: $CACHE/game/game-data/SOUND
description: ''
game_slug: crusader-no-remorse
gogslug: crusader_no_remorse
humblestoreid: ''
installer_slug: crusader-no-remorse-gog-scummvm
name: 'Crusader: No Remorse'
notes: ''
runner: scummvm
script:
  custom-name: Crusader No Remorse - GOG - ScummVM
  files:
  - gogsetup: N/A:Please select the executable setup file available for download on
      your GOG account page
  - inno: https://constexpr.org/innoextract/files/innoextract-1.9/innoextract-1.9-linux.tar.xz
  - isoextract: https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz
  game:
    game_id: remorse
    path: $GAMEDIR
  installer:
  - extract:
      description: Extracting innoextract application
      dst: $CACHE
      file: $inno
  - extract:
      description: Extracting 7zip application
      dst: $CACHE
      file: $isoextract
  - execute:
      args: -d "$CACHE/game" "$gogsetup"
      description: Extracting game data
      file: $CACHE/innoextract
  - execute:
      args: x "$CACHE/game/GAME.GOG" -o"$CACHE/game/game-data"
      description: Extracting iso game data
      file: $CACHE/7z
  - merge:
      dst: $GAMEDIR/USECODE
      src: $CACHE/game/USECODE
  - merge:
      dst: $GAMEDIR/STATIC
      src: $CACHE/game/STATIC
  - merge:
      dst: $GAMEDIR/FLICS
      src: $CACHE/game/game-data/FLICS
  - merge:
      dst: $GAMEDIR/SOUND
      src: $CACHE/game/game-data/SOUND
slug: crusader-no-remorse-gog-scummvm
steamid: null
version: GOG ScummVM
year: 1995
{
  "game_slug": "crusader-no-remorse",
  "version": "GOG ScummVM",
  "description": "",
  "notes": "",
  "name": "Crusader: No Remorse",
  "year": 1995,
  "steamid": null,
  "gogslug": "crusader_no_remorse",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "crusader-no-remorse-gog-scummvm",
  "installer_slug": "crusader-no-remorse-gog-scummvm",
  "script": {
    "custom-name": "Crusader No Remorse - GOG - ScummVM",
    "files": [
      {
        "gogsetup": "N/A:Please select the executable setup file available for download on your GOG account page"
      },
      {
        "inno": "https://constexpr.org/innoextract/files/innoextract-1.9/innoextract-1.9-linux.tar.xz"
      },
      {
        "isoextract": "https://lutris.net/files/tools/p7zip-16.02-x86_64.tar.gz"
      }
    ],
    "game": {
      "game_id": "remorse",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "description": "Extracting innoextract application",
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "extract": {
          "description": "Extracting 7zip application",
          "dst": "$CACHE",
          "file": "$isoextract"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE/game\" \"$gogsetup\"",
          "description": "Extracting game data",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "execute": {
          "args": "x \"$CACHE/game/GAME.GOG\" -o\"$CACHE/game/game-data\"",
          "description": "Extracting iso game data",
          "file": "$CACHE/7z"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/USECODE",
          "src": "$CACHE/game/USECODE"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/STATIC",
          "src": "$CACHE/game/STATIC"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/FLICS",
          "src": "$CACHE/game/game-data/FLICS"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/SOUND",
          "src": "$CACHE/game/game-data/SOUND"
        }
      }
    ]
  }
}
Back to game