Installer jurassic-park-trespasser-10

files:
- trespasserCE: N/A:Select Trespasser CE zip file
game:
  exe: drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/trespass.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    description: Please select the installation directory
    requires: setup/setup95.exe
- merge:
    description: Copying over installer
    dst: $CACHE/installer
    src: $DISC
- extract:
    dst: $CACHE/trespasserCE
    src: trespasserCE
- extract:
    description: Extracting the contents of contrib.zip
    dst: $CACHE/trespasserCE/contrib
    src: $CACHE/trespasserCE/contrib.zip
- extract:
    description: Extracting the contents of tpass-ce.zip
    dst: $CACHE/trespasserCE/tpass-ce
    src: $CACHE/trespasserCE/tpass-ce.zip
- merge:
    dst: $CACHE/installer/setup
    src: $CACHE/trespasserCE/tpass-ce
- merge:
    dst: $CACHE/installer/setup
    src: $CACHE/trespasserCE/contrib
- task:
    description: Launching the installation
    executable: $CACHE/installer/setup/setup95.exe
    name: wineexec
    prefix: $GAMEDIR
- merge:
    description: Moving some required files
    dst: $GAMEDIR/drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/data
    src: $CACHE/installer/data
description: Base game + Trespasser CE patch + NoCD patch
game_slug: trespasser
gogslug: ''
humblestoreid: ''
installer_slug: jurassic-park-trespasser-10
name: 'Jurassic Park: Trespasser'
notes: "- Don't install the directx6 version\r\n- Finish the installation before running\
  \ the game"
runner: wine
script:
  files:
  - trespasserCE: N/A:Select Trespasser CE zip file
  game:
    exe: drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/trespass.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      description: Please select the installation directory
      requires: setup/setup95.exe
  - merge:
      description: Copying over installer
      dst: $CACHE/installer
      src: $DISC
  - extract:
      dst: $CACHE/trespasserCE
      src: trespasserCE
  - extract:
      description: Extracting the contents of contrib.zip
      dst: $CACHE/trespasserCE/contrib
      src: $CACHE/trespasserCE/contrib.zip
  - extract:
      description: Extracting the contents of tpass-ce.zip
      dst: $CACHE/trespasserCE/tpass-ce
      src: $CACHE/trespasserCE/tpass-ce.zip
  - merge:
      dst: $CACHE/installer/setup
      src: $CACHE/trespasserCE/tpass-ce
  - merge:
      dst: $CACHE/installer/setup
      src: $CACHE/trespasserCE/contrib
  - task:
      description: Launching the installation
      executable: $CACHE/installer/setup/setup95.exe
      name: wineexec
      prefix: $GAMEDIR
  - merge:
      description: Moving some required files
      dst: $GAMEDIR/drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/data
      src: $CACHE/installer/data
slug: jurassic-park-trespasser-10
steamid: null
version: '1.0'
year: 1998
{
  "game_slug": "trespasser",
  "version": "1.0",
  "description": "Base game + Trespasser CE patch + NoCD patch",
  "notes": "- Don't install the directx6 version\r\n- Finish the installation before running the game",
  "name": "Jurassic Park: Trespasser",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "jurassic-park-trespasser-10",
  "installer_slug": "jurassic-park-trespasser-10",
  "script": {
    "files": [
      {
        "trespasserCE": "N/A:Select Trespasser CE zip file"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/trespass.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please select the installation directory",
          "requires": "setup/setup95.exe"
        }
      },
      {
        "merge": {
          "description": "Copying over installer",
          "dst": "$CACHE/installer",
          "src": "$DISC"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/trespasserCE",
          "src": "trespasserCE"
        }
      },
      {
        "extract": {
          "description": "Extracting the contents of contrib.zip",
          "dst": "$CACHE/trespasserCE/contrib",
          "src": "$CACHE/trespasserCE/contrib.zip"
        }
      },
      {
        "extract": {
          "description": "Extracting the contents of tpass-ce.zip",
          "dst": "$CACHE/trespasserCE/tpass-ce",
          "src": "$CACHE/trespasserCE/tpass-ce.zip"
        }
      },
      {
        "merge": {
          "dst": "$CACHE/installer/setup",
          "src": "$CACHE/trespasserCE/tpass-ce"
        }
      },
      {
        "merge": {
          "dst": "$CACHE/installer/setup",
          "src": "$CACHE/trespasserCE/contrib"
        }
      },
      {
        "task": {
          "description": "Launching the installation",
          "executable": "$CACHE/installer/setup/setup95.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "merge": {
          "description": "Moving some required files",
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/DreamWorks Interactive/Trespasser/data",
          "src": "$CACHE/installer/data"
        }
      }
    ]
  }
}
Back to game