Installer the-secret-of-monkey-island-any-pc-classic-editi

custom-name: The Secret of Monkey Island - PC classic edition
files:
- music: https://dl.dropboxusercontent.com/s/jwxiducakggbvkb/mki1_audio_tracks.zip
- file1: 'N/A:  Please select the monkey1.000 or monkey.000 file'
- file2: 'N/A:  Please select the monkey1.001 or monkey.001 file'
game:
  game_id: monkey
  path: $GAMEDIR
  subtitles: true
installer:
- copy:
    dst: $GAMEDIR
    src: file1
- copy:
    dst: $GAMEDIR
    src: file2
- execute:
    command: cd "$GAMEDIR"; ls | grep -i monkey | xargs chmod +rw ;
- extract:
    dst: $GAMEDIR
    src: music
scummvm:
  aspect: true
  fullscreen: true
description: any "The Secret of Monkey Island" PC classic edition for ScummVM.
game_slug: the-secret-of-monkey-island
gogslug: ''
humblestoreid: ''
installer_slug: the-secret-of-monkey-island-any-pc-classic-editi
name: The Secret of Monkey Island
notes: '- This script will ask you for this two files : MONKEY1.000 and MONKEY1.001.
  or MONKEY.000 and MONKEY.001. You will find them in any Monkey Island 1 PC classic
  edition. Source: https://wiki.scummvm.org/index.php/Datafiles#Secret_of_Monkey_Island.2C_The'
runner: scummvm
script:
  custom-name: The Secret of Monkey Island - PC classic edition
  files:
  - music: https://dl.dropboxusercontent.com/s/jwxiducakggbvkb/mki1_audio_tracks.zip
  - file1: 'N/A:  Please select the monkey1.000 or monkey.000 file'
  - file2: 'N/A:  Please select the monkey1.001 or monkey.001 file'
  game:
    game_id: monkey
    path: $GAMEDIR
    subtitles: true
  installer:
  - copy:
      dst: $GAMEDIR
      src: file1
  - copy:
      dst: $GAMEDIR
      src: file2
  - execute:
      command: cd "$GAMEDIR"; ls | grep -i monkey | xargs chmod +rw ;
  - extract:
      dst: $GAMEDIR
      src: music
  scummvm:
    aspect: true
    fullscreen: true
slug: the-secret-of-monkey-island-any-pc-classic-editi
steamid: null
version: any PC classic edition
year: 1990
{
  "game_slug": "the-secret-of-monkey-island",
  "version": "any PC classic edition",
  "description": "any \"The Secret of Monkey Island\" PC classic edition for ScummVM.",
  "notes": "- This script will ask you for this two files : MONKEY1.000 and MONKEY1.001. or MONKEY.000 and MONKEY.001. You will find them in any Monkey Island 1 PC classic edition. Source: https://wiki.scummvm.org/index.php/Datafiles#Secret_of_Monkey_Island.2C_The",
  "name": "The Secret of Monkey Island",
  "year": 1990,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-secret-of-monkey-island-any-pc-classic-editi",
  "installer_slug": "the-secret-of-monkey-island-any-pc-classic-editi",
  "script": {
    "custom-name": "The Secret of Monkey Island - PC classic edition",
    "files": [
      {
        "music": "https://dl.dropboxusercontent.com/s/jwxiducakggbvkb/mki1_audio_tracks.zip"
      },
      {
        "file1": "N/A:  Please select the monkey1.000 or monkey.000 file"
      },
      {
        "file2": "N/A:  Please select the monkey1.001 or monkey.001 file"
      }
    ],
    "game": {
      "game_id": "monkey",
      "path": "$GAMEDIR",
      "subtitles": true
    },
    "installer": [
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "file1"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "file2"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; ls | grep -i monkey | xargs chmod +rw ;"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "src": "music"
        }
      }
    ],
    "scummvm": {
      "aspect": true,
      "fullscreen": true
    }
  }
}
Back to game