DXVK wrapper for DNF2001.
Contents:
- DLL wrappers;
- Modified Engine.dll to have uncapped framerate without speeding up the game;
- dxvk.conf including these settings:
dxvk.hud = fps - Shows the framerate (remove it or uncomment it if you don't want to see it)
d3d9.maxFrameRate = 9999 - Framerate cap (set the one you want, can be 144, 120, 60, etc...)
d3d9.samplerAnisotropy = 16 - Forces 16x Anisotropic Filtering
d3d9.forceSwapchainMSAA = 8 - Forces 8x Multisample Antialiasing

Special thanks to @Xinerki 