v2.1.1
v2.1.1
- Clear VRChats OSC cache on first startup.
- Clean up some dependencies.
- Add to controllertype when both a SteamVR controller and an XInput controller are connected.
- So Index+Xinput will send a value of 11 and Quest+Xinput a value of 12
v2.1.0
v2.1.0b1
- XInput Controller OSC by @qbitzvr in #12
- Fix an error related to non existent arguments
- Added parameters:
Parameter | Type |
---|---|
XInputAButton | bool |
XInputBButton | bool |
XInputXButton | bool |
XInputYButton | bool |
XInputLeftThumbstick | bool |
XInputRightThumbstick | bool |
XInputLeftBumper | bool |
XInputRightBumper | bool |
XInputBackButton | bool |
XInputStartButton | bool |
XInputLeftDPad | bool |
XInputRightDPad | bool |
XInputUpDPad | bool |
XInputDownDPad | bool |
XInputLeftTrigger | float |
XInputRightTrigger | float |
XInputLeftStickMoved | bool |
XInputRightStickMoved | bool |
XInputDPadMoved | bool |
Full Changelog: v2.0.0b2...v2.1.1