game:
arch: win32
exe: drive_c/Program Files/Bohemia Interactive/ArmA/arma.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: Autorun.exe
- task:
executable: $DISC/Autorun.exe
name: wineexec
prefix: $GAMEDIR
description: This installer is for the DVD version of the game
game_slug: arma-armed-assault
gogslug: ''
humblestoreid: ''
installer_slug: arma-armed-assault-dvd
name: 'ArmA: Armed Assault'
notes: It could prompt for not enough free space, just ignore the message and click
yes if you know that there is actually enough free space on disk.
runner: wine
script:
game:
arch: win32
exe: drive_c/Program Files/Bohemia Interactive/ArmA/arma.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
description: Insert disc
requires: Autorun.exe
- task:
executable: $DISC/Autorun.exe
name: wineexec
prefix: $GAMEDIR
slug: arma-armed-assault-dvd
steamid: null
version: DVD
year: 2006
{
"game_slug": "arma-armed-assault",
"version": "DVD",
"description": "This installer is for the DVD version of the game",
"notes": "It could prompt for not enough free space, just ignore the message and click yes if you know that there is actually enough free space on disk.",
"name": "ArmA: Armed Assault",
"year": 2006,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "arma-armed-assault-dvd",
"installer_slug": "arma-armed-assault-dvd",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Bohemia Interactive/ArmA/arma.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"description": "Insert disc",
"requires": "Autorun.exe"
}
},
{
"task": {
"executable": "$DISC/Autorun.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}