aruametello / openxr_loader-dll-proxy

OpenXR DLL proxy to tweak controler position and rotation offsets
7 stars 0 forks source link

Any chances to make this work with SteamVR ? #2

Open jpdery opened 9 months ago

jpdery commented 9 months ago

I've been looking for a tool like this for a while. Unfortunately, the game I play (Population: One) does not have a openvr_loader.dll file. I wonder if this would be possible to port for SteamVR ?

Thanks

aruametello commented 9 months ago

by steamvr you meant openVR? (i am assuming you did, openVR is mostly designed by valve)

Could be? yes, but it would be a near full rewrite of the code as close to building a separate project.

95% of the current code is stuff very specific to OpenXR dll that does not translate into an useful OpenVR "dll" proxy.

its unlikely i will do this myself. (lack of free time)

also "dll proxies" are too intrusive and dont work on cheat protected games. (Population one uses EAC? i dunno)

jpdery commented 8 months ago

Hi,

Thanks for taking the time to answer me. This is right, I meant OpenVR. I totally understand the lack of time to build something like this.

Population: One does not use an anti-cheat as far as I'm aware.

I guess I'll take a look at OpenVR Input Emulator as it is able to change poses (however it creates massive stutters with VD). Maybe I could extract the parts that I need and make it work properly.

Thanks