Sign in to follow this  
ProtoFlex

Where is Exile's music located?

3 posts in this topic

Hi, i posted a topic in here a while ago but i now have a question, where abouts is the music located for exile (CfgExileMusic) things like ambient sounds, combat and loading screen audio since im wishing to add my own music and people have said it needs to be located inside you mission pbo so players can download it which i fully understand but since my server will only be me and a few friends then i can edit anything so i was just wondering where the music is located usually since in the config.cpp there is no file path just a filename which to me seems like it is located inside the mission pbo but where abouts? In the assets of the @Exile folder i know there are music tracks but they do not have the same names as the ones called by the config.

Thanks for any help!

Share this post


Link to post
Share on other sites

found this so thought I would post it here:

Quote

_cfg = configFile >> "cfgSounds";
for "_i" from 0 to (count _cfg) - 1 do { _sounds = getArray (configfile >> "CfgSounds" >> configName (_cfg select _i) >> "sound");
diag_log format ["%1", _sounds select 0];};

copy into console in editor to list all sounds to your rpt file

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.