https://github.com/dfghiatus/projectbabble-resonite
Project Babble face tracking for Resonite
https://github.com/dfghiatus/projectbabble-resonite
ai emotion emotion-detection emotion-recognition face-detection face-recognition neos neosvr neosvr-api neosvr-mod resonite resonite-mod resonitemodloader vr
Last synced: 8 months ago
JSON representation
Project Babble face tracking for Resonite
- Host: GitHub
- URL: https://github.com/dfghiatus/projectbabble-resonite
- Owner: dfgHiatus
- License: mit
- Created: 2022-08-01T15:38:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T21:14:43.000Z (almost 2 years ago)
- Last Synced: 2024-09-11T01:19:37.049Z (almost 2 years ago)
- Topics: ai, emotion, emotion-detection, emotion-recognition, face-detection, face-recognition, neos, neosvr, neosvr-api, neosvr-mod, resonite, resonite-mod, resonitemodloader, vr
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resonite now has native Project Babble support! No need to use this mod anymore :)
---
# ProjectBabbleResonite
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/) that enables the use of [Babble Face Tracking](https://github.com/SummerSigh/ProjectBabble).
## Usage
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
2. Place [ProjectBabbleResonite.dll](https://github.com/dfgHiatus/ProjectBabble-Resonite/releases) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` on windows or `$HOME/.steam/steam/steamapps/common/Resonite/rml_mods` on linux for a default installation. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
3. Place [OscCore.dll](https://github.com/dfgHiatus/ProjectBabble-Resonite/releases) into your Resonite base folder, one above your 'rml_mods' folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite` on windows or `$HOME/.steam/steam/steamapps/common/Resonite` on linux for a default installation.
4. Load and run Project Babble's face tracking before starting Resonite.
5. Start the game!
Mod has controls to enable/disable it completely (no hooks on avatar values) or to enable/disable it just for VR in mod settings.
If you want to verify that the mod is working you can check your Resonite logs, or create an EmptyObject with an AvatarRawMouthData Component (Found under Users -> Common Avatar System -> Face -> AvatarRawEyeData/AvatarRawMouthData).
# Libraries used:
- [OscCore](https://github.com/tilde-love/osc-core) - MIT License