
Kai Nickson
Published
Some achievements don't unlock in the latest patch. This is a problem that is present even when running the game natively on Windows. The usual fix for this is to change the version (through the beta program) to an older version. These older versions however don't seem to work in Proton.
There a few bugs related to high framerates (more then 60) that can make vehicles very slow (among other things). I don't know if this is specific to Proton or is also the case under Windows? The fix was to force the game to limit the amount of fps generated. There are guides out there that explain how to do this in detail.
maintaining 60fps was difficult even on low settings but very playable and had a couple of freezes that took a while.
Framerates often went beneath 60 fps even with low settings. Game froze a couple of time for a few minutes and continued then.
For Data Transfer functionality I made it work via this guide: https://github.com/ValveSoftware/Proton/issues/1471#issuecomment-453780378
I made some changes to the script explained in the guide to make it work on my setup, the other steps are still fine:
#!/bin/sh
WINEPREFIX="/path/to/steamfolder/steamapps/compatdata/601510/pfx" WINEESYNC=1
exec /path/to/steamfolder/steamapps/common/Proton\ 6.3/dist/bin/wine /path/to/steamfolder/steamapps/common/Yu-Gi-Oh!\ Duel\ Links/takeover/DuelLinksTakeOver.exe "$@"