SWBFGamers

Modding for the Original SWBF1 and SWBF2 => SWBF2 Modding => Topic started by: Delta327 on August 04, 2015, 06:33:34 AM

Title: Custom sounds won't munge
Post by: Delta327 on August 04, 2015, 06:33:34 AM
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.
Title: Re: Custom sounds won't munge
Post by: Led on August 04, 2015, 07:22:16 AM
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.
Title: Re: Custom sounds won't munge
Post by: Sereja on August 04, 2015, 07:40:22 AM
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.
Title: Re: Custom sounds won't munge
Post by: Delta327 on August 04, 2015, 08:24:35 AM
Well im doing swbf2 sounds do I need to add sounds space region or something

Edit: still confused.
EhPortal 1.34 © 2024, WebDev