Skip to content

Configuration Vtube Studio

Jelly Dreams edited this page Jul 2, 2024 · 8 revisions

How Configure Model in Vtube Studio

Configure Input and Output Parameters

In the Model Parameter Settings panel, you need to set up which Live2D Model Parameters will be controlled by the Custom Parameter Tracking of the plugin.

  • Input: The tracking parameter that will control the parameter of your Live2D model.
  • Ouput: The Live2D model parameter that will be controlled.

configuration-input-parameter

See Vtube Studio Documentation: VTS-Model-Setting

Note: Parameters with physics cannot be controlled due to priority system

Configure Min/Max Input

Pre-Configuration File

You can download the file Fullbody_params.vtube.json which is included with the release to pre-configure your model.
This file contains a list of all input parameters available with the plugin.

configuration-list-resize

How to use

  • Download the Fullbody_Params.vtube.json file

Method 1: If you have the Demo Model

  • If you downloaded the Demo Model, place the Fullbody_Params.json file in the Fullbody_v1 folder
  • Open Vtube Studio. You should see a model named "Fullbody_Params"

Method 2: If you don't have the Demo Model or want to use it on your own model

  • Copy the Fullbody_Params.json file to the folder where your Live2D Model for Vtube Studio is located
  • Open the Fullbody_Params.json file (you can open it with notepad)
  • In the line "Model" rename the "Fullbody_v1.model3.json" to match the name of your .model3.json file that is in the same folder
  • Save the modifications and open Vtube Studio. You should see a model named "Fullbody_Params" using your model

load_fullbody_configuration

Copy Setup Method

After you imported configuration for one model in Vtube Studio, you can copy the setup for your model in Vtube Studio.
Keep in mind that the "Copy Setup" method will ERASE the current configuration of your model !

Additional Information

  • The inputs are set to their maximum and minimum values; you will need to adjust the input parameters with your tracking.
  • Red output parameters indicate that the parameter does not exist in the model. You can replace the output with a parameter that exists in your model or remove the configuration if it is not needed.

configuration-parameter