From 5df3b4f8e53bd5c601a38cc245a72a1db3fe852a Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:54:53 -0500 Subject: [PATCH] Update README.md --- AlternateIKSystem/README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/AlternateIKSystem/README.md b/AlternateIKSystem/README.md index e405d55..8b41064 100644 --- a/AlternateIKSystem/README.md +++ b/AlternateIKSystem/README.md @@ -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. -This mod is partially built off of IKTweaks - GPLv3: -https://github.com/knah/VRCMods/tree/master/IKTweaks +This mod is partially built off of [IKTweaks - GPLv3](https://github.com/knah/VRCMods/tree/master/IKTweaks): (BodyHandling, MusclePoses) -With a mix of DesktopVRIK: -https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK +With a mix of [DesktopVRIK](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK): (Desktop IK, VRIKHelpers, IKPose) -And a hint of StateBehaviours: -https://github.com/NotAKidOnSteam/StateBehaviours/tree/main/Mod/StateBehaviours +And a hint of [StateBehaviours](https://github.com/NotAKidOnSteam/StateBehaviours/tree/main/Mod/StateBehaviours): (BodyControl) -Then finally IKFixes: - -https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/IKFixes +Then finally [IKFixes](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/IKFixes): (Solver Weight Helpers)