Page 1 of 1
How to set up voiceovers and set variables via script
Posted: Fri Oct 15, 2021 12:48 pm
by etsapekis
I'd like to know what the setup is for setting up voiceovers with the dialogues and I'd also like to know how to set dialogue system's variables via code
Re: How to set up voiceovers and set variables via script
Posted: Fri Oct 15, 2021 1:05 pm
by Tony Li
Hi,
To get and set DS variables, use
DialogueLua.GetVariable() and
SetVariable().
For voiceover, see
Cutscene Sequences -- especially
entrytags and the
lipsync section. Also see the
Voiceover Script export format.
The
Cutscene Sequences Tutorials covers entrytags and voiceover, too.