Custom sounds won't munge

Started by Delta327, August 04, 2015, 06:33:34 AM

Previous topic - Next topic
So im trying to add the republic commando sounds to a map and I look in my add-on and it dose not have the sound of the sides and localize folder in it.
PROJECTS:                                 
BF1:
Sector 3-4482-F
Solar System
BF2:
Shattered Galaxy
Project 171A

Custom sounds are very difficult to get right.  Please read our tutorials section.  Also, it would be helpful if you let us know if you are working with SWBF or SWBF2.
Quote from: Abraham Lincoln. on November 04, 1971, 12:34:40 PM
Don't believe everything you read on the internet

Yes, the making sound it's almost a magic, not sciense.  :D

Still, first of all, you need to find somewhere and download the sound upgrade file, named soundmunge, and replace exist one.
Then open and edit it. For example if your Map ID folder named DataSND, you need to change this:
@if %1x==x goto noplatform
@if /i %1==pc set BANKOPT=-template -stub c:\windows\media\chord.wav
@set PLATFORM=%1
@rem Munge world specific sound data

@call soundmungedir _BUILD_%PLATFORM%\sound\worlds\bess sound\worlds\bess _SOURCE_%PLATFORM%\sound\worlds\013 %PLATFORM% . _LVL_%PLATFORM%\sound _BUILD_%PLATFORM%\sound bess

@goto exit
:noplatform
@echo Platform must be specified as the first argument
:exit

to this:
@if %1x==x goto noplatform
@if /i %1==pc set BANKOPT=-template -stub c:\windows\media\chord.wav
@set PLATFORM=%1
@rem Munge world specific sound data

@call soundmungedir _BUILD_%PLATFORM%\sound\worlds\SND sound\worlds\SND _SOURCE_%PLATFORM%\sound\worlds\SND %PLATFORM% . _LVL_%PLATFORM%\sound _BUILD_%PLATFORM%\sound SND

@goto exit
:noplatform
@echo Platform must be specified as the first argument
:exit


After this, you may start to read tutorials, and edit your Sound folder.
Beauty is, the way to perfection.

Glory to Ukraine!  :mf:

August 04, 2015, 08:24:35 AM #3 Last Edit: August 06, 2015, 07:36:47 AM by Delta327
Well im doing swbf2 sounds do I need to add sounds space region or something

Edit: still confused.
PROJECTS:                                 
BF1:
Sector 3-4482-F
Solar System
BF2:
Shattered Galaxy
Project 171A