Installer fallout-4-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: 377160 prefix: $GAMEDIR/prefix installer: - task: name: create_prefix prefix: $GAMEDIR/prefix - task: key: GrabFullscreen name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\X11 Driver prefix: $GAMEDIR/prefix value: Y system: pulse_latency: true
{ "game": { "appid": 377160, "prefix": "$GAMEDIR/prefix" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR/prefix" } }, { "task": { "key": "GrabFullscreen", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver", "prefix": "$GAMEDIR/prefix", "value": "Y" } } ], "system": { "pulse_latency": true } }