Page 1 of 1

Ink selected response displayed twice

Posted: Mon Mar 10, 2025 9:02 pm
by pmand
I am using the bubble dialogue in my game. The problem occurs during ink conversation with response menu.
This is the ink file:

Code: Select all

GhostGirl: Shall we go now?
	* [No] Player: Maybe later.
	* [Yes] Player: Sure thing!
	GhostGirl: Awesome!
	Player: No problem!

 -> END
During play time, this is what happens:
- A response menu is displayed with two bubbles "Yes" and "No"
- I click the "Yes" bubble
- The menu disappears, and a subtitle bubble pops up with "Yes" in it.
- I click my mouse to continue.
- Another subtitle bubble pops up with "Sure thing!" in it

It seems that Dialogue System displays the response bubble twice (both "Yes" and "Sure thing!").
Is there a way to make it show response just 1 time (just the "Sure thing!") ?
Thanks!

Re: Ink selected response displayed twice

Posted: Mon Mar 10, 2025 9:24 pm
by Tony Li
Hi,

I'll update the Ink integration to handle "silent" menu choices in square brackets. I'll try to post a patch here by tomorrow.

Re: Ink selected response displayed twice

Posted: Wed Mar 12, 2025 3:40 pm
by pmand
Thanks, Tony! I'm looking forward to the update.

Re: Ink selected response displayed twice

Posted: Wed Mar 12, 2025 6:55 pm
by Tony Li
Hi,

The patch may be delayed a few days. I had a death in the family that's causing some work delays.

Re: Ink selected response displayed twice

Posted: Sun Mar 16, 2025 8:14 pm
by Tony Li
Hi,

I've finally had a chance to dig into this, and we already added a checkbox "Player Dialogue Text Follows Response Text" to handle this. Please try ticking this checkbox and let me know if it resolves your issue.