Installer zoo-tycoon-2-ultimate-collect-10

game:
  arch: win32
  exe: drive_c/Program Files/Microsoft Games/Zoo Tycoon 2/zt.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc 1
    requires: autorun.exe
- execute:
    args: -R 775 $GAMEDIR/drive_c/CDROM
    file: /bin/chmod
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- insert-disc:
    description: Insert disc 2
    requires: Files/x301_000.z2f
- execute:
    args: -R 775 $GAMEDIR/drive_c/CDROM
    file: /bin/chmod
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- insert-disc:
    description: Insert disc 3
    requires: Files/x302_000.z2f
- execute:
    args: -R 775 $GAMEDIR/drive_c/CDROM
    file: /bin/chmod
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- task:
    executable: $GAMEDIR/drive_c/CDROM/autorun.exe
    name: wineexec
    prefix: $GAMEDIR
- move:
    description: Moving the CDROM files
    dst: $CACHE
    src: $GAMEDIR/drive_c/CDROM
description: Installation of 3 CD Ultimate Collection
game_slug: zoo-tycoon-2-ultimate-collection
gogslug: ''
humblestoreid: ''
installer_slug: zoo-tycoon-2-ultimate-collect-10
name: 'Zoo Tycoon 2: Ultimate Collection'
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: drive_c/Program Files/Microsoft Games/Zoo Tycoon 2/zt.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc 1
      requires: autorun.exe
  - execute:
      args: -R 775 $GAMEDIR/drive_c/CDROM
      file: /bin/chmod
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - insert-disc:
      description: Insert disc 2
      requires: Files/x301_000.z2f
  - execute:
      args: -R 775 $GAMEDIR/drive_c/CDROM
      file: /bin/chmod
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - insert-disc:
      description: Insert disc 3
      requires: Files/x302_000.z2f
  - execute:
      args: -R 775 $GAMEDIR/drive_c/CDROM
      file: /bin/chmod
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - task:
      executable: $GAMEDIR/drive_c/CDROM/autorun.exe
      name: wineexec
      prefix: $GAMEDIR
  - move:
      description: Moving the CDROM files
      dst: $CACHE
      src: $GAMEDIR/drive_c/CDROM
slug: zoo-tycoon-2-ultimate-collect-10
steamid: null
version: '1.0'
year: 2008
{
  "game_slug": "zoo-tycoon-2-ultimate-collection",
  "version": "1.0",
  "description": "Installation of 3 CD Ultimate Collection",
  "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 2: Ultimate Collection",
  "year": 2008,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "zoo-tycoon-2-ultimate-collect-10",
  "installer_slug": "zoo-tycoon-2-ultimate-collect-10",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Microsoft Games/Zoo Tycoon 2/zt.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc 1",
          "requires": "autorun.exe"
        }
      },
      {
        "execute": {
          "args": "-R 775 $GAMEDIR/drive_c/CDROM",
          "file": "/bin/chmod"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc 2",
          "requires": "Files/x301_000.z2f"
        }
      },
      {
        "execute": {
          "args": "-R 775 $GAMEDIR/drive_c/CDROM",
          "file": "/bin/chmod"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc 3",
          "requires": "Files/x302_000.z2f"
        }
      },
      {
        "execute": {
          "args": "-R 775 $GAMEDIR/drive_c/CDROM",
          "file": "/bin/chmod"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "task": {
          "executable": "$GAMEDIR/drive_c/CDROM/autorun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Moving the CDROM files",
          "dst": "$CACHE",
          "src": "$GAMEDIR/drive_c/CDROM"
        }
      }
    ]
  }
}
Back to game