This commit is contained in:
NotAKidoS 2025-04-29 00:33:45 -05:00
commit 8b34359d1b
2 changed files with 27 additions and 26 deletions

View file

@ -101,10 +101,10 @@ public class ConfigureCalibrationPoseMod : MelonMod
break; break;
case CalibrationPose.RacushSit: case CalibrationPose.RacushSit:
for (int i = 0; i < RacushSitMuscles.Length; i++) for (int i = 0; i < RacushSitMuscles.Length; i++)
ikSystem.ApplyMuscleValue((MuscleIndex) i, RacushSitMuscles[i], ref muscles); ikSystem.ApplyMuscleValue((MuscleIndex)i, RacushSitMuscles[i], ref muscles);
break; break;
} }
humanPose.bodyPosition = Vector3.up; humanPose.bodyPosition = Vector3.up;
humanPose.bodyRotation = Quaternion.identity; humanPose.bodyRotation = Quaternion.identity;
} }
@ -439,8 +439,8 @@ public class ConfigureCalibrationPoseMod : MelonMod
0.8105f, 0.8105f,
0.8105f 0.8105f
]; ];
private static readonly float[] RacushSitMuscles = public static readonly float[] RacushSitMuscles =
[ [
0.0000f, 0.0000f,
0.0000f, 0.0000f,
@ -463,40 +463,40 @@ public class ConfigureCalibrationPoseMod : MelonMod
0.0000f, 0.0000f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,
-0.7500f, -0.7600f,
-0.0002f,
0.1599f,
-0.1500f,
0.1000f, 0.1000f,
0.0600f,
-0.1800f,
-0.0991f,
0.1300f, 0.1300f,
-0.0001f, 0.0001f,
0.0000f, 0.0000f,
-0.7500f, -0.7600f,
-0.0002f,
0.1599f,
-0.1500f,
0.1000f, 0.1000f,
0.0600f,
-0.1800f,
-0.0991f,
0.1300f, 0.1300f,
-0.0001f, 0.0001f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,
0.3927f, 0.3927f,
0.3114f, 0.3115f,
0.0805f, 0.0931f,
0.9650f, 0.9650f,
-0.0536f, -0.0662f,
0.0024f, 0.0026f,
0.0005f, 0.0006f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,
0.3928f, 0.3927f,
0.3114f, 0.3115f,
0.0805f, 0.0931f,
0.9650f, 0.9650f,
-0.0536f, -0.0662f,
0.0024f, 0.0026f,
0.0005f, 0.0006f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,
0.0000f, 0.0000f,

View file

@ -8,9 +8,10 @@
|------|-------------|----------| |------|-------------|----------|
| [ASTExtension](ASTExtension/README.md) | Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool): | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/ASTExtension.dll) | | [ASTExtension](ASTExtension/README.md) | Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool): | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/ASTExtension.dll) |
| [AvatarQueueSystemTweaks](AvatarQueueSystemTweaks/README.md) | Small tweaks to the Avatar Queue System. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/AvatarQueueSystemTweaks.dll) | | [AvatarQueueSystemTweaks](AvatarQueueSystemTweaks/README.md) | Small tweaks to the Avatar Queue System. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/AvatarQueueSystemTweaks.dll) |
| [ConfigureCalibrationPose](ConfigureCalibrationPose/README.md) | Select FBT calibration pose. | No Download |
| [CustomSpawnPoint](CustomSpawnPoint/README.md) | Replaces the unused Images button in the World Details page with a button to set a custom spawn point. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/CustomSpawnPoint.dll) | | [CustomSpawnPoint](CustomSpawnPoint/README.md) | Replaces the unused Images button in the World Details page with a button to set a custom spawn point. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/CustomSpawnPoint.dll) |
| [DoubleTapJumpToExitSeat](DoubleTapJumpToExitSeat/README.md) | Replaces seat exit controls with a double-tap of the jump button, avoiding accidental exits from joystick drift or opening the menu. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/DoubleTapJumpToExitSeat.dll) | | [DoubleTapJumpToExitSeat](DoubleTapJumpToExitSeat/README.md) | Replaces seat exit controls with a double-tap of the jump button, avoiding accidental exits from joystick drift or opening the menu. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/DoubleTapJumpToExitSeat.dll) |
| [FuckToes](FuckToes/README.md) | Prevents VRIK from autodetecting toes in Halfbody or Fullbody. | No Download | | [FuckToes](FuckToes/README.md) | Prevents VRIK from autodetecting toes in Halfbody or Fullbody. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/FuckToes.dll) |
| [KeepVelocityOnExitFlight](KeepVelocityOnExitFlight/README.md) | Keeps the player's velocity when exiting flight mode. Makes it possible to fling yourself like in Garry's Mod. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/KeepVelocityOnExitFlight.dll) | | [KeepVelocityOnExitFlight](KeepVelocityOnExitFlight/README.md) | Keeps the player's velocity when exiting flight mode. Makes it possible to fling yourself like in Garry's Mod. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/KeepVelocityOnExitFlight.dll) |
| [LazyPrune](LazyPrune/README.md) | Prevents loaded objects from immediately unloading on destruction. Should prevent needlessly unloading & reloading all avatars/props on world rejoin or GS reconnection. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/LazyPrune.dll) | | [LazyPrune](LazyPrune/README.md) | Prevents loaded objects from immediately unloading on destruction. Should prevent needlessly unloading & reloading all avatars/props on world rejoin or GS reconnection. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/LazyPrune.dll) |
| [PropLoadingHexagon](PropLoadingHexagon/README.md) | https://github.com/NotAKidoS/NAK_CVR_Mods/assets/37721153/a892c765-71c1-47f3-a781-bdb9b60ba117 | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/PropLoadingHexagon.dll) | | [PropLoadingHexagon](PropLoadingHexagon/README.md) | https://github.com/NotAKidoS/NAK_CVR_Mods/assets/37721153/a892c765-71c1-47f3-a781-bdb9b60ba117 | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/PropLoadingHexagon.dll) |