You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch exception for emulator tool not being installed
- Try/except for attempting to use the gamepad tool without the program installed.
- Added info to readme info for controller emulation
- Fixed spelling mistake fixes that would disappoint everyone everywhere.
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OSCLeash
2
2
3
-
Hi, sorry, I swear I'm not a dissapointment to my parents. This is NOT user friendly yet. <br />
3
+
Hi, sorry, I swear I'm not a disappointment to my parents. This is NOT user friendly yet. <br />
4
4
A "simple" system to make a functional "Leash" in VRchat using OSC as an input controller. <br />
5
5
Could be adapted to any pullable physbone; EG: A tail. <br />
6
6
If you're smarter and want to improve this code, by all means, PLEASE do so.
@@ -29,7 +29,8 @@ Output those two values back to VRC and boom, you're moving in the direction of
29
29
30
30
As with RavenBuilds's take on the OSCLeash, using OSC as an input for movement causes you arms to be locked into desktop pose, please slap some support onto this canny! https://feedback.vrchat.com/feature-requests/p/osc-locks-arms
31
31
32
-
**TEMPORARY WORKAROUND**: Set "XboxJoystickMovement" to true in the config file. Instead of outputting movement with OSC, this will emulate an Xbox controller joystick! Skipping over the above issue enitely. Might break, dunno. This will probably be removed when VRC fixes the issue. You'll hear a little windows connect noise if you've done it right. Make sure to select the VRC window so the inputs are output correctly.
32
+
**TEMPORARY WORKAROUND**: Set "XboxJoystickMovement" to true in the config file. Instead of outputting movement with OSC, this will emulate an Xbox controller joystick! Skipping over the above issue enitely. This will probably be removed when VRC fixes the issue. Check the extra steps in setup for this.
33
+
33
34
34
35
##
35
36
@@ -55,10 +56,15 @@ Requires VRC3 Avatar SDK.
55
56
5. The position constrain source on `Aim Target` should be assigned to the last bone of your leash.
56
57
6. If your phybone is off center, copy the constraint from above and paste it on the root of the prefab. The source should be the origin of your leash.
57
58
7. Make sure to reset OSC in the radial menu if this is being retrofit as an update to an avatar.
58
-
8. Run program & enjoy. If using the temporary xbox input workaround, make sure to select the VRC window.
59
+
8. Run program & enjoy.
59
60
60
61
There will be a setup guide later.
61
62
63
+
**If using executable with temporary xbox input workaround**
64
+
- You need this installed https://github.com/ViGEm/ViGEmBus/releases
0 commit comments