files:
- goginstaller: N/A:Please select the GoG installer setup_the_curse_of_monkey_islandtm_1.0l_(xxxxx).exe
- update: https://downloads.scummvm.org/frs/extras/patches/MonkeyUpdate.exe
- innoextract: http://constexpr.org/innoextract/files/innoextract-1.7/innoextract-1.7-linux.tar.xz
game:
game_id: monkey4
path: $GAMEDIR
installer:
- extract:
dst: $CACHE/inno
file: $innoextract
- execute:
args: --extract $goginstaller --output-dir $GAMEDIR --gog
file: $CACHE/inno/innoextract
- move:
dst: $GAMEDIR/MonkeyUpdate.exe
src: $update
scummvm:
aspect-ratio: true
fullscreen: true
description: Uses the gog.com windows installer to configure ScummVM
game_slug: escape-from-monkey-island
gogslug: escape_from_monkey_island
humblestoreid: ''
installer_slug: escape-from-monkey-island-gog
name: Escape from Monkey Island
notes: ''
runner: scummvm
script:
files:
- goginstaller: N/A:Please select the GoG installer setup_the_curse_of_monkey_islandtm_1.0l_(xxxxx).exe
- update: https://downloads.scummvm.org/frs/extras/patches/MonkeyUpdate.exe
- innoextract: http://constexpr.org/innoextract/files/innoextract-1.7/innoextract-1.7-linux.tar.xz
game:
game_id: monkey4
path: $GAMEDIR
installer:
- extract:
dst: $CACHE/inno
file: $innoextract
- execute:
args: --extract $goginstaller --output-dir $GAMEDIR --gog
file: $CACHE/inno/innoextract
- move:
dst: $GAMEDIR/MonkeyUpdate.exe
src: $update
scummvm:
aspect-ratio: true
fullscreen: true
slug: escape-from-monkey-island-gog
steamid: null
version: GOG
year: 2000
{
"game_slug": "escape-from-monkey-island",
"version": "GOG",
"description": "Uses the gog.com windows installer to configure ScummVM",
"notes": "",
"name": "Escape from Monkey Island",
"year": 2000,
"steamid": null,
"gogslug": "escape_from_monkey_island",
"humblestoreid": "",
"runner": "scummvm",
"slug": "escape-from-monkey-island-gog",
"installer_slug": "escape-from-monkey-island-gog",
"script": {
"files": [
{
"goginstaller": "N/A:Please select the GoG installer setup_the_curse_of_monkey_islandtm_1.0l_(xxxxx).exe"
},
{
"update": "https://downloads.scummvm.org/frs/extras/patches/MonkeyUpdate.exe"
},
{
"innoextract": "http://constexpr.org/innoextract/files/innoextract-1.7/innoextract-1.7-linux.tar.xz"
}
],
"game": {
"game_id": "monkey4",
"path": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$CACHE/inno",
"file": "$innoextract"
}
},
{
"execute": {
"args": "--extract $goginstaller --output-dir $GAMEDIR --gog",
"file": "$CACHE/inno/innoextract"
}
},
{
"move": {
"dst": "$GAMEDIR/MonkeyUpdate.exe",
"src": "$update"
}
}
],
"scummvm": {
"aspect-ratio": true,
"fullscreen": true
}
}
}