Installer bioshock-infinite-gog-w-dxvk

files:
- dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
- setup: N/A:Select the game's setup file
game:
  arch: win64
  exe: drive_c/GOG Games/BioShock Infinite/Binaries/Win32/BioShockInfinite.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE/dxsetup
    file: dx2010
- task:
    arch: win64
    args: /silent
    executable: $CACHE/dxsetup/DXSETUP.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: vcrun2012 vcrun2013
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /SP- /NOCANCEL /SUPPRESSMSGBOXES
    description: Installing Bioshock Infinite
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  pulse_latency: false
description: GOG only sells the Windows version, but it still runs with Wine + DXVK
game_slug: bioshock-infinite
gogslug: bioshock_infinite
humblestoreid: bioshock-infinite
installer_slug: bioshock-infinite-gog-w-dxvk
name: BioShock Infinite
notes: "The GOG installer will throw error messages towards the end.  Continue to\
  \ click OK on these error messages and the install will still complete successfully.\r\
  \n\r\nThis game doesn't have a gog gameslug yet, so you'll have to manually download\
  \ the installer from gog."
runner: wine
script:
  files:
  - dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
  - setup: N/A:Select the game's setup file
  game:
    arch: win64
    exe: drive_c/GOG Games/BioShock Infinite/Binaries/Win32/BioShockInfinite.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE/dxsetup
      file: dx2010
  - task:
      arch: win64
      args: /silent
      executable: $CACHE/dxsetup/DXSETUP.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: vcrun2012 vcrun2013
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /SP- /NOCANCEL /SUPPRESSMSGBOXES
      description: Installing Bioshock Infinite
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
    pulse_latency: false
slug: bioshock-infinite-gog-w-dxvk
steamid: 8870
version: GOG w/ DXVK
year: 2013
{
  "game_slug": "bioshock-infinite",
  "version": "GOG w/ DXVK",
  "description": "GOG only sells the Windows version, but it still runs with Wine + DXVK",
  "notes": "The GOG installer will throw error messages towards the end.  Continue to click OK on these error messages and the install will still complete successfully.\r\n\r\nThis game doesn't have a gog gameslug yet, so you'll have to manually download the installer from gog.",
  "name": "BioShock Infinite",
  "year": 2013,
  "steamid": 8870,
  "gogslug": "bioshock_infinite",
  "humblestoreid": "bioshock-infinite",
  "runner": "wine",
  "slug": "bioshock-infinite-gog-w-dxvk",
  "installer_slug": "bioshock-infinite-gog-w-dxvk",
  "script": {
    "files": [
      {
        "dx2010": "https://lutris.net/files/tools/directx-2010.tar.gz"
      },
      {
        "setup": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/GOG Games/BioShock Infinite/Binaries/Win32/BioShockInfinite.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/dxsetup",
          "file": "dx2010"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/silent",
          "executable": "$CACHE/dxsetup/DXSETUP.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2012 vcrun2013",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SP- /NOCANCEL /SUPPRESSMSGBOXES",
          "description": "Installing Bioshock Infinite",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      },
      "pulse_latency": false
    }
  }
}
Back to game