Jump to content
Sign in to follow this  
Domkrat

Default Arma 3 music to CfgSounds

Recommended Posts

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 by Domkrat

Share this post


Link to post
Share on other sites

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

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

Still not fixed info added to the tracker

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×