Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
dxvk is a DirectX to Vulkan translator that hooks all the DirectX API calls and converts them to the Vulkan API. Download the dxvk.tar.gz, extract with 7zip or whatever other compression software you prefer, then place the DLLs in dxvk-2.0\x32 into the TQ directory (same directory as TQ.exe). Note, the game might be a bit stuttery at first because dxvk will build a shader cache.
dxvk Github: https://github.com/doitsujin/dxvk/releases
Also, the latest version of dxvk only supports GPU drivers supporting the latest Vulkan API features. I think you'll be fine, since you're GPU must be fairly new to be using a G-sync monitor.
ONE ISSUE: I've noticed dxvk can crash the game if I change settings in the graphics options. Make sure you have your graphics settings set to whatever you want before installing dxvk. If you want to change the graphics settings after, you'll need to remove the dxvk DLLs first.
Thanks for the detailed advice, I will definitely try it!
Thanks again, it's working! Now I can use g-sync and dx11 together and everything works as expected :) You are a wizard!
I have a bug not with 60Hz, but with 50Hz. However, if the game is set to display windowed borderless mode, then the problem goes away. I personally have this bug only in full screen mode
I don't have any issues with a 60 FPS lock. Due to how dxvk works, I wouldn't be surprised if there are some hardware and/or driver specific issues. It works great for me, though, so I thought it worth recommending. Without dxvk, TQ AE constantly wanted to lock at 30 FPS and had some weird frame pacing issues. dxvk resulted in smooth 120 FPS.
Having it locked at 60hz is a huge deal, kinda makes having variable refresh rate redundant. Glad you got it working though, there's also another fix if you want it to make it work in Fullscreen mode, it's listed here:
https://github.com/doitsujin/dxvk/issues/2607