From e653d2b8043fcaf7439202e046c0ab51dddf84ec Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Sun, 25 Dec 2022 22:52:14 -0600 Subject: [PATCH] rename method --- DesktopVRIK/DesktopVRIK.cs | 2 +- DesktopVRIK/HarmonyPatches.cs | 2 +- DesktopVRIK/format.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DesktopVRIK/DesktopVRIK.cs b/DesktopVRIK/DesktopVRIK.cs index 096940a..7e28795 100644 --- a/DesktopVRIK/DesktopVRIK.cs +++ b/DesktopVRIK/DesktopVRIK.cs @@ -40,7 +40,7 @@ public class DesktopVRIK : MonoBehaviour } } - public void CalibrateAvatarVRIK(CVRAvatar avatar) + public void CalibrateDesktopVRIK(CVRAvatar avatar) { //Generic VRIK calibration shit diff --git a/DesktopVRIK/HarmonyPatches.cs b/DesktopVRIK/HarmonyPatches.cs index 38cf1ba..eef2266 100644 --- a/DesktopVRIK/HarmonyPatches.cs +++ b/DesktopVRIK/HarmonyPatches.cs @@ -31,7 +31,7 @@ internal class HarmonyPatches //need IKSystem to see VRIK component for setup ____vrik = avatar.gameObject.AddComponent(); //now I calibrate DesktopVRIK - DesktopVRIK.Instance.CalibrateAvatarVRIK(avatar); + DesktopVRIK.Instance.CalibrateDesktopVRIK(avatar); } } diff --git a/DesktopVRIK/format.json b/DesktopVRIK/format.json index 888a4d8..8f81334 100644 --- a/DesktopVRIK/format.json +++ b/DesktopVRIK/format.json @@ -6,7 +6,7 @@ "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", - "description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like becoming a fish.", + "description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like being fish.\nThis mod pairs well with Avatar Motion Tweaker by SDraw.", "searchtags": [ "desktop", "vrik",