VeadoSC is a StreamController plugin for managing PNGTuber avatars in veadotube.
VeadoSC is not yet a part of the StreamController store. VeadoSC can be installed as a custom plugin by directly adding this repository to StreamController.
- From the StreamController main screen, click the hamburger menu and select
Open Settings - Select the
Storetab. - Enable
Custom Plugins, then click the+button in theCustom Pluginsrow. - Enter this repository (
https://github.com/Kekemui/VeadoSC) and use themainbranch. - Finally, open the plugin store as usual (hamburger >
Open Store), find VeadoSC, and click theinstallbutton.
VeadoSC requires a static websocket port in veadotube. To configure a static port, use the following steps:
- In veadotube, open the
Program Settingsflyout (left side, looks like an application window with a cursor) - In the
server addressrow, include a port along with localhost, like the following:localhost:40404. You can use any port between 1024-65535, not withstanding any port currently in use by your computer. - Remember this port.
Next, add a VeadoSC action in StreamController:
- Select a button where you'd like to control veadotube. Add the SetState action.
- In the action configuration, set the "Veadotube IP Address" to the server (this is almost certainly
localhost). - Set the "Veadotube Static Port" to the port you used earlier (
40404if you followed the example verbatim). - Finally, set the "State Name" you'd like to use for this button.
- For additional buttons, you only need to set this "State Name".
- StreamController and the StreamController plugin kit is owned by 'Core447', see the StreamController docs for more information.
- veadotube is developed by olmewe and BELLA!. VeadoSC works with veadotube, but is otherwise unassociated with the veadotube project. See veadotube for more information.