Sound Munge 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

Locked
FragMe!
Gametoast Staff
Gametoast Staff
Posts: 2244
Joined: Sat May 13, 2006 12:34 am
Projects :: Not sure keep changing my mind.
Games I'm Playing :: F1 and SWBF
xbox live or psn: No gamertag set
Location: Origin name GT_FragMe
Contact:

Sound Munge Error

Post by FragMe! »

I have come across a new error when munging sounds, I know most of the other ones and this is a little perplexing. This started when trying to do a new sound lvl but when I went back and tried it on one that I know worked and with out changing anything I get the same errors.
This is a sample of two lines but it basically says the same thing of every thing that is in the .sfx file.

Code: Select all

soundflmunge.exe : Warning : Files line 3 and 4 reference the same source file c:\windows\media\chord.wav.  fs_walker_layerA01 will alias fs_walker_layerA02
  - while munging C:\BF2_ModTools\data_AN2\Sound\worlds\an2\an2cw.sfx
soundflmunge.exe : Warning : Files line 3 and 5 reference the same source file c:\windows\media\chord.wav.  fs_walker_layerA01 will alias fs_walker_layerA03
  - while munging C:\BF2_ModTools\data_AN2\Sound\worlds\an2\an2cw.sfx
Any thoughts or help would be appreciated.

Oh and here is the entire sfx file
Hidden/Spoiler:
[code]// AT Walker Footsteps XBOX and PC ATTE ATAT ATST
#ifplatform xbox pc
..\..\global\effects\fs_walker_layerA01.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerA02.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerA03.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerA04.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerA05.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerA06.wav -resample xbox 22050 pc 22050

..\..\global\effects\fs_walker_layerB01.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerB02.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerB03.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerB04.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerB05.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerB06.wav -resample xbox 22050 pc 22050

..\..\global\effects\fs_walker_layerC01.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerC02.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerC03.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerC04.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerC05.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_layerC06.wav -resample xbox 22050 pc 22050

..\..\global\effects\fs_walker_low01.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_low02.wav -resample xbox 22050 pc 22050
..\..\global\effects\fs_walker_low03.wav -resample xbox 22050 pc 22050
#endifplatform xbox pc

// ATTE Weapons -----------------------------------------------------------------------------------
..\..\cw\effects\shipGun2a-01.wav vehicle_chaingun_fire -resample ps2 14000 xbox 22050 pc 22050
#ifplatform xbox pc
..\..\cw\effects\wpn_ATTE_trtBlaster_fire.wav -resample xbox 16000 pc 44100
..\..\cw\effects\wpn_ATTE_frontBlaster_fire.wav -resample xbox 22050 pc 44100
#endifplatform xbox pc
#ifplatform ps2
..\..\cw\effects\wpn_ATTE_trtBlaster_fire.wav wpn_ATTE_trtBlaster_fire -resample ps2 12000
..\..\cw\effects\wpn_ATTE_frontBlaster_fire.wav wpn_ATTE_frontBlaster_fire -resample ps2 18000
#endifplatform ps2
//-----------------------------------------------------------------------------------------------[/code]
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Sound Munge Error

Post by Maveritchell »

It's only a warning (not an error), similar to this error from a BF2log:

Code: Select all

Message Severity: 2
.\Source\StringDB.cpp(48)
ID=7ceac77e: trying to replace "fel1_prop_supply_box" with "fel1_prop_supply_box1"
The warnings in the sound mungelog can largely be ignored just like most other warnings in VisualMunge's mungelog. There's no reason that this should cause any problems. Do you have problems?
FragMe!
Gametoast Staff
Gametoast Staff
Posts: 2244
Joined: Sat May 13, 2006 12:34 am
Projects :: Not sure keep changing my mind.
Games I'm Playing :: F1 and SWBF
xbox live or psn: No gamertag set
Location: Origin name GT_FragMe
Contact:

Re: Sound Munge Error

Post by FragMe! »

I am not getting the sounds I want but I am trying it one more time from scratch just to be sure

edit: got it to worked, brandished the big stick and computer decided to cooperate
Locked