https://github.com/dfghiatus/questpro4neos
Meta Quest Pro eye and face tracking for NeosVR
https://github.com/dfghiatus/questpro4neos
eye-tracking face-tracking facebook meta mod natural-expressions neos neosvr-mod
Last synced: 4 months ago
JSON representation
Meta Quest Pro eye and face tracking for NeosVR
- Host: GitHub
- URL: https://github.com/dfghiatus/questpro4neos
- Owner: dfgHiatus
- License: mit
- Created: 2022-11-07T14:03:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T16:26:35.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:22:49.950Z (about 1 year ago)
- Topics: eye-tracking, face-tracking, facebook, meta, mod, natural-expressions, neos, neosvr-mod
- Language: C#
- Homepage:
- Size: 3.25 MB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# QuestPro4Neos
A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod that brings the Quest Pro's [eye tracking](https://developer.oculus.com/documentation/unity/move-eye-tracking/) and [natural expressions](https://developer.oculus.com/documentation/unity/move-face-tracking/) to [Neos VR](https://neos.com/) avatars.
Related issues on the Neos Github:
1. https://github.com/Neos-Metaverse/NeosPublic/issues/1140
1. https://github.com/Neos-Metaverse/NeosPublic/issues/3770## Usage
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
1. Download the [latest release](https://github.com/dfgHiatus/QuestPro4Neos/releases/latest) of this mod and place it in your NeosVR install folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\` for a default install. Extract the archive, ensuring that `OSCCore` is present and `QuestProModule` is present in `nml_mods`. his folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods` for a default install, or you can create this folder if it is missing.
1. Install [ALVR v20](https://github.com/alvr-org/ALVR-nightly/releases) and run it.
1. Start the game.If you want to verify that the mod is working you can check your Neos logs, or create an EmptyObject with an AvatarRawEyeData/AvatarRawMouthData Component (Found under Users -> Common Avatar System -> Face -> AvatarRawEyeData/AvatarRawMouthData).
A big thanks to [Geenz](https://github.com/Geenz) and [Earthmark](https://github.com/Earthmark) for their contributions and testing this mod, not owning the headset myself this would not be possible without them. Check out Geenz's fork [here](https://github.com/Geenz/QuestPro4Neos)