game:
main_file: $GAMEDIR/play.conf
installer:
- insert-disc:
requires: CARMEN.EXE
- merge:
dst: $GAMEDIR/a
src: $DISC
- task:
commands:
- 'A:'
- CARMEN.EXE
- exit
drives:
a: $GAMEDIR/a
name: makeconfig
path: $GAMEDIR/play.conf
description: null
game_slug: where-in-the-usa-is-carmen-sandiego
gogslug: ''
humblestoreid: ''
installer_slug: where-in-the-usa-is-carmen-sa-dos
name: Where in the U.S.A. Is Carmen Sandiego?
notes: ''
runner: dosbox
script:
game:
main_file: $GAMEDIR/play.conf
installer:
- insert-disc:
requires: CARMEN.EXE
- merge:
dst: $GAMEDIR/a
src: $DISC
- task:
commands:
- 'A:'
- CARMEN.EXE
- exit
drives:
a: $GAMEDIR/a
name: makeconfig
path: $GAMEDIR/play.conf
slug: where-in-the-usa-is-carmen-sa-dos
steamid: null
version: DOS
year: 1986
{
"game_slug": "where-in-the-usa-is-carmen-sandiego",
"version": "DOS",
"description": null,
"notes": "",
"name": "Where in the U.S.A. Is Carmen Sandiego?",
"year": 1986,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "dosbox",
"slug": "where-in-the-usa-is-carmen-sa-dos",
"installer_slug": "where-in-the-usa-is-carmen-sa-dos",
"script": {
"game": {
"main_file": "$GAMEDIR/play.conf"
},
"installer": [
{
"insert-disc": {
"requires": "CARMEN.EXE"
}
},
{
"merge": {
"dst": "$GAMEDIR/a",
"src": "$DISC"
}
},
{
"task": {
"commands": [
"A:",
"CARMEN.EXE",
"exit"
],
"drives": {
"a": "$GAMEDIR/a"
},
"name": "makeconfig",
"path": "$GAMEDIR/play.conf"
}
}
]
}
}