Save Dialogue System variables and quests in ORK

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hellwalker
Posts: 112
Joined: Tue Jan 19, 2016 11:37 pm

Save Dialogue System variables and quests in ORK

Post by hellwalker »

Hi,

First of all thank you for this excellent plugin. I love how simple to use and yet powerful it is.
I plan to use it with ORK Framework, and I'm thinking about further expanding the integration by maybe saving the Dialogue System Quests and Variables data with ORK. So I can deal with most of the dialogue and quests through Dialogue System.

If you could give me a few pointers on how to best approach this it would be very helpful.
I was wondering if it's possible to get a full list of all the variables from Dialogue System into some kind of C# array or a list? So i can run it through ORK's save system? http://orkframework.com/tutorial/howto/ ... save-data/

Thanks,
Sandro
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Save Dialogue System variables and quests in ORK

Post by Tony Li »

Hi Sandro,

If your Dialogue Manager has a Dialogue System Ork Bridge component, it automatically saves Dialogue System quests and variables to ORK's save system. You don't need to do anything extra.

Tony

p.s. - If you notice any issues with the ORK integration, please let me know. No other ORK + Dialogue System users have reported any issues, but I haven't had a chance to test it with the latest version of ORK. That's on the slate for the next release of the Dialogue System.
hellwalker
Posts: 112
Joined: Tue Jan 19, 2016 11:37 pm

Re: Save Dialogue System variables and quests in ORK

Post by hellwalker »

Tony Li wrote:Hi Sandro,

If your Dialogue Manager has a Dialogue System Ork Bridge component, it automatically saves Dialogue System quests and variables to ORK's save system. You don't need to do anything extra.

Tony

p.s. - If you notice any issues with the ORK integration, please let me know. No other ORK + Dialogue System users have reported any issues, but I haven't had a chance to test it with the latest version of ORK. That's on the slate for the next release of the Dialogue System.
Ah yeah it works, sorry I must have forgot to save the scene after adding ORK bridge for the first time.
User avatar
Tony Li
Posts: 22104
Joined: Thu Jul 18, 2013 1:27 pm

Re: Save Dialogue System variables and quests in ORK

Post by Tony Li »

No worries! If you notice any issues or have any suggestions for additional integration with ORK, just let me know.
Post Reply