PDA

View Full Version : New ZString Commands "Wait", "Disable A/B Buttons" for Cutscene Messages



Bagu
03-02-2024, 10:04 AM
Since newer builds include a ZString Command "End String" to close Strings or go to next, which is esspecially useful for cutscene messages...
...I found it would make sense to have a command that disables manual speed up message advancing or skipping messages.

So quest developers could create precise and sychronized (screen performance, music, sfx, screen messages) cinematic cutscenes, that ignore button inputs.

Currently I use a very simple generic script for that function.

It disables the "Message Freeze ScreenAction" Rule, if it's enabled and enables it otherwise.
So I use it in combination with a custom Button Disabler script.

But having String commands for that features would be cool.

Especially the "Wait" Command might be very helpful...
...it would delay string advancing (so also reading the "End String" Command)
So you could decide who long a string remains (after advancing), before changing to next on (or End)

I know you can also do simialar things by changing the Message Speed, but this always requires a second Command to restore previous Speed
(within concted Strings). And That's unnecessary effort.



Almost forgot to mention: Yes, generic scripts, called by SC Codes can write to String related Quest Rules, without any issues.
...very good to know :)

Bagu
03-02-2024, 10:27 AM
Oh, btw
...it seems that typing of Backslashes (to insert Commands manual) has been disabled.... why?

Asuna Yuuki Nagato
03-02-2024, 08:31 PM
I thought the End String was the endgame string that's displayed after you defeat Ganon?

Bagu
03-03-2024, 05:37 AM
I thought the End String was the endgame string that's displayed after you defeat Ganon?


I meant the
\29 SCC Code

https://cdn.imgchest.com/files/w7pjconr5q7.png

https://cdn.imgchest.com/files/w7pjconroq7.png

Bagu
03-03-2024, 05:38 AM
I thought the End String was the endgame string that's displayed after you defeat Ganon?


I meant the
\29 SCC Code

https://cdn.imgchest.com/files/w7pjconr5q7.png

https://cdn.imgchest.com/files/w7pjconroq7.png