tappi287 / rf2_video_settings

Create presets of your rFactor 2 settings and quickly change between performance focused VR setup or an eye-candy favoured Replay setup.
https://sim-site.netlify.app/blog/2021-02-20-rfactor-2-settings-widget
MIT License
16 stars 2 forks source link

vrperfkit support? #17

Open thiagodpaz opened 1 year ago

thiagodpaz commented 1 year ago

Hi,

Firstly, thanks for this brilliant tool!

I noticed it supports both fsr/ffr mods by fholger, but they cannot be used in conjunction due to the way they are installed (both override the openvr_api.dll).

Sometime later fholger parked those projects and created the vrperfkit mod, which combines both functionalities and has been working really well for me in rFactor2.

I noticed the widget source code mentions the vrperfkit, but there is no option in the UI. Is it possible to support it? https://github.com/tappi287/rf2_video_settings/blob/master/open_vr_mod/mod/vrperfkit_mod.py

If so, I wonder if it will conflict with reshade/VRToolKit, as both are based on dxgi.dll injection. If there is a way to use both, I have high expectations that it will provide the best performance and visual quality results.

Cheers, and keep up the good work!

tappi287 commented 1 year ago

Hi, thank you, glad that you find it useful! Yes it would conflict with VRToolkit installation. While it would be possible to implement via another dll name, I'm afraid I won't find the time to implement and maintain it. Please feel free to poke someone to do it or implement it yourself and send a PR.