VisualNovelAi
6 tools in this family (folder Editor/Tools/VisualNovelAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
vntuner_apply_default_template | writes | Apply a built-in VisualNovelSpec template and (optionally) emit code from it. |
vntuner_export_choice_graph_dot | writes | Export the VN choice graph as a Graphviz .dot file. Scenes become nodes; |
vntuner_generate_code | writes | Emit 6 runtime C# files from a VisualNovelSpec JSON:\n |
vntuner_propose_from_prompt | read-only | Generate a VisualNovelSpec JSON from a free-form prompt describing your visual novel |
vntuner_simulate_branch_coverage | read-only | Walk the choice graph from the entry scene, exploring every branch + fallthrough. |
vntuner_validate_spec | read-only | Validate a VisualNovelSpec JSON: checks character/scene/flag id uniqueness, |