sdraw_mods_cvr/ml_ppu
2025-04-28 18:58:47 +00:00
..
Properties New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
resources New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
GameEvents.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
GrabDetector.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
Main.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
ml_ppu.csproj New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
ModSupport.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
ModUi.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
PickUpManager.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
README.md Update README.md 2025-04-28 18:58:47 +00:00
Settings.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
Utils.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03: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;

Notes

  • Compatible with PlayerRagdolMod.