Skip to main content

Model Loaded

  • Alert key: vtubestudio-modelLoaded
  • Source: Vtubestudio

Default message template

{{name}} model loaded

Template variables

Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').

Template variableOverlay payload fieldDescription
{{name}}data.extraSettings.nameName of user
{{modelName}}data.extraSettings.modelNameNo description available yet.
{{modelId}}data.extraSettings.modelIdNo description available yet.

Example payloads

Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).

Model Loaded

{
"alert": "vtubestudio-modelLoaded",
"dynamic": {
"value": "Light Bulb"
},
"extraSettings": {
"name": "Light Bulb",
"modelName": "Light Bulb",
"modelId": "123"
}
}

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_STRING - Model Name is equal to
  • EQUAL_VARIABLE