Installer fallout-shelter-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: 588430 arch: win64 prefix: $GAMEDIR/prefix installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR/prefix winesteam: dxvk: true overrides: xaudio2_7: native,builtin version: tkg-unity-4.1-x86_64
{ "installer": [ { "task": { "prefix": "$GAMEDIR/prefix", "arch": "win64", "name": "create_prefix" } } ], "winesteam": { "dxvk": true, "overrides": { "xaudio2_7": "native,builtin" }, "version": "tkg-unity-4.1-x86_64" }, "game": { "prefix": "$GAMEDIR/prefix", "arch": "win64", "appid": 588430 } }