sdraw_mods_cvr/ml_ppu
SDraw 9f78aa4620
New mod: PlayerAvatarHistory
Incremented version for nightly to prevent rollback by auto-updater
Minor fixes
2025-07-03 16:15:47 +03:00
..
Properties New mod: PlayerAvatarHistory 2025-07-03 16:15:47 +03:00
resources New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
GameEvents.cs Additional nightly fixes 2025-06-25 01:13:40 +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: PlayerAvatarHistory 2025-07-03 16:15:47 +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 Fix of collision layers 2025-06-29 15:42:29 +03:00
README.md Update README.md 2025-04-28 18:59:30 +00:00
Settings.cs New mod: PlayerPickUp 2025-04-28 21:53:37 +03:00
Utils.cs Fixes for 24/06/2025 nightly build 2025-06-24 21:45:18 +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 PlayerRagdollMod.