game:
exe: drive_c/Program Files (x86)/Activision/Madagascar/Launcher.exe
prefix: $GAMEDIR
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: setup.exe
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
description: null
game_slug: madagascar
gogslug: ''
humblestoreid: ''
installer_slug: madagascar-cd-english
name: Madagascar
notes: If you have the CD as a BIN + CUE file you can convert it to an ISO using `bchunk
image.bin image.cue out`.
runner: wine
script:
game:
exe: drive_c/Program Files (x86)/Activision/Madagascar/Launcher.exe
prefix: $GAMEDIR
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: setup.exe
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
slug: madagascar-cd-english
steamid: null
version: CD (English)
year: 2005
{
"game_slug": "madagascar",
"version": "CD (English)",
"description": null,
"notes": "If you have the CD as a BIN + CUE file you can convert it to an ISO using `bchunk image.bin image.cue out`.",
"name": "Madagascar",
"year": 2005,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "madagascar-cd-english",
"installer_slug": "madagascar-cd-english",
"script": {
"game": {
"exe": "drive_c/Program Files (x86)/Activision/Madagascar/Launcher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Setting up wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"requires": "setup.exe"
}
},
{
"task": {
"executable": "$DISC/setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}