game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/City Interactive/Combat Wings/game.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine Bottle, please wait...
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: setup.exe
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
- task:
app: arial
arch: win32
description: Installing Arial Font
name: winetricks
prefix: $GAMEDIR
- task:
app: wmp9
arch: win32
description: Installing Windows Media Player for codec reasons
name: winetricks
prefix: $GAMEDIR
wine:
Desktop: true
description: null
game_slug: combat-wings
gogslug: ''
humblestoreid: ''
installer_slug: combat-wings-retail
name: Combat Wings
notes: ''
runner: wine
script:
game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/City Interactive/Combat Wings/game.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine Bottle, please wait...
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: setup.exe
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
- task:
app: arial
arch: win32
description: Installing Arial Font
name: winetricks
prefix: $GAMEDIR
- task:
app: wmp9
arch: win32
description: Installing Windows Media Player for codec reasons
name: winetricks
prefix: $GAMEDIR
wine:
Desktop: true
slug: combat-wings-retail
steamid: 864450
version: Retail
year: 2005
{
"game_slug": "combat-wings",
"version": "Retail",
"description": null,
"notes": "",
"name": "Combat Wings",
"year": 2005,
"steamid": 864450,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "combat-wings-retail",
"installer_slug": "combat-wings-retail",
"script": {
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/Program Files/City Interactive/Combat Wings/game.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"description": "Creating Wine Bottle, please wait...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert disc",
"requires": "setup.exe"
}
},
{
"task": {
"executable": "$DISC/setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "arial",
"arch": "win32",
"description": "Installing Arial Font",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "wmp9",
"arch": "win32",
"description": "Installing Windows Media Player for codec reasons",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
}
],
"wine": {
"Desktop": true
}
}
}