Jump to content
Sign in to follow this  
Kolmain

CfgSounds for Sound Files In AddOn

Recommended Posts

So I was looking at all of the human character sfx and stumbled upon this thread: http://forums.bistudio.com/showthread.php?178691-Looking-to-team-up-to-create-a-death-scream-mod&p=2727271&viewfull=1#post2727271

I'd like to add the sounds that are in that directory to my mission, but dont want to quadruple the mission file size, since all the players already have the files in their vanilla PBOs. How do I add the sounds from the addon?

Share this post


Link to post
Share on other sites

Something like this: "A3\sounds_f\characters\human-sfx\POx" (x being from 1 to 6)

You'll have to look in the pbos for the exact path or you could probably just grab the filepaths from config.

Share this post


Link to post
Share on other sites
Something like this: "A3\sounds_f\characters\human-sfx\POx" (x being from 1 to 6)

You'll have to look in the pbos for the exact path or you could probably just grab the filepaths from config.

I dePBO'd the whole file so I have the exact paths, but good to know it starts with A3\. Thanks!

Share this post


Link to post
Share on other sites

I think he is pointing you in the direction of the CfgViewer, where you can easily just look for "CfgSound" and then go to the drop down, and get the file path of the sounds you want :D.

Share this post


Link to post
Share on other sites

That file directory doesnt work, no errors. When I move the file into the mission folder it works fine. Any ideas?

@JShock,

Its not in the config :(

Share this post


Link to post
Share on other sites

If it's from an addon, I think you can find all of the related configs in CfgPatches, but not sure as I've never used addons

Share this post


Link to post
Share on other sites

The AddOn is activated and has Cfg entries, but the sounds I'm interested in don't have any. :(

Share this post


Link to post
Share on other sites

If you are going to use some custom soundfiles open the

Here is an example of a "Soundfiles AddOn" I created for someone who requested this for his server:

http://kiloswiss.ch/misc/arma3/nitrado/discosounds.zip

Of course You will have to remove/replace the logo with your own!

If You want to use sound files that are already in the games source files, ignore my post.

Greez KiloSwiss

Share this post


Link to post
Share on other sites
If you are going to use some custom soundfiles open the

Here is an example of a "Soundfiles AddOn" I created for someone who requested this for his server:

http://kiloswiss.ch/misc/arma3/nitrado/discosounds.zip

Of course You will have to remove/replace the logo with your own!

If You want to use sound files that are already in the games source files, ignore my post.

Greez KiloSwiss

Just to be clear, I'd like to use the .WSS sound files located in an ARMA3 official addon file, without having to include them in my mission file. :)

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  

×