Installer colin-mcrae-rally-20-windows-cd

files:
- silent_patch: https://github.com/CookiePLMonster/SilentPatchCMR2/releases/download/BETA1/silentpatch_cmr2.zip
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/CMR2.exe
  prefix: $GAMEDIR
  working_dir: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally
    2/
installer:
- insert-disc:
    requires: Setup.exe
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: directplay
    description: Installing DirectPlay for multiplayer.
    name: winetricks
    silent: true
- task:
    arch: win64
    description: Running installer... Ensure you select "Full" install, and use all
      defaults. The DirectX7 installer will fail. This is normal.
    executable: $DISC/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
- extract:
    description: Extracting silentpatch for CMR2
    dst: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/
    file: silent_patch
    name: extract_silent_patch
- write_config:
    data:
      DirectX:
        Filtering: 16
        VRAM: 256
        dgVoodooWatermark: false
    description: Configuring dgVoodoo2
    file: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/dgVoodoo.conf
wine:
  dgvoodoo2: true
description: ''
game_slug: colin-mcrae-rally-20
gogslug: ''
humblestoreid: ''
installer_slug: colin-mcrae-rally-20-windows-cd
name: Colin McRae Rally 2.0
notes: "Requires the CD release of Colin McRae Rally 2.0, or an extracted version\
  \ of it.\r\n\r\nWhen using modern Xbox controllers, the trigger axes are shared,\
  \ which causes issues when accelerating and braking while using those. Try using\
  \ a digital button to workaround this issue.\r\n\r\nWhen a new controller is added/turned\
  \ on, the game will crash. Make sure you have your controller on before you launch\
  \ the game.\r\n\r\nEnabling the cubic environment map will cause massive performance\
  \ issues, try using the bump environment map instead."
runner: wine
script:
  files:
  - silent_patch: https://github.com/CookiePLMonster/SilentPatchCMR2/releases/download/BETA1/silentpatch_cmr2.zip
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/CMR2.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally
      2/
  installer:
  - insert-disc:
      requires: Setup.exe
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: directplay
      description: Installing DirectPlay for multiplayer.
      name: winetricks
      silent: true
  - task:
      arch: win64
      description: Running installer... Ensure you select "Full" install, and use
        all defaults. The DirectX7 installer will fail. This is normal.
      executable: $DISC/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      description: Extracting silentpatch for CMR2
      dst: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/
      file: silent_patch
      name: extract_silent_patch
  - write_config:
      data:
        DirectX:
          Filtering: 16
          VRAM: 256
          dgVoodooWatermark: false
      description: Configuring dgVoodoo2
      file: $GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/dgVoodoo.conf
  wine:
    dgvoodoo2: true
slug: colin-mcrae-rally-20-windows-cd
steamid: null
version: Windows CD
year: 2000
{
  "game_slug": "colin-mcrae-rally-20",
  "version": "Windows CD",
  "description": "",
  "notes": "Requires the CD release of Colin McRae Rally 2.0, or an extracted version of it.\r\n\r\nWhen using modern Xbox controllers, the trigger axes are shared, which causes issues when accelerating and braking while using those. Try using a digital button to workaround this issue.\r\n\r\nWhen a new controller is added/turned on, the game will crash. Make sure you have your controller on before you launch the game.\r\n\r\nEnabling the cubic environment map will cause massive performance issues, try using the bump environment map instead.",
  "name": "Colin McRae Rally 2.0",
  "year": 2000,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "colin-mcrae-rally-20-windows-cd",
  "installer_slug": "colin-mcrae-rally-20-windows-cd",
  "script": {
    "files": [
      {
        "silent_patch": "https://github.com/CookiePLMonster/SilentPatchCMR2/releases/download/BETA1/silentpatch_cmr2.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/CMR2.exe",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "Setup.exe"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "directplay",
          "description": "Installing DirectPlay for multiplayer.",
          "name": "winetricks",
          "silent": true
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Running installer... Ensure you select \"Full\" install, and use all defaults. The DirectX7 installer will fail. This is normal.",
          "executable": "$DISC/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "description": "Extracting silentpatch for CMR2",
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/",
          "file": "silent_patch",
          "name": "extract_silent_patch"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "Filtering": 16,
              "VRAM": 256,
              "dgVoodooWatermark": false
            }
          },
          "description": "Configuring dgVoodoo2",
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Codemasters/Colin McRae Rally 2/dgVoodoo.conf"
        }
      }
    ],
    "wine": {
      "dgvoodoo2": true
    }
  }
}
Back to game