sevensixtytwo 10 Posted September 6, 2011 (edited) Hi again. I'm trying to make footsteps/crawling sounds louder in CWA. I unpacked the sounds.pbo but all the files are in WSS format. Importing these into Audacity just results in bursts of static. Is there any way to alter these files? Alternatively, is there any other mod that edits footsteps sounds only? Much thanks in advance! update: found a program that converts wss files to wav. unfortunately, they still give out bursts of static. is that really how it is? Edited September 6, 2011 by sevensixtytwo Share this post Link to post Share on other sites
rellikki 7 Posted September 6, 2011 If you want to modify how loud they sound like in game, as in how far they can be heard, you don't edit the sound files themselves but the config definitions. If you open the main config and go to class Man under CfgVehicles, you should find the section for sound definitions: class SoundEnvironExt. In there you should see a list of different sounds for different surfaces. Here's an example: {"People\dirt_L",0.0000032,1} The bolded part defines how loud the sounds are. Try playing around with it to get the results you want. Or if you actually wanted to change the sounds, there's a program for encoding and decoding WSS files, here: http://ofp.gamepark.cz/utilities/OFP_WSSprogs.zip Share this post Link to post Share on other sites
sevensixtytwo 10 Posted September 6, 2011 That's exactly what I was looking for. Thank you very much! ^^ Share this post Link to post Share on other sites