Installer blitzkrieg-3-steam-w-dxvk

game:
  appid: 235380
  arch: win64
  prefix: $GAMEDIR/prefix
installer:
- task:
    arch: win64
    description: Creating wine prefix
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: vcrun2010
    arch: win64
    description: Using winetricks to install Visual C++ 2010 libraries
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: d3dx11_43
    arch: win64
    description: Using winetricks to install DirectX 11_43
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: win10
    arch: win64
    description: Setting wine to Windows 10
    name: winetricks
    prefix: $GAMEDIR/prefix
system:
  env:
    DXVK_HUD: 0
description: null
game_slug: blitzkrieg-3
gogslug: ''
humblestoreid: ''
installer_slug: blitzkrieg-3-steam-w-dxvk
name: Blitzkrieg 3
notes: "[1] Game does not exit properly, alt-tab to lutris to stop the runner.\r\n\
  [2] In game settings -> camera, there is a black box, I'm not sure what is meant\
  \ to be there. Just making a note of it here."
runner: winesteam
script:
  game:
    appid: 235380
    arch: win64
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      arch: win64
      description: Creating wine prefix
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      app: vcrun2010
      arch: win64
      description: Using winetricks to install Visual C++ 2010 libraries
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: d3dx11_43
      arch: win64
      description: Using winetricks to install DirectX 11_43
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: win10
      arch: win64
      description: Setting wine to Windows 10
      name: winetricks
      prefix: $GAMEDIR/prefix
  system:
    env:
      DXVK_HUD: 0
slug: blitzkrieg-3-steam-w-dxvk
steamid: 235380
version: Steam w/ DXVK
year: 2017
{
  "game_slug": "blitzkrieg-3",
  "version": "Steam w/ DXVK",
  "description": null,
  "notes": "[1] Game does not exit properly, alt-tab to lutris to stop the runner.\r\n[2] In game settings -> camera, there is a black box, I'm not sure what is meant to be there. Just making a note of it here.",
  "name": "Blitzkrieg 3",
  "year": 2017,
  "steamid": 235380,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "blitzkrieg-3-steam-w-dxvk",
  "installer_slug": "blitzkrieg-3-steam-w-dxvk",
  "script": {
    "game": {
      "appid": 235380,
      "arch": "win64",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "vcrun2010",
          "arch": "win64",
          "description": "Using winetricks to install Visual C++ 2010 libraries",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "d3dx11_43",
          "arch": "win64",
          "description": "Using winetricks to install DirectX 11_43",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win64",
          "description": "Setting wine to Windows 10",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": 0
      }
    }
  }
}
Back to game