Installer the-neverhood-cd

game:
  game_id: neverhood
  path: $GAMEDIR
installer:
- insert-disc:
    requires: SETUP.exe
- merge:
    dst: $GAMEDIR
    src: $DISC/DATA
scummvm:
  fullscreen: true
description: ''
game_slug: the-neverhood
gogslug: ''
humblestoreid: ''
installer_slug: the-neverhood-cd
name: The Neverhood
notes: ''
runner: scummvm
script:
  game:
    game_id: neverhood
    path: $GAMEDIR
  installer:
  - insert-disc:
      requires: SETUP.exe
  - merge:
      dst: $GAMEDIR
      src: $DISC/DATA
  scummvm:
    fullscreen: true
slug: the-neverhood-cd
steamid: null
version: CD
year: 1996
{
  "game_slug": "the-neverhood",
  "version": "CD",
  "description": "",
  "notes": "",
  "name": "The Neverhood",
  "year": 1996,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-neverhood-cd",
  "installer_slug": "the-neverhood-cd",
  "script": {
    "game": {
      "game_id": "neverhood",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "SETUP.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC/DATA"
        }
      }
    ],
    "scummvm": {
      "fullscreen": true
    }
  }
}
Back to game