Search found 181 matches

by Alatriste
Wed Oct 03, 2018 5:37 am
Forum: Dialogue System for Unity
Topic: NPC Portrait Image Behaves Oddly.
Replies: 5
Views: 950

Re: NPC Portrait Image Behaves Oddly.

Tony Li wrote: Tue Oct 02, 2018 10:25 am Hi,

Have you assigned an image to the NPC actor in your dialogue database? (Remember that the image must be imported as Texture Type = Editor GUI and Legacy GUI.)
Hi Tony,

I usually set up my portraits as sprites. What could be the side effects of doing it this way?

Thanks!
by Alatriste
Sat Sep 29, 2018 3:37 am
Forum: Dialogue System for Unity
Topic: Save Conversation status
Replies: 1
Views: 355

Save Conversation status

Hi Tony, I'm still "fighting" to make the save/load work properly using the VN framework, using "Playmaker" to control the flow of the game and "Easy Save 3" to save. I'm facing several issues, so let's tackle one at a time :) 1) I cannot return to the saved node in a c...
by Alatriste
Wed Sep 26, 2018 5:42 am
Forum: Dialogue System for Unity
Topic: Check item variables values during runtime
Replies: 2
Views: 423

Check item variables values during runtime

Hi, Can the item variables be checked in real time from the "watch" tab? I know you can check some variables, but the item type doesn't seem to be supported. Or at least I couldn't find a way. The reason I'm asking this is that sometimes I need to be sure that an item variable has the righ...
by Alatriste
Tue Sep 25, 2018 10:01 am
Forum: Dialogue System for Unity
Topic: VN Framework and Shortcuts
Replies: 4
Views: 529

Re: VN Framework and Shortcuts

Thanks Tony!!!
by Alatriste
Tue Sep 25, 2018 4:00 am
Forum: Dialogue System for Unity
Topic: VN Framework and Shortcuts
Replies: 4
Views: 529

Re: VN Framework and Shortcuts

Does the Dialogue Manager in the Start scene have the Sequencer Shortcuts component? Yes, it has it. In this case, use ES3 as the primary save system. When saving, use the Dialogue System PlayMaker Save Game action to save the Dialogue System's data to a PlayMaker string variable. Then save this va...
by Alatriste
Mon Sep 24, 2018 6:02 am
Forum: Dialogue System for Unity
Topic: VN Framework and Shortcuts
Replies: 4
Views: 529

VN Framework and Shortcuts

Hi Tony, I recently found out about the shortcuts so I started using them. I found a problem when using them with the VN framework, though. From the Gameplay scene, they work, but when the game is started from the Start scene they don't. If instead of the shortcut I use the complete sequence, it als...
by Alatriste
Sat Sep 22, 2018 2:27 pm
Forum: Dialogue System for Unity
Topic: The best and easiest way to localize conversations
Replies: 7
Views: 1174

Re: The best and easiest way to localize conversations

The next release (version 2.0.5) will include a new localization tool for the Dialogue System that the guys from FourAttic developed with Devolver Digital for their game, Crossing Souls, and shared back to the Dialogue System community. It exports each language as a separate, simple CSV file. You c...
by Alatriste
Sat Sep 22, 2018 12:39 pm
Forum: Dialogue System for Unity
Topic: An Idea: Add an Inventory UI Panel
Replies: 22
Views: 3860

Re: An Idea: Add an Inventory UI Panel

Thanks to both. I hope I can give a try in the next days. :)