I know other people have posted topics on this but the more I read the more I become confused. I'm trying to run a VO for my map, i've got all the essential parts I'm just confused on how I put them toghether.
Could someone please explain what each of the following lines is referancing? I've written in what I already understand though odds are i've mistaken that too.
1)LPR.req, if I understand correctly this gets turned into the .lvl file
Next is the LPRcw.req file, I believe that gets organised into a subgroup of the LPR.lvl file and is called up in the .lua
Third is LPR.st4, as I understand it this file calls up the various streams needed by the other files and names them
Fourth is the .asfx file which I think calls up the various effects that are referanced by various ODF's and isn't referanced anywere by anything other then them.
Fifth is the .snd file which... Well I have no idea what it does.... really need help cas i'm basically flying blind with this one.
finally there is the .lua sound parts
BroadcastVoiceOver("testing") <-- this makes the sound play but is it referancing the stream or the .wav???
ReadDataFile("dc:sound\\LPR.lvl;LPRcw") <-- this calls for the former LPR.req and LPRcw.req to be avalable for use
OpenAudioStream("dc:sound\\LPR.lvl", "LPR_VO") <-- WHAT DAT?
I know its asking alot but I would really appreciate it if someone could please look over these at least explain the things I have no idea on, I would be eternally greatfull.
Topics merged -Staff