Page 1 of 1

Weird sound error

Posted: Tue Jul 12, 2016 5:33 pm
by Delta327
Soundflmunge.exe : Error : All source files in file list pkl must be the same format - while munging C:\BF2_ModTools\data_PKL\Sound\worlds\pkl\pkl.asfx

Edit: the sounds worked earlier.

Here's my asfx

Code: Select all

effects\dh17_fire.wav    -resample pc 22050
effects\DL-44_fire.wav    -resample pc 22050
effects\TIE_fire.wav    -resample pc 22050
effects\tieinter_fire.wav    -resample pc 22050
effects\kwing_turrent_fire.wav    -resample pc 22050
effects\awing_fire.wav    -resample pc 22050
effects\arc170_turret_fire.wav    -resample pc 22050
effects\arc170_blaster_fire.wav    -resample pc 22050
Edit: ok i found the problem is my gcw.req but it gives me the error message

ERROR[levelpack pkl.req]:Expecting bracket, but none was found.
File : c:\bf2_modtools\data_pkl\_build\sound\worlds\pkl\munged\pc\pklgcw.lvl.
req(1)...

My REQ

Code: Select all

ucft
{
       REQN
       {
             "bnk"
             "align=2048"
             "pklgcw"
             "pkl"
       }

       REQN
       {
             "config"
             "blasersounds"
       }
}

Re: Weird sound error

Posted: Wed Jul 13, 2016 3:29 am
by Marth8880
Could you please format your post with

Code: Select all

 tags to make it more legible? Thanks!