Timelines, characters and themes disappeared in dialogic 1.5 #1876
-
Hello: Thank you very much for your help! system: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I had a similar issue recently where I duplicated a theme, but that theme was not shown in the Dialogic GUI. Here's what I think is happening. In Dialogic 1.5, there's a JSON file called "folder_structure.json". This file tells Dialogic about every timeline, character, theme etc. that exists, and how to display them. If we have a JSON file for a character or theme and it is NOT present in this JSON file, Dialogic will not display it in Godot. When we operate on characters, themes or whatever else in Dialogic, this folder_structure.json file gets updated. It must be the case that somewhere in Dialogic, it's not being updated properly when we operate in certain ways (eg. duplicate). A workaround right now would be to open folder_structure.json (located in the root of the "dialogic" folder) in a text editor, find the Characters or Themes heading, and add the file names of the missing character/theme .json's/.cfg's yourself. They should then show up in the editor. |
Beta Was this translation helpful? Give feedback.
I had a similar issue recently where I duplicated a theme, but that theme was not shown in the Dialogic GUI. Here's what I think is happening.
In Dialogic 1.5, there's a JSON file called "folder_structure.json". This file tells Dialogic about every timeline, character, theme etc. that exists, and how to display them. If we have a JSON file for a character or theme and it is NOT present in this JSON file, Dialogic will not display it in Godot.
When we operate on characters, themes or whatever else in Dialogic, this folder_structure.json file gets updated. It must be the case that somewhere in Dialogic, it's not being updated properly when we operate in certain ways (eg. duplicate).
A worka…