Installer world-of-tanks-blitz-steam

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

game:
  appid: 444200
  arch: win64
  prefix: $GAMEDIR/prefix
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: vcrun2013 vcrun2017
    arch: win64
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: dotnet472 win7
    arch: win64
    description: Installing .NET 4.7.2
    name: winetricks
    prefix: $GAMEDIR/prefix
system:
  env:
    PBA_ENABLE: 1
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
    __GL_THREADED_OPTIMIZATIONS: 1
    mesa_glthread: 'true'
winesteam:
  Desktop: true
  WineDesktop: 1920x1080
  esync: true
{
  "game": {
    "appid": 444200,
    "arch": "win64",
    "prefix": "$GAMEDIR/prefix"
  },
  "installer": [
    {
      "task": {
        "arch": "win64",
        "name": "create_prefix",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "app": "vcrun2013 vcrun2017",
        "arch": "win64",
        "name": "winetricks",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "app": "dotnet472 win7",
        "arch": "win64",
        "description": "Installing .NET 4.7.2",
        "name": "winetricks",
        "prefix": "$GAMEDIR/prefix"
      }
    }
  ],
  "system": {
    "env": {
      "PBA_ENABLE": 1,
      "__GL_SHADER_DISK_CACHE": 1,
      "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR",
      "__GL_THREADED_OPTIMIZATIONS": 1,
      "mesa_glthread": "true"
    }
  },
  "winesteam": {
    "Desktop": true,
    "WineDesktop": "1920x1080",
    "esync": true
  }
}
Back to game