Page 1 of 1
Demo scene player voice lines
Posted: Fri Aug 23, 2024 10:01 am
by CheeseY
Hi Tony,
this is probably weird/quite specific...
But i got lazy and copied the dialogue manager from the demo scene i think, and wanted to use it for a basis for my own...
Now im at a point where i've just noticed.. on exiting the conversation, it's playing the players female radio chatter and its saying 'Ok what's the problem / lets go'
Now.. i have no problem making the dialogue manager again from scratch...
But my real question is, what is triggering this... i've looked over it several times, its being triggered when the conversation finishes but i cant seem to locate what's actually doing it.. and for my own sanity i'd really like to know.
thanks
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 10:49 am
by CheeseY
....nevermind
AudioWait(entrytag)
..i see... i see. *facepalm*
took me a minute to work out that was what was doing it, but now i get it, nevermind
cheers lol...
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 11:35 am
by Tony Li
Cheers! More info about that, btw, in case you want to voice your own characters:
Cutscene Sequence Tutorials
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 11:57 am
by CheeseY
yes dont worry i was doing it, by putting in a reference to each line on each node but i've now realised the benefit of naming the sound files according to the entrytag convention so its... very convenient, i also realised i can name my lipsync animator-states similarily and it all gets triggered by the 'default sequence'
which is great...
one thing im curious about, and this is totally unrelated to my initial question but... since im now fiddling with the UI and trying to customize that a bit...
Is there a UI template by default that has... more than 4 'responses', specifically im also trying to create one that has a scrolling-response menu ala skyrim...
i've started tweaking mine as best i can but its all fairly complicated to customize (no offence intended, its clearly very powerful and that's the trade off lol..) but i dont want to reinvent the wheel if i can avoid it, so if there a similar template with the functionality i'm after.. i'd rather start from that!
cheers again
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 12:01 pm
by CheeseY
..jesus im asking all the wrong questions today, i have immediately noticed that this IS adding in all the choices already on this response-button-arrow ui example i downloaded lol... so, ignore that part
and i will hopefully be able to work out the scrolling element of the UI reponse menu myself... i hope
anyway, nevermind, thanks again
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 12:49 pm
by CheeseY
yup and just moving the scroll rect / content rectangles about i got it to scroll whilst the mouse is in the lower panel and doesnt select the options... shows the little triangle... perfect --not much work at all.. even a dummy like me figured it out.
thanks again
Re: Demo scene player voice lines
Posted: Fri Aug 23, 2024 3:13 pm
by Tony Li
I'm going to get lazy if you don't leave any questions for me to answer.