game:
arch: win32
exe: drive_c/ZPC/ZPC.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
app: win95
name: winetricks
- insert-disc:
requires: zpc.ico
- task:
executable: $DISC/setup.exe
name: wineexec
description: ''
game_slug: zpc
gogslug: ''
humblestoreid: ''
installer_slug: zpc-cd
name: ZPC
notes: Complains about not having enough RAM to run the game. This game can be played
with Dosbox Pure on Retroarch with an installation of Windows 95 or Windows 98
runner: wine
script:
game:
arch: win32
exe: drive_c/ZPC/ZPC.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
app: win95
name: winetricks
- insert-disc:
requires: zpc.ico
- task:
executable: $DISC/setup.exe
name: wineexec
slug: zpc-cd
steamid: null
version: CD
year: 1996
{
"game_slug": "zpc",
"version": "CD",
"description": "",
"notes": "Complains about not having enough RAM to run the game. This game can be played with Dosbox Pure on Retroarch with an installation of Windows 95 or Windows 98",
"name": "ZPC",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "zpc-cd",
"installer_slug": "zpc-cd",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/ZPC/ZPC.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "win95",
"name": "winetricks"
}
},
{
"insert-disc": {
"requires": "zpc.ico"
}
},
{
"task": {
"executable": "$DISC/setup.exe",
"name": "wineexec"
}
}
]
}
}