mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-20 21:48:02 +00:00
[NAK_CVR_Mods] Unfucked for 2026r182
This commit is contained in:
parent
c13dc8375a
commit
281403d68b
209 changed files with 3936 additions and 1122 deletions
|
|
@ -4,6 +4,7 @@ using ABI_RC.Core.Savior;
|
|||
using ABI_RC.Systems.ChatBox;
|
||||
using ABI_RC.Systems.GameEventSystem;
|
||||
using ABI_RC.Systems.IK;
|
||||
using ABI_RC.Systems.Movement;
|
||||
using ABI.CCK.Components;
|
||||
using HarmonyLib;
|
||||
using MelonLoader;
|
||||
|
|
@ -109,7 +110,7 @@ public class DesktopInteractionsMod : MelonMod
|
|||
if (MetaPort.Instance.isUsingVr) return;
|
||||
|
||||
bool isTyping = EntryTypingGesture.Value && ChatBoxManager.Instance.LocalPlayerBubble.IsTypingIndicatorActive;
|
||||
bool isZooming = EntryZoomGesture.Value && CVR_DesktopCameraController.GetCurrentZoomModifier() > 0.25f;
|
||||
bool isZooming = EntryZoomGesture.Value && BetterBetterCharacterController.Instance.CharacterLook.GetCurrentZoomModifier() > 0.25f;
|
||||
|
||||
_leftArmController.SetInfluence(10, isTyping, _calibratedEarIKTargetTransform);
|
||||
_leftArmController.SetInfluence(5, isZooming, _calibratedLeftEyeIKTargetTransform);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue