What function is starting music?
Locked
Speciality Modding
-
Hi Crazy,
I came across sound functions when I was looking for something else. In Server.dll there are the following:
pub::Audio::CancelMusic(uint); pub::Audio::PlaySoundEffect(uint, uint); pub::Audio::SetMusic(uint, pub::Audio::Tryptich const &);
I’m a little new to researching these but perhaps this will help and I may be able to find more information.
-Alpha
-
Hey AlphaWolf,
thanks for your reply but I’m looking for the clientside function which actually starts to play a music file.
Edit: I’ve looked a bit deeper into it.
Could it be sub_6EE86C0 in soundmanager.dll which is playing sounds by calling acmstreamopen?Edit²: Hm ok, seems that’s not the right function.
But there are two functions in soundstreamer.dll which are using acmstreamopen too. Will have a look at them.