hazre / VRCFTReceiver

A Mod that Let's you use VRCFaceTracking in Resonite
MIT No Attribution
12 stars 1 forks source link

Does this still work? vrcft receiver on root empty #5

Open PoptartGhost opened 1 month ago

PoptartGhost commented 1 month ago

Situation : It seems the vrcft reciever is empty on the user root. image

I also added a prefab to the avatar but while its osc reciever is set to 9000 - and vrcft is sending on 9000 - and also i see a 1 m/s message coming IN on vrcft on 9001... I have yet to see any of the paramaters values be driven? or any parameters to load on the vrcftreciever auto added to my root.

Expected behavior:

I think it should be driving the values of each of these image

other things of note:

ADDITIONAL FINDINGS UPDATE: so from talking to people in the resonite discord, the one perosn who know who has it working is on 5.1.1.0 mine is on 5.3 and there is no way to downgrade. could this be the issue? all outputs monitored in protokol regaurdless of if we send "force relevancy" or if we send your command of image "vrc_parameters"

will send this instead due to the vrc_parameters file not being loaded: image

hazre commented 1 month ago

Yes version 5.3 is broken and it can be only accessed using OSCQuery. Please use 5.1.1.0 for now until they fix. There shouldn't be any major changes between the two versions right now.

so from talking to people in the resonite discord, the one perosn who know who has it working is on 5.1.1.0 mine is on 5.3 and there is no way to downgrade.

You should be able to install 5.1.1 side by side with 5.3.0, that's what I do currently.

hazre commented 1 month ago

I've updated the readme to reflect that.

hazre commented 1 month ago

Figured it out how to run/install 5.1.1 even though the certificate has expired. Download the MSIX file, rename the extension to .zip and export it in a folder. Then you should be able to run VRCFaceTracking.exe in that folder to launch VRCFT v5.1.1

PoptartGhost commented 1 month ago

omg wow okay ill try that thank you so much!

hazre commented 1 month ago

I've also fixed up the issue in a PR, hopefully it gets merged soon

https://github.com/benaclejames/VRCFaceTracking/pull/215