Installer zoo-tycoon-2-cds

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:
    description: Insert disc 1
    requires: setup.exe
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc 2
    requires: setup.exe
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: Installs from SETUP.EXE.
game_slug: zoo-tycoon
gogslug: ''
humblestoreid: ''
installer_slug: zoo-tycoon-2-cds
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.\r\n\r\nWorks with Lutris + ge-protonified-4.9-x86_64."
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:
      description: Insert disc 1
      requires: setup.exe
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc 2
      requires: setup.exe
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: zoo-tycoon-2-cds
steamid: 613880
version: 2 CDs
year: 2001
{
  "game_slug": "zoo-tycoon",
  "version": "2 CDs",
  "description": "Installs from SETUP.EXE.",
  "notes": "Due to the copy protection, this game will not run until the exe file has been patched to remove aforementioned protection.\r\n\r\nWorks with Lutris + ge-protonified-4.9-x86_64.",
  "name": "Zoo Tycoon",
  "year": 2001,
  "steamid": 613880,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "zoo-tycoon-2-cds",
  "installer_slug": "zoo-tycoon-2-cds",
  "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": {
          "description": "Insert disc 1",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc 2",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game