Page 1 of 2

Dialogue display all show at once

Posted: Sun Apr 17, 2016 11:07 pm
by supadupa64
How can I enable the dialogue in game conversation to show all at once instead of it typing in every word one at a time?

Re: Dialogue display all show at once

Posted: Sun Apr 17, 2016 11:50 pm
by Tony Li
Hi,

Just remove or disable the typewriter effect on the subtitle elements (e.g., NPC Subtitle Line).

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 6:06 am
by supadupa64
Ok, so I've looked all over for this and still can't find it. Where is this?

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 10:16 am
by Tony Li
Hi!

Here you go:

Image

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 10:40 am
by supadupa64
Yeah the thing about this is that I actually disabled that and it didn't work, which is why I was confused. Actually, what happens is, the first quest I talk to the NPC and it shows quick, then the next person is about the same, then shows the typing again.

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 10:41 am
by Tony Li
supadupa64 wrote:Yeah the thing about this is that I actually disabled that and it didn't work, which is why I was confused. Actually, what happens is, the first quest I talk to the NPC and it shows quick, then the next person is about the same, then shows the typing again.
Is your Dialogue Manager's Dialogue UI field perhaps pointing to a different UI, such as the original prefab version?

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 11:00 am
by supadupa64
Ok, I figured it out. I had some weird ui. I replaced it and I got it to show all at once.

It all shows at once, which is great, but then the player button takes about the same amount of time to show as if the NPC player was typing out what they said. Plus there is some a second or two of lag when before the dialogue shows. I can't imagine it's suppose to be like that?

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 12:24 pm
by Tony Li
That behavior is easy to change. Set the Dialogue Manager's Default Sequence to: None()

Re: Dialogue display all show at once

Posted: Sat Apr 23, 2016 8:21 pm
by supadupa64
Where is the Dialogue Manager's default sequence? I changed all the start sequences to None(), but they actually already had it except for one. I placed None() in every sequence space that was blank and everything works great, but this seems like your way will take care of this.

Re: Dialogue display all show at once

Posted: Sun Apr 24, 2016 7:59 am
by Tony Li
Hi,

On the Dialogue Manager, it's Display Settings > Camera Settings > Default Sequence. When a dialogue entry node's Sequence is blank, it will use this Default Sequence.