✨ VRCFT Release 2.6.0
This new version of VRCFT introduces a new parameter type! Binary Parameters!
Binary Parameters use base 2 to save space on networking parameters, while maintaining the smoothness of a prioritized float using animator smoothing. They can be somewhat of a pain to set up, but allow for seemingly infinite customiseability of parameters, down to their data size. Use them to create tongue tracking that's accurate to 262143 values, or create a smile that's only accurate to 7, its completely up to you!
More info on binary parameters can be found in the documentation. Many thanks to @regzo2 for the initial creation of these parameters and for guidance on making them infinitely scalable!
What's Changed
- Launching VRChat in Administrator will now display a live camera feed from the vive pro eye, instead of the traditional eye indicators.
- Most parameters are now encompassed under the EParams class, meaning these parameters can be a binary param, float param, or a bool param depending on what you set up on your avatar. You decide!
- Combine TongueSteps 1 and 2 by @holadivinus in #70
- Implement PositiveNegativeAveragedShape and use it to implement combined left/right parameters by @AeroScripts in #73
- Fixed SRanipal not honoring the quickmenu tracking toggles.
- Vastly improved wiki and documentation by @Adjerry91
Full Changelog: v2.5.1...v2.6.0