Installer big-rigs-over-the-road-racing-installer-file

files:
- install: N/A:Select the game's setup file
- 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:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win32
    args: /SILENT
    executable: $install
    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
wine:
  version: lutris-7.2-2-x86_64
description: Uses the Installer .exe file 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-installer-file
name: 'Big Rigs: Over the Road Racing'
notes: ''
runner: wine
script:
  files:
  - install: N/A:Select the game's setup file
  - 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:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win32
      args: /SILENT
      executable: $install
      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
  wine:
    version: lutris-7.2-2-x86_64
slug: big-rigs-over-the-road-racing-installer-file
steamid: null
version: Installer file
year: 2003
{
  "game_slug": "big-rigs-over-the-road-racing",
  "version": "Installer file",
  "description": "Uses the Installer .exe file 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-installer-file",
  "installer_slug": "big-rigs-over-the-road-racing-installer-file",
  "script": {
    "files": [
      {
        "install": "N/A:Select the game's setup file"
      },
      {
        "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": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "args": "/SILENT",
          "executable": "$install",
          "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
    },
    "wine": {
      "version": "lutris-7.2-2-x86_64"
    }
  }
}
Back to game