
vovams163
Published
In-game videos do not play. Around half of cutscenes are implemented as videos and most of them do not play.
I had to forcibly switch to running the Windows version using Proton instead of the native Linux version because of issues with controller. Controller support is buggy in the Linux version, and it looks like it might just be unfinished. After switching to Windows version my controller (DualSense) worked perfectly out of box.
Custom (community) levels do not work out of box, but there is a fix in Wine 8.7 (commit 8bba759156f2e0e8e89aae162c916d9620ea70d8). Neither Valve's Proton, nor Proton-GE include it yet. So, to get custom levels to work right now, you need to replace winhttp.dll
in your Proton installation with the version from Wine 8.7+. If you have latest Wine installed in your system, you can just copy it from there, e.g:
cp -b /usr/lib64/wine/x86_64-windows/winhttp.dll ".local/share/Steam/steamapps/common/Proton - Experimental/files/lib64/wine/x86_64-windows/winhttp.dll"
Otherwise, i think, you can take it from any binary package from winehq.org.
PROTON_NO_FSYNC=1 %command%
I had split-second freezes of both image and audio every 10-20 seconds, even in the menu. Adding PROTON_NO_FSYNC=1
to launch options fixed them. The game ran perfectly at stable 60fps afterwards.