Puttler Full Body Tracking
Adds Full Body Tracking to Puttler using webcam as input
| Last updated | a day ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | Squidforge_Productions-Puttler_Full_Body_Tracking-2.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.2README
Puttler Full Body Tracking
This mod adds webcam-based full body tracking to Puttler using MediaPipe. An external window handles the body tracking and lets you configure settings such as selecting the camera input and flipping the camera horizontally, while the game tracks your movements in real time.
If your play space doesn't let you reach certain things, you can offset your tracked position to compensate. Additionally, the external window includes a live preview of the tracking so that you can verify that tracking is working correctly.
Features:
- Full body tracking, powered by MediaPipe
- Ability to change camera input source
- External window for managing tracking
- Adjustable tracking offset in any direction to fit your play area
- Optional horizontal camera flip
- Live tracking preview
- Ball physics that react to your body movements (although occasionally a little unpredictable)
Troubleshooting & known issues:
- If the game locks up while trying to start, try restarting the game. On some occasions it seems to hang during first boot.
Technical Information:
- This mod consists of both C# and Python components. The C# portion uses MelonLoader to actually implement what you see in-game while the Python application (converted to .exe for convenience) performs body tracking and communicates the tracking data to the MelonLoader mod.
- For license information, please read the relevant files packaged with the mod.