files:
- oniinstaller: N/A:Please select the installer for this game, ONISETUP.EXE
game:
arch: win32
exe: drive_c/Program Files (x86)/Oni/Oni.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing Oni, installer will popup and close.
executable: oniinstaller
name: wineexec
prefix: $GAMEDIR
description: This installs from from CD
game_slug: oni
gogslug: ''
humblestoreid: ''
installer_slug: oni-vanilla
name: Oni
notes: ''
runner: wine
script:
files:
- oniinstaller: N/A:Please select the installer for this game, ONISETUP.EXE
game:
arch: win32
exe: drive_c/Program Files (x86)/Oni/Oni.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing Oni, installer will popup and close.
executable: oniinstaller
name: wineexec
prefix: $GAMEDIR
slug: oni-vanilla
steamid: null
version: Vanilla
year: 2001
{
"game_slug": "oni",
"version": "Vanilla",
"description": "This installs from from CD",
"notes": "",
"name": "Oni",
"year": 2001,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "oni-vanilla",
"installer_slug": "oni-vanilla",
"script": {
"files": [
{
"oniinstaller": "N/A:Please select the installer for this game, ONISETUP.EXE"
}
],
"game": {
"arch": "win32",
"exe": "drive_c/Program Files (x86)/Oni/Oni.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "Installing Oni, installer will popup and close.",
"executable": "oniinstaller",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}