
dibs
Published
gamemoderun %command% NOSTARTUP SKIPINTRO
protontricks 813780 ucrtbase2019 -q
After installing ucrtbase2019 via protontricks works flawlessly
Single-player mode works out of the box. Multi-player mode does not work without tinkering
Ubisoft connect launcher must be in online mode, otherwise only able to choose "Exit to Windows" when attempint to start a New Game.
Stuttering, more in the intro, less in the main game.
Game is capped at 62fps with vsync turned off, using MangoHUD to limit to 60fps
Crashes on alt+tab
Need to use Steam Client Beta in order to fix cd-key issue:
Failed to request product key from Steam, please try again in a few minutes
eval $(echo "%command%" | sed "s/Fallout4Launcher.exe/Fallout4.exe/")
Added command line option to bypass launcher.
Do recommend increasing FOV and skipping intro videos by modifying config files using this guide: https://steamcommunity.com/sharedfiles/filedetails/?id=551069501
eval $(echo "gamescope -f -r 60 -- %command%" | sed "s/2KLauncher\/LauncherPatcher.exe'.*/mafiadefinitiveedition.exe'/")
Game stutters out of the box.
Fixed it like so:
- added launch option
gamescope -f -r 60 -- %command%
- set
Fullscreen: Yes
in game settings - set
V-Sync: Yes
in game settings - mangohud frame limiter & v-sync: disabled
VKD3D_CONFIG=dxr11
so DXR v1.1 would be supported (needs supported GPU)PROTON_ENABLE_NVAPI=1
so Ray Tracing on NVidia would work
PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr11 gamemoderun %command%