Installer simon-the-sorcerer-ms-dos-windows-cd

game:
  game_id: simon1
  path: $GAMEDIR
installer:
- insert-disc:
    requires: icon.dat
- merge:
    dst: $GAMEDIR/
    src: $DISC/
- execute:
    command: chmod -R u+w $GAMEDIR
scummvm:
  fullscreen: true
description: Installs the game from the DOS/Windows CD-ROM
game_slug: simon-the-sorcerer
gogslug: simon_the_sorcerer
humblestoreid: ''
installer_slug: simon-the-sorcerer-ms-dos-windows-cd
name: Simon the Sorcerer
notes: ''
runner: scummvm
script:
  game:
    game_id: simon1
    path: $GAMEDIR
  installer:
  - insert-disc:
      requires: icon.dat
  - merge:
      dst: $GAMEDIR/
      src: $DISC/
  - execute:
      command: chmod -R u+w $GAMEDIR
  scummvm:
    fullscreen: true
slug: simon-the-sorcerer-ms-dos-windows-cd
steamid: null
version: MS-DOS / Windows CD
year: 1994
{
  "game_slug": "simon-the-sorcerer",
  "version": "MS-DOS / Windows CD",
  "description": "Installs the game from the DOS/Windows CD-ROM",
  "notes": "",
  "name": "Simon the Sorcerer",
  "year": 1994,
  "steamid": null,
  "gogslug": "simon_the_sorcerer",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "simon-the-sorcerer-ms-dos-windows-cd",
  "installer_slug": "simon-the-sorcerer-ms-dos-windows-cd",
  "script": {
    "game": {
      "game_id": "simon1",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "icon.dat"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$DISC/"
        }
      },
      {
        "execute": {
          "command": "chmod -R u+w $GAMEDIR"
        }
      }
    ],
    "scummvm": {
      "fullscreen": true
    }
  }
}
Back to game