FixItFreb / BeepoBits

A VTuber streaming assistant toolkit in Godot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBeepoBox

A modular VTuber streaming assistant toolkit in Godot

The addons availble in the tookit are:

  • BeepoCore - The core functionality of the toolkit, has to be always included.
  • BeepoAvatarPNG - Custom scripts and nodes for running PNG avatars.
  • BeepoAvatarVRM - Custom scripts and nodes for running VRM avatars.
  • BeepoTracking - A VMC protocol receiver for tracking data. Can be used with trackers such as VSeeFace to animate the avatars.
  • BeepoTwitch - Twitch integration for retrieving events such as follows, subscriptions, raids etc.

Requirements

  • Godot .NET v4.2+
  • BeepoCore is required for all addons to work.

For BeepoAvatarVRM you will also need the VRM and Godot-MToon-Shader addons.

Installation

  1. Download the addons of interest to you and put them into the addons folder in your godot project.
  2. Build the project once.
  3. Enable BeepoCore and any Addon you're using in the project settings -> plugins configuration.

Troubleshooting

Having trouble using BeepoBits? Checkout the troubleshooting page on the wiki.

Credits

The V-Sekai team for making the VRM importer for Godot ExpiredPopsicle for their incredibly generous help with Twitch integration and VMC support.

About

A VTuber streaming assistant toolkit in Godot

License:MIT License


Languages

Language:C# 90.7%Language:GDScript 9.3%