game:
main_file: $GAMEDIR/tomb-play.conf
installer:
- insert-disc:
requires: TOMB.EXE
- task:
commands:
- 'C:'
- CD TOMBRAID
- TOMB.EXE
drives:
c: $GAMEDIR
d: $DISC
name: makeconfig
path: $GAMEDIR/tomb-play.conf
- task:
commands:
- 'D:'
- INSTALL.BAT
- exit
drives:
c: $GAMEDIR
d: $DISC
name: makeconfig
path: $GAMEDIR/tomb-install.conf
- task:
config_file: $GAMEDIR/tomb-install.conf
name: dosexec
working_dir: $GAMEDIR
description: null
game_slug: tomb-raider-i
gogslug: tomb_raider_123
humblestoreid: ''
installer_slug: tomb-raider-i-cd
name: Tomb Raider
notes: ''
runner: dosbox
script:
game:
main_file: $GAMEDIR/tomb-play.conf
installer:
- insert-disc:
requires: TOMB.EXE
- task:
commands:
- 'C:'
- CD TOMBRAID
- TOMB.EXE
drives:
c: $GAMEDIR
d: $DISC
name: makeconfig
path: $GAMEDIR/tomb-play.conf
- task:
commands:
- 'D:'
- INSTALL.BAT
- exit
drives:
c: $GAMEDIR
d: $DISC
name: makeconfig
path: $GAMEDIR/tomb-install.conf
- task:
config_file: $GAMEDIR/tomb-install.conf
name: dosexec
working_dir: $GAMEDIR
slug: tomb-raider-i-cd
steamid: 224960
version: CD
year: 1996
{
"game_slug": "tomb-raider-i",
"version": "CD",
"description": null,
"notes": "",
"name": "Tomb Raider",
"year": 1996,
"steamid": 224960,
"gogslug": "tomb_raider_123",
"humblestoreid": "",
"runner": "dosbox",
"slug": "tomb-raider-i-cd",
"installer_slug": "tomb-raider-i-cd",
"script": {
"game": {
"main_file": "$GAMEDIR/tomb-play.conf"
},
"installer": [
{
"insert-disc": {
"requires": "TOMB.EXE"
}
},
{
"task": {
"commands": [
"C:",
"CD TOMBRAID",
"TOMB.EXE"
],
"drives": {
"c": "$GAMEDIR",
"d": "$DISC"
},
"name": "makeconfig",
"path": "$GAMEDIR/tomb-play.conf"
}
},
{
"task": {
"commands": [
"D:",
"INSTALL.BAT",
"exit"
],
"drives": {
"c": "$GAMEDIR",
"d": "$DISC"
},
"name": "makeconfig",
"path": "$GAMEDIR/tomb-install.conf"
}
},
{
"task": {
"config_file": "$GAMEDIR/tomb-install.conf",
"name": "dosexec",
"working_dir": "$GAMEDIR"
}
}
]
}
}