sdraw_mods_cvr/ml_ppu
2025-12-20 13:44:10 +03:00
..
Properties Game build 2025r181 update 2025-12-20 13:44:10 +03:00
resources New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
AvatarParameter.cs Game build 2025r181 update 2025-12-20 13:44:10 +03:00
GameEvents.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
GrabDetector.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Main.cs Fix for MelonLoader 0.7.1 2025-08-27 15:14:08 +03:00
ml_ppu.csproj Game build 2025r181 update 2025-12-20 13:44:10 +03:00
ModSupport.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
ModUi.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
PickUpManager.cs Game build 2025r181 update 2025-12-20 13:44:10 +03:00
README.md Game build 2025r181 update 2025-12-20 13:44:10 +03: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

Player Pick Up

This mod allow you to be picked up and carried around.

Installation

Usage

Available mod's settings in BTKUILib's page:

  • Enabled: sets mod's activity as enabled or disabled; true by default;
  • Friends only: allow only friends to pick you up; true by default;
  • Velocity multiplier: velocity multiplier upon drop/throw; 1.0 by default.

To pick you up remote player should:

  • Make hands grab pointers to appear on your side (usually, press controller grip, trigger button or fist gesture, depends on remote player controllers type);
  • Touch your avatar's torso with both pointers;

Available additional parameters for AAS animator:

  • PickedUp: defines current picked up state; boolean.
    • Note: Can be set as local-only (not synced) if starts with # character.

Notes

  • Compatible with PlayerRagdollMod.