Skip to content

Releases: I5UCC/VRCThumbParamsOSC

v2.0.0 Beta 1

18 Oct 13:35
Compare
Choose a tag to compare

🢃 Download Release

Discord Support Server


v2.0.0b1 Changelog

  • Refactor and optimization of entire code base. The project got too big for one file so I split it into three. Better for readability and better if someones wants to contribute.
  • OSCQuery support! Just for listening to avatar change events.
  • Only sending Parameters when its needed/when they change. This needs some testing to avoid desyncronization with remote users.
  • The configurator now has a Mode option for every parameter. It has three modes:
    • "Send On Change" (Default) As the name might suggest, it sends a parameter only when it has changed from its previous value.
    • "Send On Positive" It sends a Parameter when it changes, but also continuosly sends Positive values every Poll.
    • "Always Send" This is like the old behaviour, just sends the parameters current state every Poll.
      image

Full Changelog: v1.3.2...v2.0.0b1

v1.3.2 Floating Parameters & Tracker Buttons

19 Sep 18:05
Compare
Choose a tag to compare

🢃 Download Release

Discord Support Server


v1.3.2 Changelog

  • Further optimization and documentation
    • only run floating logic when its needed
    • only query ControllerType every 10 seconds instead of every loop

v1.3.1 Changelog

  • Added a toggle feature to bool values, set the floating time to -1 to let the parameter act as a toggle.
  • Alot of code refactoring and optimizing.
  • fixed the program showing an older version that it actually is.

v1.3.0 Changelog

  • Fixed an issue with the new tracker values still being sent even tho they have been turned off.
  • Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
    image

v1.2.0 Changelog

  • Added support for all 8 trackers power buttons supported by VRChat! #10
    • Requires you to set up Tracker roles for your Trackers:
      Go to SteamVR-Settings > Manage Trackers and set up tracking roles for each tracker respectively:
      268513445-16f47092-6f8b-4de6-9d5d-118fc9135c29
    • New Parameters:
      • LeftFootTracker
      • RightFootTracker
      • WaistTracker
      • ChestTracker
      • LeftElbowTracker
      • RightElbowTracker
      • LeftKneeTracker
      • RightKneeTracker

Full Changelog: v1.1.0...v1.3.2

v1.3.1 Floating Parameters & Tracker Buttons

18 Sep 23:25
5bec448
Compare
Choose a tag to compare

🢃 Download Release

Discord Support Server


v1.3.1 Changelog

  • Added a toggle feature to bool values, set the floating time to -1 to let the parameter act as a toggle.
  • Alot of code refactoring and optimizing.
  • fixed the program showing an older version that it actually is.

v1.3.0 Changelog

  • Fixed an issue with the new tracker values still being sent even tho they have been turned off.
  • Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
    image

v1.2.0 Changelog

  • Added support for all 8 trackers power buttons supported by VRChat! #10
    • Requires you to set up Tracker roles for your Trackers:
      Go to SteamVR-Settings > Manage Trackers and set up tracking roles for each tracker respectively:
      268513445-16f47092-6f8b-4de6-9d5d-118fc9135c29
    • New Parameters:
      • LeftFootTracker
      • RightFootTracker
      • WaistTracker
      • ChestTracker
      • LeftElbowTracker
      • RightElbowTracker
      • LeftKneeTracker
      • RightKneeTracker

Full Changelog: v1.1.0...v1.3.1

v1.3.0 Floating Parameters & Tracker Buttons

18 Sep 19:31
Compare
Choose a tag to compare

🢃 Download Release

Discord Support Server


v1.3.0 Changelog

  • Fixed an issue with the new tracker values still being sent even tho they have been turned off.
  • Added a timer to most available values to "float" on the last value registered #9 "floating time" is measured in seconds.
    image

v1.2.0 Changelog

  • Added support for all 8 trackers power buttons supported by VRChat! #10
    • Requires you to set up Tracker roles for your Trackers:
      Go to SteamVR-Settings > Manage Trackers and set up tracking roles for each tracker respectively:
      268513445-16f47092-6f8b-4de6-9d5d-118fc9135c29
    • New Parameters:
      • LeftFootTracker
      • RightFootTracker
      • WaistTracker
      • ChestTracker
      • LeftElbowTracker
      • RightElbowTracker
      • LeftKneeTracker
      • RightKneeTracker

Full Changelog: v1.1.0...v1.3.0

v1.2.0 Tracker Power button support

17 Sep 15:59
Compare
Choose a tag to compare

v1.2.0 Changelog

  • Added support for all 8 trackers power buttons supported by VRChat! #10
    • Requires you to set up Tracker roles for your Trackers:
      Go to SteamVR-Settings > Manage Trackers and set up tracking roles for each tracker respectively:
      268513445-16f47092-6f8b-4de6-9d5d-118fc9135c29
    • New Parameters:
      • LeftFootTracker
      • RightFootTracker
      • WaistTracker
      • ChestTracker
      • LeftElbowTracker
      • RightElbowTracker
      • LeftKneeTracker
      • RightKneeTracker

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Trackpad force

05 Sep 16:22
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.1

v1.1.0 Changelog

  • Added Trackpad force for Index Controllers #8

v1.0.4-Beta

27 May 00:35
edfa285
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.4-Beta Changelog

  • #6 Added new Parameters:
    • LeftGrab (Boolean)
    • RightGrab (Boolean)
    • LeftGrabForce (Float)
    • RightGrabForce (Float)
    • on quest, all of these parameters are bound to the grip buttons

v1.0.3-Beta Changelog

  • Fixed StickMoved parameters
  • Fix Configurator Crash when ticking a Float parameter

v1.0.2-Beta Changelog

  • Fixes crashing when disabling touch bools
  • Fixes a small bug with the Configurator, where it read the wrong property for 2 parameters.
  • Set auto launch in SteamVR to ON by default on first launch (only on first launch)

v1.0.1-Beta Changelog

  • Added a "Reset OSC Config" button to the Configurator.
    image

v1.0.0-Beta Changelog

  • Rewrite of base code and configuration.
  • #5 Added Click action parameters.
  • Added Thumbstick position parameters
  • Added a Configuration UI. Run Configurator.exe to configure ThumbparamsOSC's Settings and Parameters

v1.0.3-Beta

25 May 22:48
Compare
Choose a tag to compare

Full Changelog: v1.0.2...main

v1.0.3-Beta Changelog

  • Fixed StickMoved parameters
  • Fix Configurator Crash when ticking a Float parameter

v1.0.2 Changelog

  • Fixes crashing when disabling touch bools
  • Fixes a small bug with the Configurator, where it read the wrong property for 2 parameters.
  • Set auto launch in SteamVR to ON by default on first launch (only on first launch)

v1.0.1 Changelog

  • Added a "Reset OSC Config" button to the Configurator.
    image

v1.0.0-Beta Changelog

  • Rewrite of base code and configuration.
  • #5 Added Click action parameters.
  • Added Thumbstick position parameters
  • Added a Configuration UI. Run Configurator.exe to configure ThumbparamsOSC's Settings and Parameters

v0.5.0

16 May 23:37
Compare
Choose a tag to compare

Added 4 new Float Parameters:

  • LeftTrackPadX
  • LeftTrackPadY
  • RightTrackPadX
  • RightTrackPadY

The Trackpad Parameters range from -1.0 to 1.0. you can think of it like a coordinate system, with the middle of the Trackpad being the origin. These parameters are only available on Index Controllers.

Full Changelog: v0.4.4...v0.5.0

ThumbParamsOSCv0.4.4

27 Dec 22:21
01f0efc
Compare
Choose a tag to compare

Fixed a bug that "StickMoveTolerance" wasnt used.