vroid_save_project
Save your VRoid project to disk, either as a plain save or as a new file, to persist changes and prevent data loss before risky actions.
Instructions
Save the .vroid project - plain Save, or Save As to an explicit path.
With name: presses Ctrl+Shift+S and drives Wine's save dialog the same
way the VRM export does, then waits for the file. Without name: opens
the hamburger menu and clicks Save, which overwrites the project's
existing file and opens the Wine dialog only if the project has never
been saved (in that case call this again WITH a name).
Worth doing before any risky experiment: nothing else in this server persists your work, and vroid_launch(restart=true) discards it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Save As target: a bare name (written into the server's out dir as <name>.vroid) or an absolute Linux path. Omit to do a plain Save, which silently overwrites the project's existing file. | |
| timeout | No | Seconds to wait for the file to be written. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||