Advertisement
Guest User

Untitled

a guest
May 4th, 2016
10,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. HOW TO MAKE YOUR OWN CUSTOM MUSIC (Windows only)
  2.  
  3. PREREQUISITES
  4. These files for converting and injecting music - https://mega.nz/#!npdiESiC!zYvppPE2hae4Oi6Na5XvLYKkJdqxmk5XBnMDfM7Mtmc
  5. Python 2.7 installed - https://www.python.org/downloads/release/python-2711/
  6. The music you want to add in either WAV or BRSTM format
  7. Mods already set up - http://pastebin.com/ES053DpJ
  8.  
  9.  
  10. CREATING IDSP FILE
  11. 1) If you want your song to loop and it is currently a WAV file, you need to convert it to BRSTM
  12. (there are many guides online on how to do this from the Brawl days)
  13. 2) Extract all the archives in the Music Pack you downloaded
  14. 3) Copy your WAV/BRSTM into the "Make IDSP" folder
  15. 4) Drag and drop it onto "sm4shidspbuild"
  16. 5) Wait for the process to complete
  17.  
  18. INJECTING INTO NUS3BANK
  19. 1) Go to smashcustommusic.com, and download a NUS3BANK of any song, over the stage/song you want in Smash.
  20. (it doesn't matter which song, we're just using it for the name and the nus3bank container)
  21. 2) Copy your downloaded NUS3BANK and your newly created IDSP into the "Inject into NUS3BANK" folder
  22. 3) Rename the IDSP file so it has the same name as the NUS3BANK, without the "sound_bgm_" at the start
  23. (so, for example, if my NUS3BANK is snd_bgm_CRS02_Senjyou.nus3bank, I'd name my IDSP CRS02_Senjyou.idsp)
  24. 4) Shift + rightclick in the "Inject into NUS3BANK" folder and select "Open command window here"
  25. 5) In the command window, type "python nus3inject.py <name of NUS3BANK> <name of IDSP> 0x0"
  26. (so, with my previous example, I'd type "python nus3inject.py snd_bgm_CRS02_Senjyou.nus3bank IDSP CRS02_Senjyou.idsp 0x0")
  27. 6) You can now copy it onto your SD card, in the same way you would in the last tutorial
  28.  
  29.  
  30. I hope you enjoy using custom music! If you want to know the full list of music files, there's a dump of that here: http://pastebin.com/g2T1t7Yr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement