https://youtu.be/iYoVv26BGtQ
FPS drops to 36 in some spots, but the MT theoretical FPS is 97 when that happens. I have the DCS settings cranked pretty high. At higher altitudes, I get FPS in the 70s and 80s.
I created a batch script to start DCS:
#delete data that might hinder MT
rd /s /q "C:\Users\<user>\AppData\Local\Temp\DCS.openbeta"
#probably not necessary. working correctly w/o deleting
rd /s /q "C:\Users\<user>\Saved Games\DCS.openbeta\fxo"
rd /s /q "C:\Users\<user>\Saved Games\DCS.openbeta\metashaders2"
#start DCS with high cpu priority
%windir%\system32\cmd.exe /c start /high "" "D:\DCS World OpenBeta\bin-mt\DCS.exe" --force_OpenXR
I have a shortcut that points to the batch file.