A NeosModLoader mod that brings the Quest Pro's eye tracking and natural expressions to Neos VR avatars.
This is my attempt to port over to ALVR's updated FT protocol. I haven't gotten very far, and I do not expect it to work. All I've done so far is modify a socket, attempt and fail to create an actions workflow to autobuild it, and throw in files from other related projects that don't even do anything. If you can make it build and make it work for you, more power to you. All appropriate licenses and credits for projects I've pulled files from are included in LICENSE. Go check them out, they probably understand what they're doing far better than what I do, and make stuff that actually works.
Related issues on the Neos Github:
- Install NeosModLoader.
- Download the latest release 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 thatOSCCore
is present andQuestProModule
is present innml_mods
. his folder should be atC:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods
for a default install, or you can create this folder if it is missing. - Install ALVR v20 and run it.
- 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 and 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