Installer dead-rising-4-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: 543460 arch: win64 prefix: $GAMEDIR/prefix installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR/prefix system: env: DXVK_HUD: 0 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR pulse_latency: true winesteam: dxvk: true overrides: xaudio2_7: native,builtin
{ "game": { "appid": 543460, "arch": "win64", "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } } ], "system": { "env": { "DXVK_HUD": 0, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "pulse_latency": true }, "winesteam": { "dxvk": true, "overrides": { "xaudio2_7": "native,builtin" } } }