Перейти к содержимому
Mineforgian

Virtual Motion Capture for Minecraft

Gives your Minecraft client the power to send VMC protocol data for vtuber models.

Загрузки
3K
Подписчики
23
Обновлён
18 декабря 2025 г.
Лицензия
MIT

Опубликован 11 октября 2023 г.

Virtual Motion Capture for Minecraft

This mod enables your Minecraft client to use the VMC protocol to manipulate vtuber models.
This mod includes an API for other Minecraft mods to create and implement additional BlendShapes to be transmit over the same connection.

BlendShapes

BlendShapes are numerical values sent over VMC and are used by vtubing applications to activate toggles, move the model, etc. By default, the mod creates 20+ BlendShapes and sends them over 127.0.0.1:35940.

These BlendShapes represent various states and events from the in-game player, including:

  • relative health
  • sprinting
  • sneaking
  • taking/dealing damage

Check the wiki for a complete list of blendshapes, or see the gallery for an example of using the player's actions to activate toggles.

Showcase Video

Disclaimer and Compatibility

This mod is made specifically for use with the open-source vtubing application Inochi Session and has been tested with VMC Protocol Monitor.

Not all VMC applications are guaranteed to work with VMC-MC, but the following are reported to be compatible implementations:

VMC is an extension of Open Sound Control (OSC), thus making VMC-MC hypothetically compatible with OSC applications as well.

Ченджлог

0.4.2+1.21.11Релиз1.21.11 · 18 декабря 2025 г.

Updated to 1.21.11.

0.4.2+1.21.5Бета1.21.8, 1.21.9, 1.21.10 · 8 апреля 2025 г.

Updated to 1.21.5.

0.4.2+1.21.3Бета1.21.2, 1.21.3, 1.21.4 · 30 ноября 2024 г.

Updated to 1.21.3.

0.4.2Бета1.21, 1.21.1 · 17 августа 2024 г.

Changes

  • Updated to Minecraft 1.21 codebase.
  • Updated underlying JavaOSC to 0.9 (previously 0.8).
0.4.1Бета1.20.4, 1.20.5, 1.20.6 · 19 июля 2024 г.

Additions

  • Added a new config option that replaces colons in blendshape names with underscores.
    • Certain 3D vtubing applications disallow blendshapes with colons, this breaks VMC-MC. The compatibility mode should fix this.
0.4.0Бета1.20.4, 1.20.5, 1.20.6 · 30 октября 2023 г.

New Features

  • Added mod entrypoint, allowing other mods to easily hook into VMC-MC and add custom blendshapes.
    • Add a "vmc-mc" entrypoint to your fabric.mod.json that implements the VmcApi interface.

Комментарии

Загружаем…