Installer scooby-doo-jinx-at-the-sphinx-cd

files:
- game_cd: https://archive.org/download/jinx2001/Jinx.iso
game:
  exe: drive_c/scooby_jinx/Scooby.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: game_cd
    format: iso
- merge:
    dst: $GAMEDIR/drive_c/scooby_jinx
    src: $CACHE/Jinx
- merge:
    dst: $GAMEDIR/drive_c/scooby_jinx
    src: $CACHE/Jinx
- execute:
    command: cd "$CACHE" ; cp *.AVI *.MMF "$GAMEDIR/drive_c/scooby_jinx" ;
description: Play "Scooby-Doo - Jinx at the Sphinx" CD edition on Linux!
game_slug: scooby-doo-jinx-at-the-sphinx
gogslug: ''
humblestoreid: ''
installer_slug: scooby-doo-jinx-at-the-sphinx-cd
name: 'Scooby-Doo: Jinx at the Sphinx'
notes: ''
runner: wine
script:
  files:
  - game_cd: https://archive.org/download/jinx2001/Jinx.iso
  game:
    exe: drive_c/scooby_jinx/Scooby.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: game_cd
      format: iso
  - merge:
      dst: $GAMEDIR/drive_c/scooby_jinx
      src: $CACHE/Jinx
  - merge:
      dst: $GAMEDIR/drive_c/scooby_jinx
      src: $CACHE/Jinx
  - execute:
      command: cd "$CACHE" ; cp *.AVI *.MMF "$GAMEDIR/drive_c/scooby_jinx" ;
slug: scooby-doo-jinx-at-the-sphinx-cd
steamid: null
version: CD
year: 2001
{
  "game_slug": "scooby-doo-jinx-at-the-sphinx",
  "version": "CD",
  "description": "Play \"Scooby-Doo - Jinx at the Sphinx\" CD edition on Linux!",
  "notes": "",
  "name": "Scooby-Doo: Jinx at the Sphinx",
  "year": 2001,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "scooby-doo-jinx-at-the-sphinx-cd",
  "installer_slug": "scooby-doo-jinx-at-the-sphinx-cd",
  "script": {
    "files": [
      {
        "game_cd": "https://archive.org/download/jinx2001/Jinx.iso"
      }
    ],
    "game": {
      "exe": "drive_c/scooby_jinx/Scooby.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game_cd",
          "format": "iso"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/scooby_jinx",
          "src": "$CACHE/Jinx"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/scooby_jinx",
          "src": "$CACHE/Jinx"
        }
      },
      {
        "execute": {
          "command": "cd \"$CACHE\" ; cp *.AVI *.MMF \"$GAMEDIR/drive_c/scooby_jinx\" ;"
        }
      }
    ]
  }
}
Back to game