sdraw_mods_cvr/ml_prm
SDraw bc6e289495
New mod - PlayerRagdollMod
Update to MelonLoader 0.6.1
2023-04-08 02:51:46 +03:00
..
Properties New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
vendor/RootMotion New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
Main.cs New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
ml_prm.csproj New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
ml_prm.csproj.user New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
RagdollController.cs New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
README.md New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
Settings.cs New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00
Utils.cs New mod - PlayerRagdollMod 2023-04-08 02:51:46 +03:00

Player Ragdoll Mod

This mod turns your player's avatar into ragdoll puppet.

Installation

Usage

  • Press R to turn into ragdoll and back.

Optional mod's settings with BTKUILib:

  • Switch ragdoll: turns into ragdoll state and back, made for VR usage primarily.
  • Use hotkey: enables/disables ragdoll state switch with R key; true by default.
  • Restore position: returns to position of ragdoll state activation upon ragdoll state exit; false by default.
  • Velocity multiplier: velocity force multiplier based on player's movement direction; 2.0 by default.

Notes

  • Incompatible with Follow hips on IK override option in AvatarMotionTweaker.
  • Even if locally ragdoll state is activated in the middle of playing emote, remote players still see whole emote animation.
  • Not suggested to activate fly mode with enabled ragdoll state.