VolcanicArts / VRCOSC

Modular OSC program creator, toolkit, and router made for VRChat. Show your heartrate, time, hardware stats, speech to text, control Spotify, and more! Includes drag-and-drop prefabs for your avatar.
GNU General Public License v3.0
330 stars 29 forks source link

OSC Query is not used #157

Closed SkySpnc closed 7 months ago

SkySpnc commented 7 months ago

OSC Query is not used which causes an exception to throw when being used with other OSC apps - a good example is VRCFT which also has yet to migrate.

VolcanicArts commented 7 months ago

OSCQuery is available in V2 and won't be added to the current version of the app. Please use the router if you want to use any other OSC apps alongside VRCOSC until V2 has been released, or use V2 in alpha by downloading it from the Discord server

SkySpnc commented 7 months ago

v2 is not in pre-release on Github, nor is it a seperate public repo. discord is not a file hosting platform and should not be used as one. especially one with closed source code, that's dodgy.

VolcanicArts commented 7 months ago

The V2 code is open source and available on the V2 branch. The official modules are hosted on a separate repo: https://github.com/VolcanicArts/VRCOSC-modules

SkySpnc commented 7 months ago

ah, missed the branch. my bad. is there a pre-compiled binary available for this?

VolcanicArts commented 7 months ago

It's available inside the ZIP that's provided in the Discord server, along with the nuget package for developing modules using the SDK. I'll consider doing pre-releases on GitHub once the automatic updater has been implemented into V2