New mod: PlayerMovementCopycat

Collider radius upon avatar scaling
This commit is contained in:
SDraw 2023-05-04 11:40:47 +03:00
parent 3dceb85037
commit 0f5e1484d1
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
16 changed files with 1122 additions and 7 deletions

21
ml_pmc/README.md Normal file
View file

@ -0,0 +1,21 @@
# Player Movement Copycat
Allows to copy pose, gestures and movement of your friends.
# Installation
* Install [BTKUILib](https://github.com/BTK-Development/BTKUILib)
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
* Get [latest release DLL](../../../releases/latest):
* Put `ml_pmc.dll` in `Mods` folder of game
# Usage
Available options in BTKUILib players list upon player selection:
* **Copy movement:** starts/stops copycating of selected player.
* Note: Selected player should be your friend, be in your view range and not obstructed by other players/world objects/props.
* **Apply position:** enables/disables position changes of selected player; `true` by default.
* Note: Forcibly disabled in worlds that don't allow flight.
* **Apply rotation:** enables/disables rotation changes of selected player; `true` by default.
* **Copy gestures:** enables/disables gestures copy of selected player; `true` by default.
* **Apply LookAtIK:** enables/disables additional head rotation based on camera view in desktop mode; `true` by default.
* **Mirror pose:** enables/disables pose and gestures mirroring; `false` by default.
* **Mirror position:** enables/disables mirroring of position changes of selected player along 0XZ plane; `false` by default.
* **Mirror rotation:** enables/disables mirroring of rotation changes of selected player along 0XZ plane; `false` by default.