From 529105feac6bfb292f250e40db877a18b8c0f866 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:18:43 -0500 Subject: [PATCH] add funny settings --- DesktopVRIK/Main.cs | 3 +++ DesktopVRIK/format.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DesktopVRIK/Main.cs b/DesktopVRIK/Main.cs index cc3ed1c..c7739b4 100644 --- a/DesktopVRIK/Main.cs +++ b/DesktopVRIK/Main.cs @@ -97,6 +97,9 @@ public class DesktopVRIKMod : MelonMod // Integration Settings DesktopVRIKSystem.Instance.Setting_IntegrationAMT = EntryIntegrationAMT.Value && integration_AMT; + + // Funny Settings + DesktopVRIKSystem.Instance.Setting_ProneThrusting = EntryProneThrusting.Value; } void OnUpdateSettings(object arg1, object arg2) => UpdateAllSettings(); diff --git a/DesktopVRIK/format.json b/DesktopVRIK/format.json index a51be6a..f1305c7 100644 --- a/DesktopVRIK/format.json +++ b/DesktopVRIK/format.json @@ -1,7 +1,7 @@ { "_id": 117, "name": "DesktopVRIK", - "modversion": "4.1.4", + "modversion": "4.1.5", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", @@ -17,7 +17,7 @@ "requirements": [ "BTKUILib" ], - "downloadlink": "https://github.com/NotAKidOnSteam/DesktopVRIK/releases/download/v4.1.4/DesktopVRIK.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/DesktopVRIK/releases/download/v4.1.5/DesktopVRIK.dll", "sourcelink": "https://github.com/NotAKidOnSteam/DesktopVRIK/", "changelog": "- No longer requires AvatarMotionTweaker.\n- No longer piggybacks on IKSystem/PlayerSetup.\n- Tweaks to Locomotion & IKSolver weight blending.\n\n DesktopVRIK will now handle VRIK Locomotion weight instead of relying on CVR & AMT to handle it. This means LeapMotionExtension, PickupArmMovement, and CVRLimbGrabber will now work while in crouch/prone.", "embedcolor": "9b59b6"