Opticalsnare 12 Posted February 19, 2007 I am planning on doing a sound-pack for this game, but i need some answers first. I was unpacking the weapons.pbo and the sound files are .WSS format, i used a program dos command prompt one wssdec.exe which takes ages... is there a batch convertor where i can just convert them all or is this the only way to convert these files cause it was mighty boring typing in each file name to convert etc. Also about the sounds, there seems to be alot of sounds for the same weapon ie, 2a42_fast.wss 2A42_low_A.wss 2A42_single.wss 2A42_slow_A.wss etc etc etc its rather confusing finding out which ones are which. Share this post Link to post Share on other sites
Mr Sarkey 0 Posted February 19, 2007 I thought there was a DOS program available where you could jsut drag and drop teh .WSS file and it would convert. I'm not sure about a batch converter. Share this post Link to post Share on other sites
deanosbeano 0 Posted February 19, 2007 try this ofpec look down page for ofpsoundlab Share this post Link to post Share on other sites
Opticalsnare 12 Posted February 19, 2007 Yeh tried that soundlab i think it can do .wav to .wss but not .wss to .wav Share this post Link to post Share on other sites
LeftSkidLow 1 Posted February 19, 2007 The one I've been using is for windows but it cannot do batch conversions, just one at time. You can decode a WSS or encode a WAV by browsing to the file, alot easier that DOS crap. I'm not sure where I got it but its only 36kb if you want it. Share this post Link to post Share on other sites
Opticalsnare 12 Posted February 19, 2007 Yeh that be great m8, can you send it to opticalsnare@gmail.com please i can get on with this then Nvm ive already coverted them all took me about 40mins Jesus fking christ this is such a mess whoever did the sound designing for arma needs a mighty slap, it looks like they serously didnt know wtf they were doing, theres files all over the place and it looks like most of them arnt even being used but they were still left there and wernt deleted...., talk about cleaning up your workplace after you finished, this guy dont even know the meaning of it, i dont even know where to start tbh. Share this post Link to post Share on other sites
LeftSkidLow 1 Posted February 20, 2007 I tried sending to that address twice and it didn't work, got another email? Share this post Link to post Share on other sites
deanosbeano 0 Posted February 20, 2007 Yeh tried that soundlab i think it can do .wav to .wss but not .wss to .wav if you look it says wav <-> wss meaning it does either , if you add a wss file and hit convert it will make a wav if you load a wav file and click wav <-> wss it will make a wss many a person have said exactly same including me Share this post Link to post Share on other sites
SyB 0 Posted February 22, 2007 I just got batch converting working for .wss and .wav files using the dos wsscod.exe and wssdec.exe progs by doing some trickery in the resgistry... It's 4:40am though... and I'm tired so I'll edit this thread tomorrow with the details... Cheers, Sy Ok, was playing around with registry when I didn't have to... Â Just associate wssdec.exe with the file extension .wss Then you can select multiple .wss files right-mouse the selected files and click open or open with... this will open up multiple Dos windows so be careful not to select 500 .wss files as your system may crash or something... Same applies for .wav files... Cheers. Share this post Link to post Share on other sites
chunzhenniandai 10 Posted December 23, 2011 (edited) bat code: cd %cd% for %%i in (*.wss) do (wssdec %%i) pause Edited December 23, 2011 by chunzhenniandai Share this post Link to post Share on other sites