sdraw_mods_cvr/ml_pmc
2025-06-25 18:56:45 +03:00
..
Properties Version fix 2025-04-04 09:12:44 +03:00
resources New mod: PlayerMovementCopycat 2023-05-04 11:40:53 +03:00
GameEvents.cs Additional nightly fixes 2025-06-25 01:13:40 +03:00
Main.cs Clean up based on static analyzer suggestions 2024-10-07 12:08:35 +03:00
ml_pmc.csproj Fix for recent build 2025-03-23 16:36:08 +03:00
ModUi.cs Icons stream fix 2024-10-05 16:18:46 +03:00
PoseCopycat.cs Fixes for 25/06/2025 nightly game build 2025-06-25 18:56:45 +03:00
PuppetParser.cs Fix for 15.02.2025 game's update 2025-02-15 16:41:27 +03:00
README.md Too many changes 2024-10-05 15:42:32 +03:00
Settings.cs Remote gestures handlers components creation based on current settings 2024-08-18 15:47:39 +03:00
Utils.cs Clean up based on static analyzer suggestions 2024-10-07 12:08:35 +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.