-
Notifications
You must be signed in to change notification settings - Fork 5
Use the 'Haptic Pancake Bridge' app
Z4urce edited this page Jan 28, 2024
·
2 revisions
Find the newest version on the Releases page. Download the .exe file from there.
You can either execute the downloaded .exe file or run the BridgeApp/main.py
using Python.
BridgeApp/main.py
in this case.
Match the trackers with the declared parameters. You can press the 'Test' button to send them a short vibration.
- Vibration Intensity: Defines the pulse length sent to trackers in ms.
- Vibration Pattern: Introduces variety into the vibration and prevents drifting. You can chose from several proximity and velocity based patterns.
-
OSC Address: Should be
/avatar/parameters
+ the parameter you added to your avatar - Intensity Multiplier: Allows you to set different vibration intensity to different trackers
- Test button: Sends a half second long pulse to the tracker
Everything should work now as intended. Enjoy!
- Does the Test button work?
- No - Try increasing the multiplier. If nothing changes, the motor does not seem to be connected to the tracker. Check contacts once again.
- Yes - If the Test button works, but you don't feel anything, try different patterns with different intensities. If this yields no result, check the OSC Listener's address and port. VRChat's default is
127.0.0.1
at9001
so unless you are using an OSC Bridge, this should definitely work. The only thing that can be faulty after this is your avatar's parameters. Please double check them in the json file found in your AppData foler.