files:
- game: N/A:Select the file disk01.lec
game:
game_id: monkey
path: $GAMEDIR
installer:
- write_file:
content: '#! /bin/bash
mkdir -p "${2%/*}"
cp -vr "${1%/*}"/{*.lfl,*.lec} "$2"
'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
scummvm:
aspect: true
fullscreen: true
description: ''
game_slug: the-secret-of-monkey-island
gogslug: ''
humblestoreid: ''
installer_slug: the-secret-of-monkey-island-atari-st-pc-vga-demo
name: The Secret of Monkey Island
notes: Use this installer if you have a Monkey Island 1 directory with '*.lec' and
'*.lfl' files ("Atari ST, PC EGA Floppy, PC VGA Floppy or PC Demo" on https://wiki.scummvm.org/index.php/The_Secret_of_Monkey_Island#Installation).
runner: scummvm
script:
files:
- game: N/A:Select the file disk01.lec
game:
game_id: monkey
path: $GAMEDIR
installer:
- write_file:
content: '#! /bin/bash
mkdir -p "${2%/*}"
cp -vr "${1%/*}"/{*.lfl,*.lec} "$2"
'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
scummvm:
aspect: true
fullscreen: true
slug: the-secret-of-monkey-island-atari-st-pc-vga-demo
steamid: null
version: Atari ST, PC VGA Demo
year: 1990
{
"game_slug": "the-secret-of-monkey-island",
"version": "Atari ST, PC VGA Demo",
"description": "",
"notes": "Use this installer if you have a Monkey Island 1 directory with '*.lec' and '*.lfl' files (\"Atari ST, PC EGA Floppy, PC VGA Floppy or PC Demo\" on https://wiki.scummvm.org/index.php/The_Secret_of_Monkey_Island#Installation).",
"name": "The Secret of Monkey Island",
"year": 1990,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "scummvm",
"slug": "the-secret-of-monkey-island-atari-st-pc-vga-demo",
"installer_slug": "the-secret-of-monkey-island-atari-st-pc-vga-demo",
"script": {
"files": [
{
"game": "N/A:Select the file disk01.lec"
}
],
"game": {
"game_id": "monkey",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#! /bin/bash\nmkdir -p \"${2%/*}\"\ncp -vr \"${1%/*}\"/{*.lfl,*.lec} \"$2\"\n",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/bulkcopy.sh"
}
}
],
"scummvm": {
"aspect": true,
"fullscreen": true
}
}
}