Installer asphalt-duell-the-challenge-download

files:
- iso: https://archive.org/download/asphalt-duell-the-challenge/Asphalt%20Duell.iso
game:
  arch: win64
  exe: $GAMEDIR/disc/StartUp.exe
  prefix: $GAMEDIR/prefix
installer:
- extract:
    dst: $GAMEDIR/disc
    file: iso
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR/prefix
- execute:
    args: -s "$GAMEDIR/disc" "$GAMEDIR/prefix/dosdevices/y:"
    file: ln
- task:
    key: 'y:'
    name: set_regedit
    path: HKEY_LOCAL_MACHINE\Software\Wine\Drives
    type: REG_SZ
    value: cdrom
description: Downloads disc image from archive.org
game_slug: asphalt-duell-the-challenge
gogslug: ''
humblestoreid: ''
installer_slug: asphalt-duell-the-challenge-download
name: 'Asphalt Duell: The Challenge'
notes: Please make sure you're legally allowed to download the disc image before proceeding.
runner: wine
script:
  files:
  - iso: https://archive.org/download/asphalt-duell-the-challenge/Asphalt%20Duell.iso
  game:
    arch: win64
    exe: $GAMEDIR/disc/StartUp.exe
    prefix: $GAMEDIR/prefix
  installer:
  - extract:
      dst: $GAMEDIR/disc
      file: iso
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - execute:
      args: -s "$GAMEDIR/disc" "$GAMEDIR/prefix/dosdevices/y:"
      file: ln
  - task:
      key: 'y:'
      name: set_regedit
      path: HKEY_LOCAL_MACHINE\Software\Wine\Drives
      type: REG_SZ
      value: cdrom
slug: asphalt-duell-the-challenge-download
steamid: null
version: Download
year: 1999
{
  "game_slug": "asphalt-duell-the-challenge",
  "version": "Download",
  "description": "Downloads disc image from archive.org",
  "notes": "Please make sure you're legally allowed to download the disc image before proceeding.",
  "name": "Asphalt Duell: The Challenge",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "asphalt-duell-the-challenge-download",
  "installer_slug": "asphalt-duell-the-challenge-download",
  "script": {
    "files": [
      {
        "iso": "https://archive.org/download/asphalt-duell-the-challenge/Asphalt%20Duell.iso"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/disc/StartUp.exe",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR/disc",
          "file": "iso"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "execute": {
          "args": "-s \"$GAMEDIR/disc\" \"$GAMEDIR/prefix/dosdevices/y:\"",
          "file": "ln"
        }
      },
      {
        "task": {
          "key": "y:",
          "name": "set_regedit",
          "path": "HKEY_LOCAL_MACHINE\\Software\\Wine\\Drives",
          "type": "REG_SZ",
          "value": "cdrom"
        }
      }
    ]
  }
}
Back to game