Releases: OrendCross/LinkFT.BabbleTongueIntegration
Releases · OrendCross/LinkFT.BabbleTongueIntegration
1.0.8-BabbleTongueIntegration
This repository is a combination of the LinkFT and Project Babble VRCFaceTracking modules, to incorporate Project Babble's tongue tracking with that of the Quest Pro's / Steam Link's facial tracking.
Initial Changes:
- Added my forked version of the Project Babble Module with everything but tongue tracking removed as a submodule.
- Removed and replaced any reference to tongue tracking in the LinkFT Module with that of the Babble Module.
- Incorporated the Babble Module's startup and teardown commands into the LinkFT Module so they can be ran simultaneously.
- Incorporated ILRepack into the Visual Studio Solution such that the two DLLs will be automatically merged when the project is built.
- Changes to the module.json file for more uniqueness, but particularly changing the ModuleID to a random UUID so it won't conflict with the vanilla installation of LinkFT Module.
- Changes to ModuleUpdate.py to remove auto-incremented versioning, as this fork will only be adding Babble Tongue support.