v2.1.2
v2.1.2
- switched to the mode "always" by default. It will now behave like pre v2 by default to keep compatibility.
- read more on how to reduce OSC traffic in #decreasing-osc-traffic
- fix a bunch of configurator issues for xinput parameters
- fix configurator issue for float parameters that didn't let you change the floating value.
- Added a first launch message, this only pops up once.
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.2 v2.1.1...v2.1.2