A bridge application to enable H.O.V.R. to work in VRChat using OSC or Resonite using a WebSocket.
This was forked from VRC-Haptic-Pancake and rebranded using H.O.V.R.'s branding but is still compatible with it.
You can either buy H.O.V.R. here for US$39 + shipping if you live in North America or you can make it yourself.
Avatar setup is a drag and drop using VRCFury and a prefab available here.
You can download the latest version from the Releases of here directly.
Then just put HOVR-Bridge.exe in a folder and run it.
Put manifest.vrmanifest in the same folder as HOVR-Bridge.exe and run it with SteamVR. Then go in SteamVR Startup/Shutdown settings and you can set it so that it runs automatically with SteamVR.
You can use VRCX's App Launcher in its advanced settings to automatically launch the HOVR-Bridge with VRChat.
If you want to build the software yourself, simply clone the repo, run pip install -r BridgeApp\requirements.txt
, run pip install pyinstaller
, then just run .\build.bat
to build the app.
The resulting binary will be at dist\HOVR-Bridge.exe
- This app has been forked from VRC-Haptic-Pancake by Z4urce.
- The license is the GNU General Public License from the original project.