
ฅ^•ﻌ•^ฅ
Published
Sometimes a few lines of conversation in cutscenes are missing or mixed up. Subtitles are missing as well. Solution for me was to disable ESync, by setting the launch parameters: "PROTON_NO_ESYNC=1 %command%"
Initial resolution was very low. After changing it ingame works mostly, sometimes it changes back. Also: black bars at top and bottom. This can be solved by setting a WINE virtual desktop with full screen resolution (2560x1440).
Works flawlessly, solo and online coop play tested. No issues detected.
Used launch options: "PROTON_USE_DXVK=1 %command% "
Some stuttering when loading a new map part during the DLC only.
General problem, same for windows version: HUD doesn't scale, so try a lower resolution if HUD is to small.
Mostly stable 60fps (capped) at 2560x1440. Besides the one crash no issues detected. (DX11 mode)
Had one crash, never happened again for 1 playthrough.
1440p 60fps, full playthrough without any significant issues.
One random crash, probably due to tabbing out of the game to often.
Had some slight stuttering in the later parts of the games, after playing for >1hour in one piece. After a restart everything was fine.
100+ fps most of the time. Full playthrough possible without big problems (besides stuttering mentioned below)
Some heavy stuttering in the early levels, sometimes, went away after a few seconds. Didn't happen anymore after some time. (After switching to Proton 6.3-3 i think)
Savegames do not work per default, as described by other people already. To automate the fix described by Buck, follow this: Use at your own risk!
#! /bin/bash
rm -r ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/Vampire_Survivors
mv ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/*.tmp ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/Vampire_Survivors
Check if these paths are correct for you. If you installed the game on a different steam library than the default one, you have to adjust them! To tell steam to automatically run the script, before the game starts, add this to the launch options:
path/to/your/script.sh ; %command%
Again: use at your own risk. Any update may break this fix, so please test it carefully.
Savegames do not work per default, as described by other people already. To automate the fix described by Buck, follow this: Use at your own risk!
#! /bin/bash
if [ ! -d "Vampire_Survivors" ]; then
rm -r ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/Vampire_Survivors
mv ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/*.tmp ~/.steam/steam/steamapps/compatdata/1794680/pfx/drive_c/users/steamuser/AppData/Roaming/Vampire_Survivors
fi
Check if these paths are correct for you. If you installed the game on a different steam library than the default one, you have to adjust them! To tell steam to automatically run the script, before the game starts, add this to the launch options:
path/to/your/script.sh ; %command%
Again: use at your own risk. Any update may break this fix, so please test it carefully.