Installer nba-2k14-dvd-install

game:
  exe: drive_c/Program Files (x86)/2K Sports/NBA 2K14/nba2k14.exe
  prefix: $GAMEDIR/prefix
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    description: Installing NBA 2K14 from DVD
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR/prefix
- task:
    description: Set Windows version to Windows 7
    name: winecfg
    prefix: $GAMEDIR/prefix
- task:
    app: d3dx9 vcrun2010 xact
    name: winetricks
    prefix: $GAMEDIR/prefix
wine:
  overrides:
    xaudio2_7: native,builtin
description: Non-Steam (DVD) version
game_slug: nba-2k14
gogslug: ''
humblestoreid: ''
installer_slug: nba-2k14-dvd-install
name: NBA 2K14
notes: Requires a valid NBA 2K14 CD-Key. Enter the CD-Key when prompted during installation.
  Online features are no longer available.
runner: wine
script:
  game:
    exe: drive_c/Program Files (x86)/2K Sports/NBA 2K14/nba2k14.exe
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      description: Installing NBA 2K14 from DVD
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR/prefix
  - task:
      description: Set Windows version to Windows 7
      name: winecfg
      prefix: $GAMEDIR/prefix
  - task:
      app: d3dx9 vcrun2010 xact
      name: winetricks
      prefix: $GAMEDIR/prefix
  wine:
    overrides:
      xaudio2_7: native,builtin
slug: nba-2k14-dvd-install
steamid: 255480
version: DVD Install
year: 2013
{
  "game_slug": "nba-2k14",
  "version": "DVD Install",
  "description": "Non-Steam (DVD) version",
  "notes": "Requires a valid NBA 2K14 CD-Key. Enter the CD-Key when prompted during installation. Online features are no longer available.",
  "name": "NBA 2K14",
  "year": 2013,
  "steamid": 255480,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "nba-2k14-dvd-install",
  "installer_slug": "nba-2k14-dvd-install",
  "script": {
    "game": {
      "exe": "drive_c/Program Files (x86)/2K Sports/NBA 2K14/nba2k14.exe",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "description": "Installing NBA 2K14 from DVD",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "description": "Set Windows version to Windows 7",
          "name": "winecfg",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "d3dx9 vcrun2010 xact",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ],
    "wine": {
      "overrides": {
        "xaudio2_7": "native,builtin"
      }
    }
  }
}
Back to game