mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-04 07:19:22 +00:00
[DesktopVRIK] Update for 2023r171
Stole AlternateIKSystem for this. Was lazy.
This commit is contained in:
parent
c83dc29f7d
commit
ba4bb02a6d
21 changed files with 1258 additions and 1043 deletions
21
DesktopVRIK/Integrations/AMTAddon.cs
Normal file
21
DesktopVRIK/Integrations/AMTAddon.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
namespace NAK.DesktopVRIK.Integrations;
|
||||
|
||||
public static class AMTAddon
|
||||
{
|
||||
#region Variables
|
||||
|
||||
public static bool integration_AMT = false;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Initialization
|
||||
|
||||
public static void Initialize()
|
||||
{
|
||||
integration_AMT = true;
|
||||
DesktopVRIK.Logger.Msg("AvatarMotionTweaker was found. Relying on it to handle VRIK locomotion.");
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue