Installer the-dig-cd

game:
  game_id: dig
  path: $GAMEDIR
  subtitles: true
installer:
- insert-disc:
    description: Please insert disc
    requires: DIG/DIG.FLC
- merge:
    dst: $GAMEDIR
    src: $DISC/DIG
scummvm:
  fullscreen: true
description: Installs The Dig from the CD
game_slug: the-dig
gogslug: the_dig
humblestoreid: ''
installer_slug: the-dig-cd
name: The Dig
notes: ''
runner: scummvm
script:
  game:
    game_id: dig
    path: $GAMEDIR
    subtitles: true
  installer:
  - insert-disc:
      description: Please insert disc
      requires: DIG/DIG.FLC
  - merge:
      dst: $GAMEDIR
      src: $DISC/DIG
  scummvm:
    fullscreen: true
slug: the-dig-cd
steamid: 6040
version: CD
year: 1995
{
  "game_slug": "the-dig",
  "version": "CD",
  "description": "Installs The Dig from the CD",
  "notes": "",
  "name": "The Dig",
  "year": 1995,
  "steamid": 6040,
  "gogslug": "the_dig",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-dig-cd",
  "installer_slug": "the-dig-cd",
  "script": {
    "game": {
      "game_id": "dig",
      "path": "$GAMEDIR",
      "subtitles": true
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please insert disc",
          "requires": "DIG/DIG.FLC"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC/DIG"
        }
      }
    ],
    "scummvm": {
      "fullscreen": true
    }
  }
}
Back to game