mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
0.37.0 - **Director Planning** — Multi-step todo lists in director chat plus a Generate long progress action for multi-beat scene arcs. - **Auto Narration** — Unified auto-narration replacing the old Narrate after Dialogue toggle, with a chance slider and weighted action mix. - **LLM Prompt Templates Manager** — Dedicated UI tab for viewing, creating, editing, and deleting prompt templates. - **Character Folders** — Collapsible folders in the World Editor character list, synced across linked scenes. - **OpenAI Compatible TTS** — Connect any number of OpenAI-compatible TTS servers in parallel. - **KoboldCpp TTS Auto-Setup** — KoboldCpp clients with a TTS model loaded register themselves as a TTS backend. - **Model Testing Harness** — Bundled scene that runs basic capability tests against any connected LLM. Plus 27 improvements and 28 bug fixes
41 lines
958 B
JSON
41 lines
958 B
JSON
{
|
|
"title": "Scene Loop",
|
|
"id": "ca6a7c98-7bf6-484d-a4cb-1047c3bb0d1d",
|
|
"properties": {
|
|
"trigger_game_loop": true
|
|
},
|
|
"x": 0,
|
|
"y": 0,
|
|
"width": 200,
|
|
"height": 100,
|
|
"collapsed": false,
|
|
"inherited": false,
|
|
"registry": "scene/SceneLoop",
|
|
"nodes": {
|
|
"30de1b78-0a01-480e-ada0-2fad162bf0dc": {
|
|
"title": "On Scene Start Run Tests",
|
|
"id": "30de1b78-0a01-480e-ada0-2fad162bf0dc",
|
|
"properties": {
|
|
"event_name": "scene_loop_init"
|
|
},
|
|
"x": 10,
|
|
"y": -60,
|
|
"width": 250,
|
|
"height": 38,
|
|
"collapsed": false,
|
|
"inherited": false,
|
|
"registry": "model-tests/onSceneStartRunTests",
|
|
"base_type": "core/Event"
|
|
}
|
|
},
|
|
"edges": {},
|
|
"groups": [],
|
|
"comments": [],
|
|
"extends": "src/talemate/game/engine/nodes/modules/scene/scene-loop.json",
|
|
"sleep": 0.001,
|
|
"base_type": "scene/SceneLoop",
|
|
"inputs": [],
|
|
"outputs": [],
|
|
"module_properties": {},
|
|
"style": null
|
|
} |