mm0zct / Oculus_Touch_Steam_Link

SteamVR driver to enable Oculus Touch controllers with other headsets
MIT License
57 stars 18 forks source link

Auto launcher & show sensors #5

Open ReadieFur opened 2 years ago

ReadieFur commented 2 years ago

This PR adds the functionality to have ovr_test automatically launch with SteamVR. This does however require that the ovr_test.exe remains two directorys above the driver dll but that should always remain there. To set the launch arguments, there will be a file called args.txt which you just specify the arguments as you normally would on the command line.

mm0zct commented 2 years ago

I need to review this properly on a computer to make sure I'll happy with it all, but it looks fine in principle. It does conflict slightly with my personal use mode which is to use the running/not running of the external part as an easy way to not run the driver but it's probably better for most users.

ReadieFur commented 2 years ago

You could always add in a setting to disable the autolauncher, just get the driver to read from the steamvr settings file

ReadieFur commented 2 years ago

My latest commit 0e16b34 adds a basic feature that just displays where the Oculus sensors are in OpenVR space.