Installer asphalt-duell-the-challenge-cd

game:
  arch: win64
  exe: $GAMEDIR/disc/StartUp.exe
  prefix: $GAMEDIR/prefix
installer:
- insert-disc:
    requires: AsphaltDuell.exe
- copy:
    dst: $GAMEDIR/disc
    src: $DISC
- 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: The installer copies the CD content over to your disk. You can remove
  the CD after the installation process.
game_slug: asphalt-duell-the-challenge
gogslug: ''
humblestoreid: ''
installer_slug: asphalt-duell-the-challenge-cd
name: 'Asphalt Duell: The Challenge'
notes: Users with a huge amount of drives (23+) might see the installer failing as
  "drive y:" already exists.
runner: wine
script:
  game:
    arch: win64
    exe: $GAMEDIR/disc/StartUp.exe
    prefix: $GAMEDIR/prefix
  installer:
  - insert-disc:
      requires: AsphaltDuell.exe
  - copy:
      dst: $GAMEDIR/disc
      src: $DISC
  - 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-cd
steamid: null
version: CD
year: 1999
{
  "game_slug": "asphalt-duell-the-challenge",
  "version": "CD",
  "description": "The installer copies the CD content over to your disk. You can remove the CD after the installation process.",
  "notes": "Users with a huge amount of drives (23+) might see the installer failing as \"drive y:\" already exists.",
  "name": "Asphalt Duell: The Challenge",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "asphalt-duell-the-challenge-cd",
  "installer_slug": "asphalt-duell-the-challenge-cd",
  "script": {
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/disc/StartUp.exe",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "AsphaltDuell.exe"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/disc",
          "src": "$DISC"
        }
      },
      {
        "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