Installer world-of-tanks-eu

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.

files:
- game: https://wot.gcdn.co/eu/files/WoT_internet_install_eu.exe
game:
  exe: drive_c/Games/World_of_Tanks/WoTLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /VERYSILENT /CLOSEAPPLICATIONS
    description: Installing World of Tanks
    exclude_processes: explorer.exe rpcss.exe winedevice.exe plugplay.exe WargamingGameUpdater.exe
      WoTLauncher.exe
    executable: game
    name: wineexec
    prefix: $GAMEDIR
- task:
    arch: win64
    name: winekill
    prefix: $GAMEDIR
- task:
    app: d3dcompiler_42 corefonts win7
    arch: win64
    description: Setting Wine to win7
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    key: background
    name: set_regedit
    path: HKEY_CURRENT_USER\Control Panel\Colors\
    prefix: $GAMEDIR
    type: REG_SZ
    value: 0 0 0
system:
  env:
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
  esync: true
{
  "files": [
    {
      "game": "https://wot.gcdn.co/eu/files/WoT_internet_install_eu.exe"
    }
  ],
  "game": {
    "exe": "drive_c/Games/World_of_Tanks/WoTLauncher.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win64",
        "description": "Creating Wine prefix",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "args": "/VERYSILENT /CLOSEAPPLICATIONS",
        "description": "Installing World of Tanks",
        "exclude_processes": "explorer.exe rpcss.exe winedevice.exe plugplay.exe WargamingGameUpdater.exe WoTLauncher.exe",
        "executable": "game",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win64",
        "name": "winekill",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "d3dcompiler_42 corefonts win7",
        "arch": "win64",
        "description": "Setting Wine to win7",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win64",
        "key": "background",
        "name": "set_regedit",
        "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\",
        "prefix": "$GAMEDIR",
        "type": "REG_SZ",
        "value": "0 0 0"
      }
    }
  ],
  "system": {
    "env": {
      "__GL_SHADER_DISK_CACHE": 1,
      "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
    }
  },
  "wine": {
    "esync": true
  }
}
Back to game