Good info Heavy, as I just got my G2 today.Of course
1) Enable WMR Motion Vector Reprojection.
C:\Steam\steamapps\common\MixedRealityVRDriver\resources\settings\default.vrsettings (or whichever drive your Steam library is located)
Code:// Motion reprojection doubles framerate through motion vector extrapolation // motionvector = force application to always run at half framerate with motion vector reprojection // auto = automatically use motion reprojection when the application can not maintain native framerate // disabled = turn off motion reprojection // // Comment out or remove this line to use the SteamVR settings for controlling motion reprojection "motionReprojectionMode" : "disabled",
Set that to :
Code:// Motion reprojection doubles framerate through motion vector extrapolation // motionvector = force application to always run at half framerate with motion vector reprojection // auto = automatically use motion reprojection when the application can not maintain native framerate // disabled = turn off motion reprojection // // Comment out or remove this line to use the SteamVR settings for controlling motion reprojection "motionReprojectionMode" : "auto",
...
I don't use Steam to start ED. I use the FD launcher for ED, so I don't need to change the "motionreprojectionmode" setting, right?
Or, I do need to change it for the other games I have in steam that are VR, and it won't mess up ED via the FD launcher?
Thanks.