Installer midnight-club-ii-cd

game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Midnight Club II/mc2.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: mc2.ico
- task:
    arch: win64
    name: create_prefix
- task:
    app: winxp
    name: winetricks
- task:
    arch: win64
    executable: $DISC/setup.exe
    name: wineexec
system:
  env:
    MANGOHUD_CONFIG: no_display,fps_limit=30
  mangohud: true
wine:
  version: wine-ge-8-26-x86_64
description: Original CD Release
game_slug: midnight-club-ii
gogslug: ''
humblestoreid: ''
installer_slug: midnight-club-ii-cd
name: Midnight Club II
notes: Do not change the installation directory during the original install wizard.
  Should the installer become unresponsive to mouse input when asking for DirectX
  use TAB, Enter and the arrow keys to progress.
runner: wine
script:
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Midnight Club II/mc2.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: mc2.ico
  - task:
      arch: win64
      name: create_prefix
  - task:
      app: winxp
      name: winetricks
  - task:
      arch: win64
      executable: $DISC/setup.exe
      name: wineexec
  system:
    env:
      MANGOHUD_CONFIG: no_display,fps_limit=30
    mangohud: true
  wine:
    version: wine-ge-8-26-x86_64
slug: midnight-club-ii-cd
steamid: 12160
version: CD
year: 2003
{
  "game_slug": "midnight-club-ii",
  "version": "CD",
  "description": "Original CD Release",
  "notes": "Do not change the installation directory during the original install wizard. Should the installer become unresponsive to mouse input when asking for DirectX use TAB, Enter and the arrow keys to progress.",
  "name": "Midnight Club II",
  "year": 2003,
  "steamid": 12160,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "midnight-club-ii-cd",
  "installer_slug": "midnight-club-ii-cd",
  "script": {
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Midnight Club II/mc2.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "mc2.ico"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix"
        }
      },
      {
        "task": {
          "app": "winxp",
          "name": "winetricks"
        }
      },
      {
        "task": {
          "arch": "win64",
          "executable": "$DISC/setup.exe",
          "name": "wineexec"
        }
      }
    ],
    "wine": {
      "version": "wine-ge-8-26-x86_64"
    },
    "system": {
      "env": {
        "MANGOHUD_CONFIG": "no_display,fps_limit=30"
      },
      "mangohud": true
    }
  }
}
Back to game