Page 1 of 1

The continue button malfunctions when integrated with Quest Machines.

Posted: Sun Jun 18, 2023 10:11 pm
by ds2497
Hi there,

In my game, I have both the Dialogue System for Unity and Quest Machines. I have noticed that when using the Dialogue System Quest Machine Bridge component on the Dialogue Manager game object, the "continue" button setting does not work. The NPC keeps talking even though the continue button setting is already set to "Always." It took me some time to narrow down this issue. Is there any way I can fix it?

Thanks!

Re: The continue button malfunctions when integrated with Quest Machines.

Posted: Mon Jun 19, 2023 8:51 am
by Tony Li
Hi,

Can you please describe the problem in more detail?

Are there any errors or warnings in the Console window?

If you play the Quest Machine Dialogue System Demo scene and set the Dialogue Manager's Subtitle Settings > Continue Button to Always, does it work correctly? I just tested that here, and it seems to work correctly.

Re: The continue button malfunctions when integrated with Quest Machines.

Posted: Mon Jun 19, 2023 12:46 pm
by ds2497
Hi Tony,

I've tried the demo, and everything works fine. However, when I reviewed the dialogue in my scene, I discovered that the dialogue causing the problem has the line "SetQuestCounterValue("TestQuest", "quest_item", 1)" in the Script section. This also explains why removing the Dialogue System Quest Machine Bridge won't trigger this problem. Later, I changed the Script section to "GiveQuest("TestActorA", "TestQuest")", and the same issue occurred. The continue button appears, but the actor keeps talking even when the continue button hasn't been clicked.

Please let me know if you need more information to identify the problem.

Thanks!

Re: The continue button malfunctions when integrated with Quest Machines.

Posted: Mon Jun 19, 2023 2:37 pm
by Tony Li
Hi,

Content in the Script field should have no impact on the dialogue UI. Did you perhaps put content in the Sequence field?

Can you send a reproduction project to tony (at) pixelcrushers.com?

Re: The continue button malfunctions when integrated with Quest Machines.

Posted: Mon Jun 19, 2023 9:47 pm
by ds2497
Hi Tony,

I apologize for the confusion caused by my previous message. It seems that the continue button issue is not related to the Dialogue System Quest Machine Bridge at all. Upon further testing, I realized that I had been testing dialogues with one having the override setting and one without it, which led to my confusion. In reality, there is an override section in the dialogue where I simply need to modify the setting in the Continue Button within the Override Display Settings.

Image

Thank you very much for your help!

Re: The continue button malfunctions when integrated with Quest Machines.

Posted: Mon Jun 19, 2023 10:04 pm
by Tony Li
Hi,

I'm glad you found the issue! :-)