
Hedgi
Published
Forcing Proton Experimental allowed me to use my Logitech G29 wheel. Otherwise, no issues.
Singleplayer worked great out of the box
Did not try the multiplayer but the singleplayer worked fine with no changes at all and no issues.
Using the default recommended proton version led to significant perfomance issues. Switching to 9.0-1 resolved these issues.
PROTON_ENABLE_NVAPI=1 %command% --launcher-skip -skipStartScreen
No isses other than Raytracing being broken. DLSS works fine though at least.
Had to disable the Steam overlay - otherwise the game just infinitely loads once it opens. There is some minor artifacting but it is not that prevelant.
Worked near flawlessly out of the box. Only issue I encountered was that in order for any of my graphical settings or advanced graphical settings to save, I needed to close and relaunch the game even if not prompted.
Changing resolution caused the game to freeze up but once it was restarted, I have had no further issues.
FPS is capped at 30 and there were also occasional stuttering issues.
Had some stuttering in the cut scene for the main menu but runs perfect besides that out of the box.
cmd=( %command% ); cmd[-1]="$STEAM_COMPAT_INSTALL_PATH/pc/Mafia II Definitive Edition.exe"; "${cmd[@]}"
Launch options are just to skip the 2k launcher. Had some stuttering issues but resolved it by turning Vsync off, PhysX off, and framerate to Unlimited.
Worked good out of the box except for Steam overlay which would close as soon as it opened. Switching to experimental seemed to fix this.
I was able to just click play and go. Rockstar launcher was not an issue.
DXVK_CONFIG="dxgi.customVendorId = {gpu_vendorID}" %command%
Initially was getting the crash reporter on launch. Set the launch options to specify my gpu vendor and have had no further issues. Replace the {gpu_vendorID}. This can be found by running "vulkaninfo" and looking for the "vendorID" for your discrete graphics.
Switching to Experimental stopped the crashes. Otherwise there were no issues.
Game would pop up a bunch of .NET errors upon after clicking launch. Unable to get further than that.
WINEDLLOVERRIDES="xaudio2_7=n,b" %command%
Experienced two bugs that were fixable with some light tinkering.
First was periodic crashing. The game would close randomly every so often with no warning. Switching to Proton Experiemental fixed this.
The second was audio distortion that made all of the sound effects and music sound awful. Adding the launch command "WINEDLLOVERRIDES="xaudio2_7=n,b" %command%" and selecting "PLAY & SAVE (64 bit Win7)" on start up fixed this issue.