Skip to content
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

Multiple protocols refactor #13

Merged

Conversation

rogermiranda1000
Copy link
Collaborator

@rogermiranda1000 rogermiranda1000 commented Mar 13, 2024

What is new

  • Now the module will check if you're running Streaming Assistant, Business Streaming, or PICO Connect.
  • Now the module will check for the mergetype value (under PICO Connect config) and give an info message telling the user to change this value to 2 (temporal fix while we're working on).
  • Added unit tests to check the connector builder and the config reader.

Tests

  • All unit tests passes
  • Ran manual tests:
    • Streaming Assistant v9.6.99 was detected by the module, and it was sending blendshapes values (validated on a compatible VRChat avatar)
    • Business Streaming v1.1.0.1 was detected by the module, and it was sending blendshapes values (validated on a compatible VRChat avatar)
    • PICO Connect v10.0.23 was detected by the module
    • PICO Connect v10.0.23 with mergetype=2 was detected by the module, and it was sending blendshapes values (validated on a compatible VRChat avatar)
    • After closing PICO Connect, VRCFT program didn't crash

@rogermiranda1000 rogermiranda1000 added the enhancement New feature or request label Mar 13, 2024
@rogermiranda1000 rogermiranda1000 merged commit e3a3239 into regzo2:vrcfacetracking-module Mar 13, 2024
@rogermiranda1000
Copy link
Collaborator Author

In theory this PR serves the same purpose as #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants