Installer zoo-tycoon-complete-collectio-cd

files:
- wrapper: https://github.com/elishacloud/dxwrapper/releases/download/v1.5.8100.25/dxwrapper.zip
game:
  exe: drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing wineprefix...
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    message: Please insert and mount Disc 1.
    requires: setup.exe
- task:
    description: Installing Zoo Tycoon - Complete Collection
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
    return_code: 256
- insert-disc:
    message: Please insert and mount Disc 2.
    requires: setup.exe
- task:
    description: Installing Zoo Tycoon - Complete Collection
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
    return_code: 256
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon
    file: wrapper
- write_config:
    file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini
    key: screenwidth
    section: user
    value: 1920
- write_config:
    file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini
    key: screenheight
    section: user
    value: 1080
- write_config:
    file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/dxwrapper.ini
    key: D3d8to9
    merge: true
    section: Compatibility
    value: 1
description: ''
game_slug: zoo-tycoon-complete-collection
gogslug: ''
humblestoreid: ''
installer_slug: zoo-tycoon-complete-collectio-cd
name: Zoo Tycoon - Complete Collection
notes: Requires Disc 1 and Disc 2. Disc 2 is required for play. Make sure "Full Install"
  is selected during the installation process. Installs v1.5.8100.25 of dxwrapper
  to avoid fullscreen crashes.
runner: wine
script:
  files:
  - wrapper: https://github.com/elishacloud/dxwrapper/releases/download/v1.5.8100.25/dxwrapper.zip
  game:
    exe: drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing wineprefix...
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      message: Please insert and mount Disc 1.
      requires: setup.exe
  - task:
      description: Installing Zoo Tycoon - Complete Collection
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
      return_code: 256
  - insert-disc:
      message: Please insert and mount Disc 2.
      requires: setup.exe
  - task:
      description: Installing Zoo Tycoon - Complete Collection
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
      return_code: 256
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon
      file: wrapper
  - write_config:
      file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini
      key: screenwidth
      section: user
      value: 1920
  - write_config:
      file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini
      key: screenheight
      section: user
      value: 1080
  - write_config:
      file: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/dxwrapper.ini
      key: D3d8to9
      merge: true
      section: Compatibility
      value: 1
slug: zoo-tycoon-complete-collectio-cd
steamid: null
version: CD
year: 2003
{
  "game_slug": "zoo-tycoon-complete-collection",
  "version": "CD",
  "description": "",
  "notes": "Requires Disc 1 and Disc 2. Disc 2 is required for play. Make sure \"Full Install\" is selected during the installation process. Installs v1.5.8100.25 of dxwrapper to avoid fullscreen crashes.",
  "name": "Zoo Tycoon - Complete Collection",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "zoo-tycoon-complete-collectio-cd",
  "installer_slug": "zoo-tycoon-complete-collectio-cd",
  "script": {
    "files": [
      {
        "wrapper": "https://github.com/elishacloud/dxwrapper/releases/download/v1.5.8100.25/dxwrapper.zip"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing wineprefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "message": "Please insert and mount Disc 1.",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "description": "Installing Zoo Tycoon - Complete Collection",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "return_code": 256
        }
      },
      {
        "insert-disc": {
          "message": "Please insert and mount Disc 2.",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "description": "Installing Zoo Tycoon - Complete Collection",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "return_code": 256
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon",
          "file": "wrapper"
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini",
          "key": "screenwidth",
          "section": "user",
          "value": 1920
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/zoo.ini",
          "key": "screenheight",
          "section": "user",
          "value": 1080
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Zoo Tycoon/dxwrapper.ini",
          "key": "D3d8to9",
          "merge": true,
          "section": "Compatibility",
          "value": 1
        }
      }
    ]
  }
}
Back to game