Releases: I5UCC/VRCThumbParamsOSC
Releases · I5UCC/VRCThumbParamsOSC
ThumbParamsOSCv0.4.3
- Refactored code
- Added new parameters:
-- LeftStickMoved (bool)
-- RightStickMoved (bool)
-- RightStickUp (bool)
-- RightStickDown (bool)
ThumbParamsOSCv0.4.2
- The ControllerType Parameter now only sends 0 if the controller isnt recognized. Index is still value 1 and Oculus/Meta Quest is now value 2.
- Added option to change polling rate in the configuration (25 Hz by default)
ThumbParamsOSCv0.4.1
ThumbParamsOSCv0.4.0
Added vrmanifest file to allow auto starting with SteamVR
ThumbParamsOSCv0.3.2
Changes in this release
- Issue #2
- Seperated config files into config.json and ovrConfig.json.
- Implemented the ability to disable all three Parameter types Ints/Floats/Bools.
- Implemented the ability to disable all of Parameters individually in the config.json file.
ThumbParamsOSCv0.3.1
No real changes to v0.3.0.
Build with cx_freeze instead of pyinstaller, just a bit cleaner.
ThumbParamsOSCv0.3.0
- Added Bool Parameters
- Clean code and optimization of built files
VRCThumbParamsOSC v0.2.2
Added unexpected exception check
VRCThumbParamsOSC v0.2.1
refactor