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);
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@ Adds IK-driven hand gestures to your avatar in Desktop: earpiece grab (GMOD-styl
|
|||
|
||||
---
|
||||
|
||||
Here is the block of text where I tell you this mod is not affiliated with or endorsed by ABI.
|
||||
https://documentation.abinteractive.net/official/legal/tos/#7-modding-our-games
|
||||
Here is the block of text where I tell you this mod is not affiliated with or endorsed by ChilloutVR.
|
||||
https://docs.chilloutvr.net/official/legal/tos/#6-modding-our-game
|
||||
|
||||
> This mod is an independent creation not affiliated with, supported by, or approved by Alpha Blend Interactive.
|
||||
> This mod is an independent creation not affiliated with, supported by, or approved by ChilloutVR.
|
||||
|
||||
> Use of this mod is done so at the user's own risk and the creator cannot be held responsible for any issues arising from its use.
|
||||
|
||||
> To the best of my knowledge, I have adhered to the Modding Guidelines established by Alpha Blend Interactive.
|
||||
> To the best of my knowledge, I have adhered to the Modding Guidelines established by ChilloutVR.
|
||||
~~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue