Installer halo-combat-evolved-cd-pc-1010-patch

files:
- patch: https://archive.org/download/halopc-patch-1.0.10/halopc-patch-1.0.10.exe
game:
  exe: drive_c/Program Files (x86)/Microsoft Games/Halo/halo.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: mfc42
    description: Installing mfc42 - required for CD key check
    name: winetricks
    prefix: $GAMEDIR
- insert-disc:
    message: Mount the Halo Combat Evolved CD to continue
    requires: Setup.Exe
- task:
    description: Installing Halo Combat Evolved
    executable: $DISC/Setup.Exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing PC 1.0.10 Patch
    executable: patch
    name: wineexec
    prefix: $GAMEDIR
description: '- Installs from the CD, and then the last patch - v1.0.10.0621- Patch
  removes CD check, enables high resolution displays, and more. See https://www.bungie.net/en-us/Forums/Post/64943622
  for complete details.'
game_slug: halo-combat-evolved
gogslug: ''
humblestoreid: ''
installer_slug: halo-combat-evolved-cd-pc-1010-patch
name: 'Halo: Combat Evolved'
notes: Requires CD key for installation. The patch removes the CD check.
runner: wine
script:
  files:
  - patch: https://archive.org/download/halopc-patch-1.0.10/halopc-patch-1.0.10.exe
  game:
    exe: drive_c/Program Files (x86)/Microsoft Games/Halo/halo.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: mfc42
      description: Installing mfc42 - required for CD key check
      name: winetricks
      prefix: $GAMEDIR
  - insert-disc:
      message: Mount the Halo Combat Evolved CD to continue
      requires: Setup.Exe
  - task:
      description: Installing Halo Combat Evolved
      executable: $DISC/Setup.Exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing PC 1.0.10 Patch
      executable: patch
      name: wineexec
      prefix: $GAMEDIR
slug: halo-combat-evolved-cd-pc-1010-patch
steamid: null
version: CD + PC 1.0.10 Patch
year: 2001
{
  "game_slug": "halo-combat-evolved",
  "version": "CD + PC 1.0.10 Patch",
  "description": "- Installs from the CD, and then the last patch - v1.0.10.0621- Patch removes CD check, enables high resolution displays, and more. See https://www.bungie.net/en-us/Forums/Post/64943622 for complete details.",
  "notes": "Requires CD key for installation. The patch removes the CD check.",
  "name": "Halo: Combat Evolved",
  "year": 2001,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "halo-combat-evolved-cd-pc-1010-patch",
  "installer_slug": "halo-combat-evolved-cd-pc-1010-patch",
  "script": {
    "files": [
      {
        "patch": "https://archive.org/download/halopc-patch-1.0.10/halopc-patch-1.0.10.exe"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Microsoft Games/Halo/halo.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "mfc42",
          "description": "Installing mfc42 - required for CD key check",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "message": "Mount the Halo Combat Evolved CD to continue",
          "requires": "Setup.Exe"
        }
      },
      {
        "task": {
          "description": "Installing Halo Combat Evolved",
          "executable": "$DISC/Setup.Exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing PC 1.0.10 Patch",
          "executable": "patch",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game