Installer akibas-trip-undead-undressed-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: 333980 arch: win64 prefix: $GAMEDIR/prefix installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR/prefix - task: app: vcrun2010 arch: win64 name: winetricks prefix: $GAMEDIR/prefix system: env: DXVK_HUD: 0 winesteam: dxvk: true
{ "game": { "appid": 333980, "arch": "win64", "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "task": { "app": "vcrun2010", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR/prefix" } } ], "system": { "env": { "DXVK_HUD": 0 } }, "winesteam": { "dxvk": true } }