Improvement request: AudioWait audio selection
Posted: Thu Sep 03, 2020 3:15 pm
I just spent about 6 hours adding AudioWait to all my sequences, painstakingly copying filenames between the script and the Dialogue editor. Probably made mistakes along the way, which I'll later have to debug.
The upside of doing it this painstaking way is I can programatically select the filename, which I do using
AudioWait(Narration[lua(GetAvatarGender(true))]_Tutorial5Cutscene_01)
Another update is I can refer to filenames that don't exist yet, so I can set up everything even when the audio is still pending.
However, I'm not thrilled about the 6 hours + mistakes part and wouldn't want to go through this again for the sequel.
I'd like to request some kind of tool to more effectively process this. I'm not super sure what is the best approach, but what the other dialogue systems do might be a start.
The upside of doing it this painstaking way is I can programatically select the filename, which I do using
AudioWait(Narration[lua(GetAvatarGender(true))]_Tutorial5Cutscene_01)
Another update is I can refer to filenames that don't exist yet, so I can set up everything even when the audio is still pending.
However, I'm not thrilled about the 6 hours + mistakes part and wouldn't want to go through this again for the sequel.
I'd like to request some kind of tool to more effectively process this. I'm not super sure what is the best approach, but what the other dialogue systems do might be a start.