Skip to content

Commit

Permalink
Added configs for Old bhaptics and new VRCFT (post ui update)
Browse files Browse the repository at this point in the history
  • Loading branch information
SutekhVRC committed Apr 4, 2023
1 parent c2868a1 commit 5defcb8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Premade-Configs/Apps/VRCFaceTracking/LocalSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"AppBackgroundRequestedTheme":"\"Dark\"","OSCAddress":"\"127.0.0.1\"","OSCInPort":"9100","OSCOutPort":"9000"}
1 change: 1 addition & 0 deletions Premade-Configs/Apps/VRCFaceTracking/VOR-VRCFT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"app_port":"9100","app_host":"127.0.0.1","app_name":"VRCFT"}
14 changes: 14 additions & 0 deletions Premade-Configs/Apps/bHaptics/Connection.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[OscReceiver]
# Port for the OSC Receiver. (0 - 65535)
Port = 9200

[OscSender]
# If the OSC Sender is Enabled.
Enabled = false
# IP Address for the OSC Sender.
IP = "127.0.0.1"
# Port for the OSC Sender. (0 - 65535)
Port = 9000
# If the OSC Sender should pipe ALL packets and not just the ones bHapticsOSC understands.
PipeAllPackets = false

1 change: 1 addition & 0 deletions Premade-Configs/Apps/bHaptics/VOR-bHaptics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"app_port":"9200","app_host":"127.0.0.1","app_name":"bHaptics"}

0 comments on commit 5defcb8

Please sign in to comment.