Installer big-rigs-over-the-road-racing-cd

files:
- patch: https://archive.org/download/BigRigsOverTheRoadRacing/BigRigsPatch_Nov16.exe
game:
  arch: win32
  exe: drive_c/Program Files/Big Rigs Racing/CarZ.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    message: Insert the Big Rigs disc
    requires: autorun.exe
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win32
    args: /SILENT
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- move:
    dst: $CACHE/
    src: $GAMEDIR/drive_c/Program Files/Big Rigs Racing/CarZ.exe
- task:
    arch: win32
    args: -s2
    executable: patch
    name: wineexec
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files/Big Rigs Racing/
system:
  reset_desktop: true
description: Uses the CD to install the game. It also downloads and installs the patch
  to allow the opposing truck to actually move. (The patch is downloaded from archive.org)
game_slug: big-rigs-over-the-road-racing
gogslug: ''
humblestoreid: ''
installer_slug: big-rigs-over-the-road-racing-cd
name: 'Big Rigs: Over the Road Racing'
notes: ''
runner: wine
script:
  files:
  - patch: https://archive.org/download/BigRigsOverTheRoadRacing/BigRigsPatch_Nov16.exe
  game:
    arch: win32
    exe: drive_c/Program Files/Big Rigs Racing/CarZ.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      message: Insert the Big Rigs disc
      requires: autorun.exe
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win32
      args: /SILENT
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - move:
      dst: $CACHE/
      src: $GAMEDIR/drive_c/Program Files/Big Rigs Racing/CarZ.exe
  - task:
      arch: win32
      args: -s2
      executable: patch
      name: wineexec
      prefix: $GAMEDIR
      working_dir: $GAMEDIR/drive_c/Program Files/Big Rigs Racing/
  system:
    reset_desktop: true
slug: big-rigs-over-the-road-racing-cd
steamid: null
version: CD
year: 2003
{
  "game_slug": "big-rigs-over-the-road-racing",
  "version": "CD",
  "description": "Uses the CD to install the game. It also downloads and installs the patch to allow the opposing truck to actually move. (The patch is downloaded from archive.org)",
  "notes": "",
  "name": "Big Rigs: Over the Road Racing",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "big-rigs-over-the-road-racing-cd",
  "installer_slug": "big-rigs-over-the-road-racing-cd",
  "script": {
    "files": [
      {
        "patch": "https://archive.org/download/BigRigsOverTheRoadRacing/BigRigsPatch_Nov16.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Big Rigs Racing/CarZ.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "message": "Insert the Big Rigs disc",
          "requires": "autorun.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "/SILENT",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "dst": "$CACHE/",
          "src": "$GAMEDIR/drive_c/Program Files/Big Rigs Racing/CarZ.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "-s2",
          "executable": "patch",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "working_dir": "$GAMEDIR/drive_c/Program Files/Big Rigs Racing/"
        }
      }
    ],
    "system": {
      "reset_desktop": true
    }
  }
}
Back to game