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: ultra_pack_deluxe_turbo_hd_remix_vol2
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": "ultra_pack_deluxe_turbo_hd_remix_vol2",
"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
}
}
}