Installer mafia-ii-steam
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: 50130 prefix: $GAMEDIR/prefix installer: - task: name: create_prefix prefix: $GAMEDIR/prefix - task: app: vcrun2012 description: Installing vcrun2012 name: winetricks prefix: $GAMEDIR/prefix winesteam: dxvk: true
{ "game": { "appid": 50130, "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "task": { "app": "vcrun2012", "description": "Installing vcrun2012", "name": "winetricks", "prefix": "$GAMEDIR/prefix" } } ], "winesteam": { "dxvk": true } }