Weird sound error

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Delta327
Master Sergeant
Master Sergeant
Posts: 160
Joined: Thu Jan 21, 2016 8:55 pm
Projects :: Shattered Galaxy
Games I'm Playing :: Swbf2
xbox live or psn: No gamertag set
Location: In the Mid Rim of the galaxy

Weird sound error

Post 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"
       }
}
Last edited by Delta327 on Thu Jul 14, 2016 1:03 pm, edited 7 times in total.
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Weird sound error

Post by Marth8880 »

Could you please format your post with

Code: Select all

 tags to make it more legible? Thanks!
Post Reply