pottedmeat7 / OpenVR-WalkInPlace

An OpenVR driver that applies virtual movement using a pedometer
GNU General Public License v3.0
110 stars 17 forks source link

Allow to select more then 1st and 2nd controllers #11

Closed skatardude10 closed 6 years ago

skatardude10 commented 6 years ago

I have never been able to get walking in this app before. I have gone through your troubleshooting steps and still no dice, but I think I know why this is...

When selecting 2nd controller, I can get a response from games that use both controllers for movement... but only on my first controller.

In input emulator, my controllers show up as devices 3 and 4, or 7 and 8 when running driver4vr. If I could select the device number from the list of available devices in input emulator instead of 1st or 2nd controller, I am pretty sure it would work... assuming first and second controllers are statically assigned to devices 1 and 2 or 2 and 3 or something along those lines.

pottedmeat7 commented 6 years ago

This driver filters out specifically controller devices. It doesnt look at the number or order of the device. It then takes the first two controllers (make sure you only have two or you might have issues) then the dropdown will loop through those two options. I don't have the "identify" feature with haptic feedback because it takes adding and triggering another (somehwhat buggy) feature through the driver system.