Page 1 of 1

Remove Response Menu Delay After Select

Posted: Mon Jun 16, 2025 10:57 am
by vinchenamigo
Hello, i want to ask again about response menu,

On each selection like "Hmm... nah, l'll just look around!", i have already attach Continue(); on the sequence, and it immediately change the state to "...Fine, I’ll be laughing at your stupid confused face!"(the dialog entry box turn green). but in fact on the dialog/real game, theres 1-2 second delay before it shows the "...Fine, I’ll be laughing at your stupid confused face!" dialog. My question was, Is there any way to ged rid of that delay?

Thanks ;)

Re: Remove Response Menu Delay After Select

Posted: Mon Jun 16, 2025 11:25 am
by Tony Li
Hi,

What is the complete value of the Sequence field for "Hmm... nah, I'll just look around"?

What are the settings in the Dialogue Manager's Display Settings > Subtitle Settings section?

Re: Remove Response Menu Delay After Select

Posted: Tue Jun 17, 2025 4:35 am
by vinchenamigo
heres the sequence and the settings:
SendMessage(CallProcessCheckCoins, , GoudTheGoat);
Continue();

hope it helps!

Re: Remove Response Menu Delay After Select

Posted: Tue Jun 17, 2025 4:56 am
by vinchenamigo
heres the sequence and the settings:
SendMessage(CallProcessCheckCoins, , GoudTheGoat);
Continue();

hope it helps!

Re: Remove Response Menu Delay After Select

Posted: Tue Jun 17, 2025 8:21 am
by Tony Li
Hi,

Try setting the Dialogue Manager's Display Settings > Subtitle Settings > Continue Button to Not For PC or Optional For PC. Then set the response entry's Sequence to just:

Code: Select all

SendMessage(CallProcessCheckCoins, , GoudTheGoat);
Alternatively, if you don't want to change the Continue Button dropdown, change the sequence to:

Code: Select all

required SendMessage(CallProcessCheckCoins, , GoudTheGoat);
Continue();

Re: Remove Response Menu Delay After Select

Posted: Fri Jun 20, 2025 4:36 am
by vinchenamigo
Hello, its still didnt work, i will attach this google drive link for the video, hope it could help to undestand better about the problem:


thank you :mrgreen:

Re: Remove Response Menu Delay After Select

Posted: Fri Jun 20, 2025 8:42 am
by Tony Li
Hi,

What is the full Sequence of the "." dialogue entry?

Alternatively, maybe it's the typewriter delay? Inspect the typewriter effect. Does its "Full Pause Characters" list include "."?

Please feel free to send a reproduction project to tony (at) pixelcrushers.com at any time.