This commit is contained in:
NotAKidoS 2023-07-11 22:53:11 -05:00
commit 80d172b9bd

View file

@ -4,24 +4,19 @@ This is a super fucked mix of DesktopVRIK, StateBehaviours, IKFixes, & IKTweaks
It is a personal project that I am unsure how far I will go with. Currently only Desktop VRIK works as that was easiest to implement. It is a personal project that I am unsure how far I will go with. Currently only Desktop VRIK works as that was easiest to implement.
This mod is partially built off of IKTweaks - GPLv3: This mod is partially built off of [IKTweaks - GPLv3](https://github.com/knah/VRCMods/tree/master/IKTweaks):
https://github.com/knah/VRCMods/tree/master/IKTweaks
(BodyHandling, MusclePoses) (BodyHandling, MusclePoses)
With a mix of DesktopVRIK: With a mix of [DesktopVRIK](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK):
https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK
(Desktop IK, VRIKHelpers, IKPose) (Desktop IK, VRIKHelpers, IKPose)
And a hint of StateBehaviours: And a hint of [StateBehaviours](https://github.com/NotAKidOnSteam/StateBehaviours/tree/main/Mod/StateBehaviours):
https://github.com/NotAKidOnSteam/StateBehaviours/tree/main/Mod/StateBehaviours
(BodyControl) (BodyControl)
Then finally IKFixes: Then finally [IKFixes](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/IKFixes):
https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/IKFixes
(Solver Weight Helpers) (Solver Weight Helpers)