
Jvne
Published
The game will sometimes crash when playing, not sure what causes this.
DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 3070" WINEDLLOVERRIDES="ddraw.dll=n,b" MANGOHUD_CONFIG="fps_limit=60" gamemoderun mangohud %command%
[Controls]
bMouseAcceleration = 0
[Display]
iPresentInterval = 0
Create a file called dxvk.conf
in the game root with the following information:
dxgi.syncInterval = -1
d3d11.presentInterval = -1
The config file edits are for Fallout76Prefs.ini
and Fallout76Custom.ini
found in drive_c/Users/steamuser/Documents/My Games/Fallout76/
The dxvk.conf
edits are to fully disable vsync as I had issues with that, and the final mangohud edit is to lock the framerate to 60 FPS as the whole game is pretty much locked to 60 FPS and gets very buggy without that limit.
This game runs with no issues.
I think the game thinking an xbox controller is plugged in is just the game.
Everything worked flawlessly with no issues and no need for additional commands. I did experience a more consistent level of framerate with less stuttering than on Windows though.
Runs smooth, loading times sometimes increase as you play longer.
The load times of the game take a very long time after an extended session, also while trying to stream this on Discord I couldn't start the stream, it would freeze Steam and Discord, when trying to stream through OBS the same thing would happen. To resolve that, start the game first, open OBS, select the game, then stream.
DXVK_FRAME_RATE=144 PROTON_NO_FSYNC=1 WINEDLLOVERRIDES=libglesv2=d WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_STRENGTH=1 gamemoderun mangohud %command%
Without PROTON_NO_FSYNC=1
and using a version of proton less than version 7 I had significant performance problems. With proton version 6 I still get rather harsh FPS drops in comparison to on windows during large fights.
WINEDLLOVERRIDES=libglesv2=d
appears to be needed to get the launcher to display without --disable-gpu
PROTON_ENABLE_NVAPI=1
DLSS does work with the launch commands used above. I have only tested this on experimental. Raytracing works without any launch commands.
gamemoderun %command%
Videos are not visible.
Without gamemoderun I found the game crashed during gameplay, after using gamemoderun outside of videos not showing I could play without issues.