From 1f7a54ec7c479021ac5e575d56e4f69f0c202d7d Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:18:36 -0500 Subject: [PATCH] HeadLookLockingInputFix: Updated README --- HeadLookLockingInputFix/Properties/AssemblyInfo.cs | 4 ++-- HeadLookLockingInputFix/README.md | 4 ++-- HeadLookLockingInputFix/format.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HeadLookLockingInputFix/Properties/AssemblyInfo.cs b/HeadLookLockingInputFix/Properties/AssemblyInfo.cs index 7ade330..e3a0868 100644 --- a/HeadLookLockingInputFix/Properties/AssemblyInfo.cs +++ b/HeadLookLockingInputFix/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ using System.Reflection; [assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -[assembly: MelonColor(255, 125, 126, 129)] -[assembly: MelonAuthorColor(255, 158, 21, 32)] +[assembly: MelonColor(255, 246, 25, 99)] // red-pink +[assembly: MelonAuthorColor(255, 158, 21, 32)] // red [assembly: HarmonyDontPatchAll] namespace NAK.HeadLookLockingInputFix.Properties; diff --git a/HeadLookLockingInputFix/README.md b/HeadLookLockingInputFix/README.md index 8a46af2..08e8dd5 100644 --- a/HeadLookLockingInputFix/README.md +++ b/HeadLookLockingInputFix/README.md @@ -1,6 +1,6 @@ -# IKSimulatedRootAngleFix +# HeadLookLockingInputFix -Fixes a small issue with Desktop & HalfBody root angle being incorrectly calculated while on rotating Movement Parents. If you've ever noticed your body/feet insisting on facing opposite of the direction you are rotating, this fixes that. +Fixes a bug where pressing the head look locking key (ALT) while in VR with the game window focused and a menu open would disable input and soft-lock you. --- diff --git a/HeadLookLockingInputFix/format.json b/HeadLookLockingInputFix/format.json index cd1c36b..2e45be9 100644 --- a/HeadLookLockingInputFix/format.json +++ b/HeadLookLockingInputFix/format.json @@ -6,7 +6,7 @@ "loaderversion": "0.6.1", "modtype": "Mod", "author": "NotAKidoS", - "description": "Fixes a bug where pressing the head look locking key (ALT) while in VR with the game window focused would disable input and soft-lock you.", + "description": "Fixes a bug where pressing the head look locking key (ALT) while in VR with the game window focused and a menu open would disable input and soft-lock you.", "searchtags": [ "input", "locked",