From a47e1d8ce739310d1e529c70aaf9256e7b08f9cd Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:35:06 -0500 Subject: [PATCH] format --- IKFixes/Main.cs | 2 +- IKFixes/format.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IKFixes/Main.cs b/IKFixes/Main.cs index 779dcb7..59ab31b 100644 --- a/IKFixes/Main.cs +++ b/IKFixes/Main.cs @@ -8,7 +8,7 @@ public class IKFixesMod : MelonMod public static readonly MelonPreferences_Category CategoryIKFixes = MelonPreferences.CreateCategory(SettingsCategory); public static readonly MelonPreferences_Entry EntryUseFakeRootAngle = - CategoryIKFixes.CreateEntry("Use Fake Root Angle", false, description: "Emulates maxRootAngle. This fixes feet pointing in direction of head when looking around."); + CategoryIKFixes.CreateEntry("Use Fake Root Angle", true, description: "Emulates maxRootAngle. This fixes feet pointing in direction of head when looking around."); public static readonly MelonPreferences_Entry EntryFakeRootAngleLimit = CategoryIKFixes.CreateEntry("Fake Root Angle Limit", 25f, description: "Specifies the maximum angle the lower body can have relative to the head when rotating."); diff --git a/IKFixes/format.json b/IKFixes/format.json index c4a5834..828ef8c 100644 --- a/IKFixes/format.json +++ b/IKFixes/format.json @@ -6,7 +6,7 @@ "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", - "description": "A few small fixes to IK.\n\nFixed knee tracking, running animations while in FBT, emotes playing in wrong direction in FBT, being forced to calibrate if all IK Tracking Settings are disabled, and for those not in FBT, VRIK locomotion footsteps on movement parents.", + "description": "A few small fixes to IK.\n\nFBT - Fixes knee tracking & running animations.\nHalfbody - Fixes footsteps on MovementParent & uses root angle offset to prevent feet from only pointing in head direction.", "searchtags": [ "knee", "ik", @@ -18,6 +18,6 @@ ], "downloadlink": "https://github.com/NotAKidOnSteam/IKFixes/releases/download/v1.0.2/IKFixes.dll", "sourcelink": "https://github.com/NotAKidOnSteam/IKFixes/", - "changelog": "Initial Release", + "changelog": "- Initial Release\n- Added FakeRootAngle fix for Halfbody. Feet will no longer only point in the direction of head while looking around/turning.", "embedcolor": "f46e49" } \ No newline at end of file