mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 03:19:23 +00:00
New mod: PlayerPickUp
This commit is contained in:
parent
e9ed898b9a
commit
fd9809bd62
19 changed files with 793 additions and 23 deletions
21
ml_ppu/README.md
Normal file
21
ml_ppu/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Player Pick Up
|
||||
This mod allow you to be picked up and carried around.
|
||||
|
||||
# Installation
|
||||
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
|
||||
* Install [BTKUILib](https://github.com/BTK-Development/BTKUILib)
|
||||
* Get [latest release DLL](../../../releases/latest):
|
||||
* Put `PlayerPickUp.dll` in `Mods` folder of game
|
||||
|
||||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue