mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 02:19:23 +00:00
.. | ||
Properties | ||
resources | ||
ArmMover.cs | ||
AvatarBoolParameter.cs | ||
GameEvents.cs | ||
Main.cs | ||
ml_pam.csproj | ||
README.md | ||
ResourcesHandler.cs | ||
Settings.cs | ||
Utils.cs |
Pickup Arm Movement
This mod adds arm tracking upon holding pickup in desktop mode.
Installation
- Install latest MelonLoader
- Get latest release DLL:
- Put
PickupArmMovement.dll
inMods
folder of game
- Put
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
andE
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.