Installer toca-race-driver-3-dvd

game:
  exe: drive_c/Program Files (x86)/Codemasters/Race Driver 3/RD3.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    requires: data1.cab
- task:
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: Installation from a mounted ISO or physical DVD
game_slug: toca-race-driver-3
gogslug: toca_race_driver_3
humblestoreid: ''
installer_slug: toca-race-driver-3-dvd
name: ToCA Race Driver 3
notes: NO-CD patch is not included in this installer, as of now.
runner: wine
script:
  game:
    exe: drive_c/Program Files (x86)/Codemasters/Race Driver 3/RD3.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      requires: data1.cab
  - task:
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: toca-race-driver-3-dvd
steamid: 11500
version: DVD
year: 2006
{
  "game_slug": "toca-race-driver-3",
  "version": "DVD",
  "description": "Installation from a mounted ISO or physical DVD",
  "notes": "NO-CD patch is not included in this installer, as of now.",
  "name": "ToCA Race Driver 3",
  "year": 2006,
  "steamid": 11500,
  "gogslug": "toca_race_driver_3",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "toca-race-driver-3-dvd",
  "installer_slug": "toca-race-driver-3-dvd",
  "script": {
    "game": {
      "exe": "drive_c/Program Files (x86)/Codemasters/Race Driver 3/RD3.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "requires": "data1.cab"
        }
      },
      {
        "task": {
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game