sdraw_mods_cvr/ml_pmc
2024-04-05 00:47:21 +03:00
..
Properties Fixes for 2024r175ex1 2024-04-05 00:47:21 +03:00
resources New mod: PlayerMovementCopycat 2023-05-04 11:40:53 +03:00
Main.cs Update to build 2024r174ex2 2024-02-24 01:08:57 +03:00
ml_pmc.csproj New mod: Better Fingers Tracking 2024-03-25 14:19:06 +03:00
ModUi.cs Preserve crouch and prone 2023-08-05 21:58:38 +03:00
PoseCopycat.cs Minor code changes 2024-03-29 15:19:00 +03:00
PuppetParser.cs Update to game build 2024r174ex3 2024-03-06 02:31:06 +03:00
README.md Update README.md 2023-07-05 14:09:42 +03:00
Settings.cs New mod: PlayerMovementCopycat 2023-05-04 11:40:53 +03:00
Utils.cs Handling of "VR <-> Desktop" switch, attempt one 2024-01-29 23:11:01 +03:00

Player Movement Copycat

Allows to copy pose, gestures and movement of your friends.

Installation

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.

Notes

  • Some avatars can have unordinary avatar hierarchy (scaled, rotated or with offset armature/parent objects). Possible fixes are being made upon reports or own findings.