files:
- installer: N/A:Select the game's setup.exe file from CD1
game:
exe: drive_c/Program Files/Sega/SONICHEROES/Launcher.exe
prefix: $GAMEDIR
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Install to default location
executable: $installer
name: wineexec
prefix: $GAMEDIR
wine:
esync: false
fsync: false
description: null
game_slug: sonic-heroes
gogslug: ''
humblestoreid: ''
installer_slug: sonic-heroes-2cd
name: Sonic Heroes
notes: ''
runner: wine
script:
files:
- installer: N/A:Select the game's setup.exe file from CD1
game:
exe: drive_c/Program Files/Sega/SONICHEROES/Launcher.exe
prefix: $GAMEDIR
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Install to default location
executable: $installer
name: wineexec
prefix: $GAMEDIR
wine:
esync: false
fsync: false
slug: sonic-heroes-2cd
steamid: null
version: 2CD
year: 2003
{
"game_slug": "sonic-heroes",
"version": "2CD",
"description": null,
"notes": "",
"name": "Sonic Heroes",
"year": 2003,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "sonic-heroes-2cd",
"installer_slug": "sonic-heroes-2cd",
"script": {
"files": [
{
"installer": "N/A:Select the game's setup.exe file from CD1"
}
],
"game": {
"exe": "drive_c/Program Files/Sega/SONICHEROES/Launcher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Setting up wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "Install to default location",
"executable": "$installer",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"wine": {
"esync": false,
"fsync": false
}
}
}