Installer world-of-tanks-manualwgcdownload
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: - installer: N/A:Select the game's setup file which you can download from worldoftanks.eu/en/game/download game: arch: win64 exe: drive_c/ProgramData/Wargaming.net/GameCenter/wgc.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: app: corefonts win7 arch: win64 name: winetricks prefix: $GAMEDIR - task: args: /SP- /SILENT description: Installing Wargaming center... exclude_processes: WargamingErrorMonitor.exe wgc.exe wgc_renderer_host.exe executable: installer name: wineexec - task: name: winekill prefix: $GAMEDIR system: env: __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
{ "files": [ { "installer": "N/A:Select the game's setup file which you can download from worldoftanks.eu/en/game/download" } ], "game": { "arch": "win64", "exe": "drive_c/ProgramData/Wargaming.net/GameCenter/wgc.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "corefonts win7", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /SILENT", "description": "Installing Wargaming center...", "exclude_processes": "WargamingErrorMonitor.exe wgc.exe wgc_renderer_host.exe", "executable": "installer", "name": "wineexec" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "env": { "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } } }