• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[DBC][EDITING]How to add your own music to your server!

frost

Banned
ok so i found this tutorial on a site so imma share my discovery with EMUDEVS

Things you will need:

1) Taliis
2) Landik's MPQEditor
3) SoundEntries.dbc
4) Music you want to add!(mp3 format only)

MAKING STRINGS:


  1. Ok, now we must open Taliis, click file>open>SoundEntries.dbc (you should of made a copy of that file to use).
  2. Double-click the SoundEntries.dbc to the left, then click "strings" at the top you see a textbox with
    a green "+" sign.
  3. First replace the text in the textbox with "Sound\Music" then click the "+" sign
  4. scroll down on the strings, if you see it, you added it!
  5. Now also you need to add the exact names of your music files and add
    a .mp3 at the end! MAKE SURE THE FILE NAME DON'T HAVE CAPITAL LETTERS
  6. lets say I wanted to add JustLootIt by Nyhm, I would rename the file to "justlootitnyhm.mp3"
    then after I add that as a string too I would go to the first "Table" in the list to the left.




ADDING THE MUSIC TO THE TABLE:




  1. Ok, now that you have the "Table" open at the top, now find a music file with the column #1 as 28. its pretty far
    down just scroll till you find one.
  2. left-click it once, then right-click it and click clone selected row(s).
  3. Scroll to the bottom, and you will see a row with the EXACT same name as the one you cloned!
  4. Now change the ID or as you see it column #0, change it to an unused ID, mine was 18020.
  5. Then go back to "strings" and find the number next to the string you added! Then go to the "Table"
    again and go to your row,
  6. click on the name, and you will see it change to numbers, change the numbers to
    the ones that you just got from your string that you added as soon as you get the numbers in, you will see the name
    change. do this for column 2 and 3...

    NOTE: 2 is the folder name 3 is the file name
  7. Now change columns 4-12 to 0
  8. change column 13 to 1
  9. change column 14-22 to 0....
  10. Now go back to "strings" and look for the string id that you made for "Sound\Music", remember that ID!
  11. Now place the ID of "Sound\Music" in column 23.
  12. column 24 to 0.9 (volume 90%)...
  13. column 25 needs to be 0 and leave the rest the way they are!
  14. Now click File>Save As save it in a place the doesn't
    already have a SoundEntries.dbc in it!!!! (By the way that just added one song,
    if you added more strings for more songs,
    you have to clone another row and do the same process for each song.)




MAKING THE PATCH:



  1. Now lets make the patch for it almost done....
  2. Open Landik's MPQEditor (make sure you have extracted the file)...
    Click MPQs and click New...
  3. Call it Patch-S.MPQ Create empty MPQ archive.... size 8... Finish...
  4. Right-Click Patch-S.mpq to the left, then click "New Folder"
  5. Name it "DBFilesClient" without the quotes.
  6. right-click "DBFilesClient" and click "Add Files..."
  7. add your SoundEntries.dbc to that folder...
  8. After that right-click Patch-S again>NewFolder name it "Sound"....
  9. Now right-click "Sound" and
    click New Folder and name it "Music"
  10. Now Right-Click "Music" and click "add Files...." and add your .mp3's to that folder.....
  11. Now close Landik's MPQ editor, move your edited SoundEntries.dbc to your core/dbc folder replacing the other one, put the
    Patch-S in your wow/data folder
  12. Login and use the .playall {ID} command and play the id of your song!
  13. Don't forget that anyone on your server will need your patch to hear the songs too :)
  14. ENJOY!!!


CREDITS: Mallokfirewind98 for the tutorial
Me for sharing it here :p
 
Last edited:

Mahado

Epic Member
Gj, its alright guide. :p Perhaps few screens to point out things would have been nice.

Keep it up, lets get all DBC stuff covered lolz.
 

frost

Banned
Gj, its alright guide. :p Perhaps few screens to point out things would have been nice.

Keep it up, lets get all DBC stuff covered lolz.

this was not my tutorial. i only shared it and put formatting to it.
besides i dont like tutorials with screenshots.
screenshots go away sometimes because they are removed by the host. when that happens tutorials die so to speak.
 
Top