Domkrat 1 Posted April 15, 2013 (edited) Helo. I am trying to get Arma 3 default music from ui_f.pbo to my mission cfgSounds to play this music by using "say3D", but it doesn't work and it doesn't show any errors. But if i put the same music into my mission folder, it works. class CfgSounds { tracks[]={}; class DefaultMusicProteus { name = ""; sound[] = {"\A3\music_f\Music\Track01_Proteus.ogg",1,1}; titles[] = {}; }; }; Path to sound is the same as in default Arma 3 CfgMusic. Edited April 16, 2013 by Domkrat Share this post Link to post Share on other sites
liukang168 1 Posted April 16, 2013 You sure this is the music from the startscreen? Share this post Link to post Share on other sites
Domkrat 1 Posted April 17, 2013 Startscreen? I just want to have all music files from "music_f_music.pbo" to be in CfgSounds of my mission, so i can use "say3D". Note: it is strange that arma 3 default CfgMusic uses that path "\A3\music_f\Music\Track01_Proteus.ogg", because the actual music saved in "music_f_music.pbo". "music_f.pbo" has only "CfgMusic.bin" file that defines tracks to be played by using "playMusic" and etc. I tried to use many different paths, but neither of them works. Share this post Link to post Share on other sites
zorrobyte 30 Posted April 17, 2013 http://feedback.arma3.com/view.php?id=6735 Share this post Link to post Share on other sites
Domkrat 1 Posted April 17, 2013 Thanks a lot, this was really useful information. Well, i am going to wait until they fix this thing. Share this post Link to post Share on other sites
BL1P 35 Posted September 26, 2013 Still not fixed info added to the tracker Share this post Link to post Share on other sites