Page 1 of 1
Audio clip question
Posted: Mon Sep 10, 2018 1:17 am
by Leo
Hi,
In your demo scene, I don't know how you play audio clip when conversation be driven, like playing "Private_Hart_1_1".
Do you have some tutorials for this?
Thanks
Re: Audio clip question
Posted: Mon Sep 10, 2018 6:56 am
by Leo
I found a way to solve this problem:using "On Execute" function to play.
But I really don't understand how you play audio clip in your demo without this way.
Re: Audio clip question
Posted: Mon Sep 10, 2018 9:34 am
by Tony Li
Hi,
They use
sequencer commands.
If you prefer videos, here are the first two tutorials on sequences:
Cutscene Sequences.
In general, put the audio files in a folder named Resources (or a subfolder), and drag them into each node's
Sequence field.
You may notice in the demo that the nodes'
Sequence fields are blank. This is because I'm far too lazy to drag an audio clip into each Sequence field. Instead, I named them according to their
entrytags and set the Dialogue Manager's
Cutscene & Camera Settings > Default Sequence. Entrytags will be covered in the 4th video tutorial. If you want to read about them before then, see
entrytags.
Re: Audio clip question
Posted: Mon Sep 10, 2018 10:49 pm
by Leo
Thanks a lot.
Re: Audio clip question
Posted: Tue Sep 11, 2018 9:47 am
by Tony Li
Glad to help.