Add testing local NetIK pass.

i wanted to compare proper lowerleg fix vs funni netik pass fix.
This commit is contained in:
NotAKidoS 2023-05-18 23:34:05 -05:00
parent a3cee41021
commit e070d86894
2 changed files with 37 additions and 0 deletions

View file

@ -28,6 +28,10 @@ public class IKFixes : MelonMod
public static readonly MelonPreferences_Entry<bool> EntryAltElbowDirection =
Category.CreateEntry("Alt Elbow Direction", true, description: "Should bodyRotation be reset to identity when muscleupdate happens? Should fix chest tracking & tpose while running.");
public static readonly MelonPreferences_Entry<bool> EntryNetIKPass =
Category.CreateEntry("Network IK Pass", true, description: "Should NetIK pass be run?");
public override void OnInitializeMelon()
{
ApplyPatches(typeof(HarmonyPatches.VRIKPatches));