-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVR support #111
base: master
Are you sure you want to change the base?
CVR support #111
Conversation
auto mode detect on running app manual opMode settings CVR OSC functions pack json dir switching
|
Hey, your comments don't seem to correlate with file changes. Maybe you forgot to commit some of the features? |
feat(CVRSupport): added opMode switch
@benaclejames , sorry about that I had committed the changes to the wrong branch at my end, the above commit should include all the new changes. |
just putting a hold on this merge, rebuilt it just now (using totally up-to-date branch data from your repo) and can see some further issues |
@benaclejames , Ok further error fixes added to support current main branch from your repo, tested and working just now |
note compiled version for this can be found at https://github.com/NovaVoidHowl/VRCFaceTracking/releases/tag/v4.2 |
Hey, sorry for the late reply. We've been discussing the future of VRCFT internally for quite a while now and merging compatibility for another game raises some questions as to what the true purpose of VRCFT is as an application. We're currently waiting on @regzo2's new PRs to be finished to remove any SRanipal compatibility and will then most likely be pivoting to VRCFT becoming a parameter processing framework for VR in general as opposed to VRChat. Sorry to have kept you in the dark 💙 |
This merge request is to allow for smoother interaction between CVR (via OSC mod) and this app.
It adds the following features
--opmode
option for start up(note this version also includes all the features from my prior merge request (#94) so as/when this gets merged, that should be closed too)