From 62d118ce466bfe25d70e426f37ff34072b626d13 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Sat, 8 Apr 2023 01:15:11 -0500 Subject: [PATCH] fix upper leg nerds --- IKFixes/HarmonyPatches.cs | 2 +- IKFixes/format.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IKFixes/HarmonyPatches.cs b/IKFixes/HarmonyPatches.cs index bd2c767..b5d04f1 100644 --- a/IKFixes/HarmonyPatches.cs +++ b/IKFixes/HarmonyPatches.cs @@ -35,7 +35,7 @@ internal static class BodySystemPatches trackingPoint.offsetTransform.localRotation = Quaternion.identity; trackingPoint.offsetTransform.parent = trackingPoint.referenceTransform; - Vector3 b = IKSystem.vrik.references.root.forward * 0.5f; + Vector3 b = IKSystem.vrik.references.root.forward * 0.1f; trackingPoint.offsetTransform.position += b; } } diff --git a/IKFixes/format.json b/IKFixes/format.json index a800d3f..062c326 100644 --- a/IKFixes/format.json +++ b/IKFixes/format.json @@ -1,5 +1,5 @@ { - "_id": -1, + "_id": 142, "name": "IKFixes", "modversion": "1.0.0", "gameversion": "2022r170",