Page 1 of 1

Conversation in Articy XML file doesn't show up in Dialogue Database

Posted: Tue Jan 12, 2021 4:42 pm
by CodePrincess
Good evening, everybody! Hi Tony!

So I imported my first Articy-generated XML file and the database that ensued had all the actors, and Items, complete with their descriptions, but the conversation I wrote for it didn't make the list.

Which is strange, since the XML file had the conversation in it. Here's an excerpt:

Code: Select all

ObjectTemplateReferenceName="Dialogue_Fragment">
      <DisplayName><![CDATA[Phoenix: "Did you hear about the man who inve..."]]></DisplayName>
      <Text Count="1" HasMarkup="1">
        <LocalizedString Lang=""><![CDATA[<html><head><style>#s0 {text-align:left;} #s1 {font-size:11pt;}
         </style></head><body><p id="s0"><span id="s1">Did you hear about the man who invented the knock-knock joke?
         </span></p></body></html>]]></LocalizedString>
Does anybody have any ideas about why this is happening?

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Posted: Tue Jan 12, 2021 6:40 pm
by Tony Li
Hi,

Is your dialogue fragment part of a dialogue?

In the Dialogue System, there are conversations and dialogue entries.

The equivalent in articy are dialogues and dialogue fragments.

The importer imports articy dialogues as Dialogue System conversations.

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Posted: Tue Jan 12, 2021 10:04 pm
by CodePrincess
... And I stuffed it in a Flow Fragment. :lol:
Thank you very much Tony!

PS: It works now! :)

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Posted: Tue Jan 12, 2021 10:14 pm
by Tony Li
You're welcome! :-)