CVhand 3.0
NEW UPDATE 3.0
A new update has been added featuring hand collision, which can be toggled on or off using the ‘L’ key the hand tracking system has also been improved, and numerous bugs and errors have been fixed. You can now use almost any camera, and pathfinding has become more flexible. A shooting system has also been added simply hold the weapon with both hands, and it will start firing. For more detailed information on proper mod installation and other details, please visit the Discord server.
DISCORD
This Discord server was created to help you with errors I know it looks terrible right now, but I’ll try to improve it over time
Donat https://www.donationalerts.com/r/doctor12
Yeah, the author wants to eat, so I’ll be very glad for any help. I can’t dedicate too much time to the mods I do this as a hobby. All my mods are free. If you want to speed up work on the mods or support me, then here’s a way to motivate the author to keep working and make even more ambitious mods and updates
Soon I’ll add a list in People Playground that will have the nicknames of EVERYONE who helped me in any way
So, I’ve tried to fix almost all the errors; this will be the most stable version. Below, I’ll outline the installation steps
To start with, if you have already installed the mod, it wouldn’t hurt to remove it using terminal commands
Or you can simply unsubscribe from the old CVhand mods or delete them manually.
taskkill /F /T /FI "WINDOWTITLE eq PPG CVhand Tracker*" 2>$null
Remove-Item "$env:LOCALAPPDATACVhand" -Recurse -Force -ErrorAction SilentlyContinue
$game = "C:Program Files (x86)SteamsteamappscommonPeople Playground"
Remove-Item "$gameModsCVhand" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item "$gameModsCameraHands" -Recurse -Force -ErrorAction SilentlyContinue
Write-Host "CVhand fully removed." -ForegroundColor Green
You just need to copy these commands and paste them into the terminal.
These commands will remove the remaining code and folders from the old mod.
How do I open the terminal?
Win + R and then enter "powershell" in the window that appears
Then you launch the game and enable the mod if it isn’t already enabled.
After that, click the button that appears in the top-right corner.
After this, a component download window will open; you must wait for the download to complete without exiting the game. If the download stalls, press Enter; if that doesn’t work, exit the game and close the download window. The word "DONE" should appear at the end of the process; if it doesn’t, the download did not finish. The download appears in a separate window; click on it to monitor progress, and follow the instructions above if any issues occur.
This version is more stable, so I have to redirect you to it; it features more stable hand and point tracking and fewer bugs.
I’m not entirely sure if it supports the Iriun Webcam mod, but I did everything I could to make the mod look for a virtual camera.
There should be far fewer errors.
I hope this works.
description:
This mod adds hands but not just any hands these are hands you can control using your PC’s webcam. Anticipating a few questions, I’ll answer them right away.
Watch the video to understand what I mean
Why is the mod so large?
Because I used the MediaPipe Hands and OpenCV, and the mod also includes PyInstaller so you don’t have to download a separate Python environment. I could have used an ONNX tracker instead of MediaPipe which would have brought the size down to around 100 MB but that would have significantly compromised quality and stability
What are those windows that appear when launching the mod?
Those are the tracker launch windows
How does it work?
The mod consists of two processes communicating over a local network: the tracker captures a camera frame, MediaPipe detects hand landmarks, and the data is then sent as JSON to 127.0.0.1:5005/hands
The mod might not work well for a few reasons: poor camera quality, bad lighting, awkward hand positioning, or your hands not being in the camera’s view at all.
For now, I don’t know how this mod will work on other PCs, but if something goes wrong, please let me know
The mod is completely open you can view and edit its files and code :0
The mod was created thanks to the author’s twisted imagination.
RU translation:
https://discord.gg/7GMDby9gu
Discord-сервер для помощи с ошибками
Пока что всё выглядит ужасно, но позже я всё исправлю и сделаю так, чтобы всё выглядело лучше
Этот мод добавляет руки, но не просто руки, а руки, которыми вы можете управлять с помощью веб-камеры вашего компьютера. Предвосхищая несколько вопросов, я сразу же отвечу на них.
Посмотрите видео, чтобы понять, что я имею в виду
Почему мод такой большой?
Потому что я использовал MediaPipe Hands и OpenCV, а мод также включает PyInstaller, так что вам не нужно загружать отдельную среду Python. Я мог бы использовать ONNX-трекер вместо MediaPipe, что позволило бы уменьшить размер примерно до 100 МБ, но это значительно ухудшило бы качество и стабильность работы
Что это за окна, которые появляются при запуске мода?
Это окна запуска трекера
Как это работает?
Мод состоит из двух процессов, взаимодействующих по локальной сети: трекер фиксирует кадр с камеры, MediaPipe определяет ориентиры рук, а затем данные отправляются в формате JSON на адрес 127.0.0.1:5005/hands
Мод может работать некорректно по нескольким причинам: плохое качество камеры, плохое освещение, неудобное расположение рук или ваши руки вообще не попадают в поле зрения камеры.
На данный момент я не знаю, как этот мод будет работать на других компьютерах, но если что-то пойдет не так, пожалуйста, дайте мне знать
Мод полностью открыт, вы можете просматривать и редактировать его файлы и код :0