mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 10:59:22 +00:00
New mod - PlayerRagdollMod
Update to MelonLoader 0.6.1
This commit is contained in:
parent
26fc42c850
commit
bc6e289495
18 changed files with 640 additions and 9 deletions
21
ml_prm/README.md
Normal file
21
ml_prm/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Player Ragdoll Mod
|
||||
This mod turns your player's avatar into ragdoll puppet.
|
||||
|
||||
# Installation
|
||||
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
|
||||
* Get [latest release DLL](../../../releases/latest):
|
||||
* Put `ml_prm.dll` in `Mods` folder of game
|
||||
|
||||
# Usage
|
||||
* Press `R` to turn into ragdoll and back.
|
||||
|
||||
Optional mod's settings with [BTKUILib](https://github.com/BTK-Development/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.
|
Loading…
Add table
Add a link
Reference in a new issue