Installer blitzkrieg-3-steam-w-dxvk
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: 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 winesteam: dxvk: true version: tkg-4.0-x86_64
{ "system": { "env": { "DXVK_HUD": 0 } }, "installer": [ { "task": { "description": "Creating wine prefix", "prefix": "$GAMEDIR/prefix", "arch": "win64", "name": "create_prefix" } }, { "task": { "description": "Using winetricks to install Visual C++ 2010 libraries", "prefix": "$GAMEDIR/prefix", "arch": "win64", "name": "winetricks", "app": "vcrun2010" } }, { "task": { "description": "Using winetricks to install DirectX 11_43", "prefix": "$GAMEDIR/prefix", "arch": "win64", "name": "winetricks", "app": "d3dx11_43" } }, { "task": { "description": "Setting wine to Windows 10", "prefix": "$GAMEDIR/prefix", "arch": "win64", "name": "winetricks", "app": "win10" } } ], "winesteam": { "dxvk": true, "version": "tkg-4.0-x86_64" }, "game": { "prefix": "$GAMEDIR/prefix", "arch": "win64", "appid": 235380 } }