Skip to content

Simulate device names for any SteamVR driver to increase compatiblity

License

Notifications You must be signed in to change notification settings

schellingb/PseudoVive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PseudoVive

This driver for SteamVR/OpenVR forces any loaded device driver to return Vive model names for HMD and controllers so that any application with an explicit check for it runs regardless of the used VR headset or motion controller.

Install

  1. Download the archive from here.

  2. Right click SteamVR in the Tools or VR section in the Steam library. Click on 'Local Files' and then 'Browse Local Files...'.

  3. Extract the '2vive' folder from the PseudoVive master ZIP into the 'drivers' folder of SteamVR.

  4. Restart SteamVR

You can check if the installation was successful by opening the 'Create System Report' window with the SteamVR menu or by right-clicking the SteamVR systray icon. Then under the 'Devices' tab it should list your devices with a different model name.

Toggle Variation

This repository also includes a variation of the driver inside the '2vive_toggle' folder.

If you extract the '2vive_toggle' folder instead of '2vive' you will have a 'PV' icon next to the SteamVR icon in the windows system icon tray. This 'PV' icon allows you to activate and deactivate PseudoVive at runtime.

Make sure not to extract both '2vive' and '2vive_toggle' into the 'drivers' folder of SteamVR.

Notes

SteamVR loads its drivers in alphabetical order so our driver is named in a way that makes sure it is loaded first (with a leading number).

Even though the PseudoVive driver itself does not offer any devices, it makes sure that all drivers loaded after it will return the forced device model names.

So far it only changes the values for 'ManufacturerName' and 'ModelNumber' which seems enough for the applications that are out there at the moment. In theory a more elaborate check could be made that checks the format of the serial number or other fields.

Dependencies

License

PseudoVive is available under the zlib license.

About

Simulate device names for any SteamVR driver to increase compatiblity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages