Installer remember-me-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: 228300 arch: win64 prefix: $GAMEDIR/prefix installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR/prefix - extract: dst: $CACHE/dxsetup file: dx2010 - task: arch: win64 args: /silent executable: $CACHE/dxsetup/DXSETUP.exe name: wineexec prefix: $GAMEDIR/prefix - task: app: vcrun2008 vcrun2010 arch: win64 name: winetricks prefix: $GAMEDIR/prefix - task: app: dotnet472 win7 arch: win64 description: Please be patient while we install .NET 4.7.2 name: winetricks prefix: $GAMEDIR/prefix
{ "game": { "appid": 228300, "arch": "win64", "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "extract": { "dst": "$CACHE/dxsetup", "file": "dx2010" } }, { "task": { "arch": "win64", "args": "/silent", "executable": "$CACHE/dxsetup/DXSETUP.exe", "name": "wineexec", "prefix": "$GAMEDIR/prefix" } }, { "task": { "app": "vcrun2008 vcrun2010", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR/prefix" } }, { "task": { "app": "dotnet472 win7", "arch": "win64", "description": "Please be patient while we install .NET 4.7.2", "name": "winetricks", "prefix": "$GAMEDIR/prefix" } } ] }