Application which contains OSC integrations for vrchat in one place.
- Download
VrcOscIntegrations.exe
from https://github.com/Killers0992/VrcOscIntegrations/releases/latest - Launch downloaded exe and wait. ( everything is stored in My Documents/VrcOscIntegrations folder )
- Goto tab
Integrations Browser
install integration which you want. - Installed application should be in
My Integrations
tab. - In box which contains your installed integration name click
View
to show user interface for this integration.
- Twitch Integration - Allows you to control avatar thru twitch ( chat commands, rewards, sub/follow events )
- Source: https://github.com/Killers0992/TwitchIntegration
Main config config.yml
for application can be found in MyDocuments -> VrcOscIntegrations.
If you want to configure stuff manually for installed integration goto to MyDocuments
-> VrcOscIntegration
-> Integrations
-> <Integration Name>
-> config.yml
Language C#
Target framework net6.0-windows
Used dependencies:
ReaLTaiizor
v3.7.8.5
CoreOSC
v1.0.0
Also if you want to use references from VRC OSC Integrations download required reference VrcOScIntegrations.dll
from https://github.com/Killers0992/VrcOscIntegrations/releases/latest
Template project can be found there: https://github.com/Killers0992/TemplateIntegration
If your project is compiled you can take your dll and put in MyDocuments/VrcOscIntegrations/Integrations
and then
restart application itself if you want to load your integration.