game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon/zoo.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon
installer:
- insert-disc:
requires: setup.exe
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
description: null
game_slug: zoo-tycoon
gogslug: ''
humblestoreid: ''
installer_slug: zoo-tycoon-original
name: Zoo Tycoon
notes: Due to the copy protection, this game will not run until the exe file has been
patched to remove aforementioned protection.
runner: wine
script:
game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon/zoo.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon
installer:
- insert-disc:
requires: setup.exe
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- task:
executable: $DISC/setup.exe
name: wineexec
prefix: $GAMEDIR
slug: zoo-tycoon-original
steamid: 613880
version: Original
year: 2001
{
"game_slug": "zoo-tycoon",
"version": "Original",
"description": null,
"notes": "Due to the copy protection, this game will not run until the exe file has been patched to remove aforementioned protection.",
"name": "Zoo Tycoon",
"year": 2001,
"steamid": 613880,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "zoo-tycoon-original",
"installer_slug": "zoo-tycoon-original",
"script": {
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon/zoo.exe",
"prefix": "$GAMEDIR",
"working_dir": "$GAMEDIR/drive_c/Program Files/Microsoft Games/Zoo Tycoon"
},
"installer": [
{
"insert-disc": {
"requires": "setup.exe"
}
},
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"executable": "$DISC/setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}