Guest User

Replacing Stage Music Headers

a guest
Feb 7th, 2016
3,660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. First step is to find a nus3bank you want to use from BrawlCustomMusic. For this tutorial, I'll be using http://smashcustommusic.com/9297
  2. Second step is to download it as a nus3bank for any stage. For this tutorial, I'll be using CRS01 - Menu.
  3. Open your nus3bank in any hex editor. For this tutorial, I'll be using HxD.
  4. Scroll down until you find a line that includes the word "JUNK". For the nus3bank I downloaded, the JUNK text starts at 3AB0.
  5. Delete offsets from 0 to the end of the JUNK line. For the nus3bank I downloaded, I will be deleting 0-3ABF.
  6. Select all and copy the remaining hex values.
  7. Next, open the nus3bank of the song you want to replace in your hex editor. For this tutorial, I'll be replacing snd_bgm_BY03_BY_MysteriousDestiny_3DS.nus3bank.
  8. Again, scroll down until you find the JUNK text. For Mysterious Destiny, it starts at 3AD0.
  9. Click the line under the JUNK text (in my case, it would be 3AE0), then paste write your copied values. (Ctrl-B in HxD)
  10. Save your new nus3bank file, add it to your ExtractedRomFS as you would any other nus3bank, then build your CIA.
Advertisement
Add Comment
Please, Sign In to add comment