Installer the-curse-of-monkey-island-cd

files:
- demo: https://www.scummvm.org/demos/#lec
game:
  game_id: comi
  path: $GAMEDIR
installer:
- insert-disc:
    requires: comi.la1
- merge:
    dst: $GAMEDIR/resource
    src: $DISC/resource
- merge:
    dst: $GAMEDIR
    src: $DISC/comi.la0
- merge:
    dst: $GAMEDIR
    src: $DISC/comi.la1
- execute:
    args: chmod -R 755 "$GAMEDIR"
    file: /usr/bin/env
- insert-disc:
    requires: comi.la2
- merge:
    dst: $GAMEDIR/resource
    src: $DISC/resource
- merge:
    dst: $GAMEDIR
    src: $DISC/comi.la2
description: null
game_slug: the-curse-of-monkey-island
gogslug: the_curse_of_monkey_island
humblestoreid: ''
installer_slug: the-curse-of-monkey-island-cd
name: The Curse of Monkey Island
notes: ''
runner: scummvm
script:
  files:
  - demo: https://www.scummvm.org/demos/#lec
  game:
    game_id: comi
    path: $GAMEDIR
  installer:
  - insert-disc:
      requires: comi.la1
  - merge:
      dst: $GAMEDIR/resource
      src: $DISC/resource
  - merge:
      dst: $GAMEDIR
      src: $DISC/comi.la0
  - merge:
      dst: $GAMEDIR
      src: $DISC/comi.la1
  - execute:
      args: chmod -R 755 "$GAMEDIR"
      file: /usr/bin/env
  - insert-disc:
      requires: comi.la2
  - merge:
      dst: $GAMEDIR/resource
      src: $DISC/resource
  - merge:
      dst: $GAMEDIR
      src: $DISC/comi.la2
slug: the-curse-of-monkey-island-cd
steamid: 730820
version: CD
year: 1997
{
  "game_slug": "the-curse-of-monkey-island",
  "version": "CD",
  "description": null,
  "notes": "",
  "name": "The Curse of Monkey Island",
  "year": 1997,
  "steamid": 730820,
  "gogslug": "the_curse_of_monkey_island",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-curse-of-monkey-island-cd",
  "installer_slug": "the-curse-of-monkey-island-cd",
  "script": {
    "files": [
      {
        "demo": "https://www.scummvm.org/demos/#lec"
      }
    ],
    "game": {
      "game_id": "comi",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "comi.la1"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/resource",
          "src": "$DISC/resource"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC/comi.la0"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC/comi.la1"
        }
      },
      {
        "execute": {
          "args": "chmod -R 755 \"$GAMEDIR\"",
          "file": "/usr/bin/env"
        }
      },
      {
        "insert-disc": {
          "requires": "comi.la2"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/resource",
          "src": "$DISC/resource"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC/comi.la2"
        }
      }
    ]
  }
}
Back to game