files:
- file1: N/A:Please select the Diablo II setup file
game:
arch: win32
exe: drive_c/Program Files/Diablo II/Diablo II.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win32
executable: file1
name: wineexec
prefix: $GAMEDIR
description: null
game_slug: diablo-ii
gogslug: ''
humblestoreid: ''
installer_slug: diablo-ii-cd
name: Diablo II
notes: ''
runner: wine
script:
files:
- file1: N/A:Please select the Diablo II setup file
game:
arch: win32
exe: drive_c/Program Files/Diablo II/Diablo II.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win32
executable: file1
name: wineexec
prefix: $GAMEDIR
slug: diablo-ii-cd
steamid: null
version: CD
year: 2000
{
"game_slug": "diablo-ii",
"version": "CD",
"description": null,
"notes": "",
"name": "Diablo II",
"year": 2000,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "diablo-ii-cd",
"installer_slug": "diablo-ii-cd",
"script": {
"files": [
{
"file1": "N/A:Please select the Diablo II setup file"
}
],
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Diablo II/Diablo II.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win32",
"executable": "file1",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}