sdraw_mods_cvr/ml_pam
2025-08-15 06:50:45 -05:00
..
Properties normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
resources normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
ArmMover.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
AvatarBoolParameter.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
GameEvents.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Main.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
ml_pam.csproj consolidate dll list in one place 2025-08-15 06:50:45 -05:00
README.md Readme info 2025-04-04 09:23:24 +03:00
ResourcesHandler.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Settings.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Utils.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00

Pickup Arm Movement

This mod adds arm tracking upon holding pickup in desktop mode.

Installation

Usage

Available mod's settings in Settings - Input & Key-Bindings - Pickup Arm Movement:

  • Enable hand movement: enables/disables arm tracking; default value - true.
  • Grab offset: offset from pickup grab point; default value - 25.
  • Leading hand: hand that will be extended when gragging pickup; available values: Left, Right, Both; default value - Right.
  • Hands extension (Q\E): extend left and right hand if Q and E keys are pressed; default value - true.
  • Hand extension speed:: smoothing speed multiplier between extended and animated hands; default value - 25.

If you have UIExpansionKit installed, you can change hands extension keys in this mod's category.

Available animator boolean parameters:

  • **LeftHandExtended:`` indicates if left hand is extended.
  • **RightHandExtended:`` indicates if right hand is extended.

Notes

  • Made for desktop mode in mind.