Skip to content

v2.1.1

Compare
Choose a tag to compare
@I5UCC I5UCC released this 05 Mar 03:50
· 25 commits to main since this release
3abbfb6

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

  • Use pyglet backend for xinput controller by @qbitzvr in #15
    • Fixes blocking code / High CPU usage

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