Skip to content

Commit

Permalink
VOR example lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SutekhVRC committed Nov 9, 2023
1 parent f9f0a4d commit 5c40c15
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![Github All Releases](https://img.shields.io/github/downloads/SutekhVRC/VOR/total.svg)]()

Example setup of bHaptics and VRCFaceTracking with VOR [here]().

Questions and help: [SutekhVRC Discord](https://discord.gg/g6kUFtMtpw)

### Beta: Report bugs!
Expand Down
46 changes: 46 additions & 0 deletions docs/example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Example setup with VOR

The general idea of VOR is to send OSC data to multiple applications because VRChat cannot be configured to send to multiple ports.
An example setup using VOR with two other OSC applications that receive data from VRChat.

## Example setup

### Applications

In this example we will be setting VOR up with two commonly used applications:
- (bHaptics OSC application)[https://github.com/bhaptics/VRChatOSC]
- (VRCFaceTracking OSC application)[https://github.com/benaclejames/VRCFaceTracking]

### TLDR;

1. Add two apps in VOR with different app ports. (9100 & 9200)

2. In each app you are using, change their bind/listen/receive port to the respective app ports you set in the VOR application.

3. You are done `:)`

### Add your apps in VOR

1. Create an app for the bHaptics and VRCFaceTracking application.

#### bHaptics VOR

![Add bHaptics app to VOR](../images/bhapticsexampleapp.png)

#### VRCFaceTracking VOR

![Add VRCFaceTracking app to VOR](../images/vrcftexampleapp.png)

2. Set the bind/listen/receive port in each OSC application.

#### bHaptics Bind Port

![Change bHaptics bind port](../images/bhapticsbindport.png)

#### VRCFaceTracking Bind Port

![Change VRCFT bind port](../images/vrcftbindport.png)

3. Make sure all your configuration changes are saved in all apps.

4. Start your apps and VOR.
Binary file added images/bhapticsbindport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bhapticsexampleapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vrcftbindport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vrcftexampleapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c40c15

Please sign in to comment.