Warcraft 3 documentation
vJASS & Zinc Documentation
For the latest documentation about how it works vJASS and Zinc language layers for Warcraft III, please follow these links:
Jasshelper documentation - Zinc documentation - WC3 Optimizer documentation

How to import music/sounds in newer patches No New Posts Tutorial Zone

Started by
Darklycan51

0 Members and 2 Guests are viewing this topic.

How to import music/sounds in newer patches
on: February 24, 2019, 09:22:53 AM
Category: Miscellaneous Tutorials
« Created: February 24, 2019, 09:22:54 AM by Darklycan51 »
« Last Edit: February 25, 2019, 08:07:44 AM by Darklycan51 »

Hello fellow wc3 modders, today I will bring you a tutorial for something that is very widely used and has been changed as of recently. Making music and sounds work in your map, yes, as of recently Blizzard has changed which sounds and music work in Warcraft 3, due to that, you are now required to have the files in specific format which Blizzard mp3s use.

This also serves as a tutorial to optimize the music in your map in case this got reverted, because a 320kbps MP3 can go above 10mb even if it is less than 10 minutes, however in this format it will most likely be 1/3rd of the original size, saving you tons of space.

Step 1)
Download and install audacity from here:
https://www.audacityteam.org/download/
Step 2)
Install it and Run It


Alright now that we are at our main screen, you will be asked for a DLL once you try to convert music, when you get asked for it, you will have to choose a path to select the DLL in your computer, the DLL can be downloaded from:
https://lame.buanzo.org/#lamewindl



Once you downloaded the DLL, just place it on an easy to access folder and once you are prompted for the missing DLL you just select it.

Alright, let's continue with the tutorial.
 First open preferences for Audacity:

 Then set both the default sample rate and default sample format to the following values:


After that you will open your desired input (original) music/sound:


As you can see to the left of the track you can see the current settings of the music/sound, still aren't at our desired Output format that Warcraft 3 supports. So we will resample the music/sound:


For the new sample rate, select 22050:



Now you should be done with almost everything except the bit-rate, for this we will click on export -> export MP3:

Inside export MP3 you will select the following settings:



And lastly you just click save where you want the converted and optimized MP3 to be at so you can import it to your map.
 :)


(By the way, I prefer mp3s for music, however for sounds instead of exporting as MP3 select export as WAV)
« Last Edit: February 25, 2019, 08:07:44 AM by Darklycan51 »



Re: How to import music/sounds in newer patches
Reply #1 on: February 24, 2019, 11:19:01 AM

Hi @Darklycan51 !!!

Very complete tutorial. If you want to make one of this images to be the main one for this tutorial, just upload it as attachment in the first post and it will be the preview when you share it on other sites like facebook or Discord :)


Re: How to import music/sounds in newer patches
Reply #2 on: February 24, 2019, 12:04:06 PM

Alright, I did, thanks