game:
arch: win32
exe: drive_c/Program Files/Pro Pinball/Timeshock!/Timeshock!.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: SHOCK.EXE
- task:
executable: $DISC/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
description: CD
game_slug: pro-pinball-timeshock
gogslug: pro_pinball_timeshock
humblestoreid: ''
installer_slug: pro-pinball-timeshock-cd
name: Pro Pinball Timeshock
notes: ''
runner: wine
script:
game:
arch: win32
exe: drive_c/Program Files/Pro Pinball/Timeshock!/Timeshock!.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: SHOCK.EXE
- task:
executable: $DISC/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
slug: pro-pinball-timeshock-cd
steamid: null
version: CD
year: 1997
{
"game_slug": "pro-pinball-timeshock",
"version": "CD",
"description": "CD",
"notes": "",
"name": "Pro Pinball Timeshock",
"year": 1997,
"steamid": null,
"gogslug": "pro_pinball_timeshock",
"humblestoreid": "",
"runner": "wine",
"slug": "pro-pinball-timeshock-cd",
"installer_slug": "pro-pinball-timeshock-cd",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Pro Pinball/Timeshock!/Timeshock!.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert disc",
"requires": "SHOCK.EXE"
}
},
{
"task": {
"executable": "$DISC/SETUP.EXE",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}