

DXVK_FRAME_RATE=60 %command%
Game runs perfect, though I recommend adding a custom dxvk.conf
file in the folder with the game's EXE, with the single line: dxgi.syncInterval = 1
. On my display this locks the game to 60fps
Use dxvk.conf
file with this line to choke the game's FPS down to 60fps: dxgi.syncInterval = 1
. The framerate runs incredibly high on Windows and Linux and is a common complaint with the game.
Out of the box, the game runs at about 800fps+ for me. This puts a lot of strain on the GPU, and isn't necessary. To fix this, I create a dxvk.conf
file to limit the game's framerate to my refresh rate; 60fps. To do this, go to your game's local files and create a file called dxvk.conf
. Inside, add dxgi.syncInterval=1
. Now, the game will be limited to 60fps. However, this will slow down how fast you unlock the game's "achievements." If you really want them, leave the game running at the highest framerate and then cap it.
Optionally limit framerate with aforementioned DXVK tweak. The game's so-called "achievements" also work...