vroid_export_vrm
Automates VRoid Studio's export-to-VRM flow, fills required metadata, and writes a .vrm file to your specified path.
Instructions
Walk the entire Export-as-VRM flow and write a .vrm file.
Editor toolbar share icon -> 'Export as VRM' -> the blue Export pill -> the VRM Settings modal (fills Avatar Name and Creators, picks the export format, scrolls to the bottom and clicks Export) -> Wine's save dialog (types a Z:\ path and presses Return) -> waits for the file size to stop growing.
Must be started from the EDITOR screen with a model loaded. Takes 30 s to a few minutes depending on the model. Returns the written path and its size; raises with the path of a diagnostic screenshot if any step fails - read that screenshot before retrying, since a half-finished flow usually leaves a modal open that the next attempt will trip over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Where to write the .vrm, as a normal Linux path. Translated to the Proton prefix's Z:\ mapping for the Wine save dialog. | |
| creator | Yes | VRM metadata 'Creators' - also REQUIRED. | |
| timeout | No | Seconds to wait for the file to finish being written. | |
| version | No | VRM spec version to export: '1.0' (VRoid's default) or '0.0' for the legacy VRM0.0 format. | 1.0 |
| avatar_name | Yes | VRM metadata 'Avatar Name' - REQUIRED by VRoid; the Export button stays grey until it is filled. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||