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 variable | Overlay payload field | Description |
|---|---|---|
{{name}} | data.extraSettings.name | Name of user |
{{modelName}} | data.extraSettings.modelName | No description available yet. |
{{modelId}} | data.extraSettings.modelId | No 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:
RANDOMEQUAL_STRING- Model Name is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type