files:
- oniinstaller: N/A:Please select the installer for this game, ONISETUP.EXE
game:
arch: win32
exe: drive_c/Program Files/Oni/Oni.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing Oni, installer will pop up shortly.
executable: oniinstaller
name: wineexec
prefix: $GAMEDIR
description: Installs the game from CD
game_slug: oni
gogslug: ''
humblestoreid: ''
installer_slug: oni
name: Oni
notes: This version will crash on launch because it does not have any patches installed. It's
only useful if you want a clean copy of the game installation.
runner: wine
script:
files:
- oniinstaller: N/A:Please select the installer for this game, ONISETUP.EXE
game:
arch: win32
exe: drive_c/Program Files/Oni/Oni.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing Oni, installer will pop up shortly.
executable: oniinstaller
name: wineexec
prefix: $GAMEDIR
slug: oni
steamid: null
version: ''
year: 2001
{
"game_slug": "oni",
"version": "",
"description": "Installs the game from CD",
"notes": "This version will crash on launch because it does not have any patches installed. It's only useful if you want a clean copy of the game installation.",
"name": "Oni",
"year": 2001,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "oni",
"installer_slug": "oni",
"script": {
"files": [
{
"oniinstaller": "N/A:Please select the installer for this game, ONISETUP.EXE"
}
],
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Oni/Oni.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "Installing Oni, installer will pop up shortly.",
"executable": "oniinstaller",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}