GRAnimated

How to make mods for Super Mario Maker

Aug 19th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Tools I use located here: https://www.dropbox.com/s/fppcq27n5n43elz/Tools.zip?dl=0
  2.  
  3. First, here's a list of what is what.
  4.  
  5.  
  6. SZS = Yaz0 compressed SARC file
  7. SARC = SARC file
  8. ARC = SARC file
  9. PACK = SARC file
  10. BFRES = FRES
  11. BFLIM = FLIM (Layout Images)
  12. BFLYT = Layout
  13. BFLAN = Animation
  14.  
  15. --------------------------------------------
  16. Here's where files are stored in the game.
  17.  
  18. TILESETS = M1, M3, MW, and WU _plain in the Model folder.
  19. BACKGROUNDS = M1, M3, MW, and WU _DV in the Model folder.
  20. ENEMIES = StaticSkin.pack in the Pack folder.
  21. LAYOUT = Edit.pack, NormalPlay.pack (Pack folder) and in the Layout folder has some more.
  22. TEXT/MESSAGES = Message folder
  23. FONT = Font folder
  24. SOUND = Sound folder (not covered yet)
  25. --------------------------------------------
  26.  
  27. Now, here's which tools to use to decompress and edit each format.
  28.  
  29.  
  30. SZS = SARCExtract
  31. SARC = SARCExtract
  32. PACK = Wii U ZIP
  33. BFRES = BFRES Tool
  34. BFLIM = BFLIM Tool
  35. BFLYT = Wexos Toolbox
  36. BFLAN = Wexos Toolbox
  37.  
  38. To use SARCExtract, drag your SARC or SZS file into the program.
  39.  
  40. To use Wii U ZIP, open the program and in the "File" menu, press open then find your file. You can use this to replace game files that are in a .PACK
  41.  
  42. To use BFRES Tool, open the .exe in the BFRES Tool folder, wait for a small window to open, then in the "File" tab press open and find your Output.bfres file.
  43.  
  44. To use BFLIM Tool, open the .exe in the BFLIM Tool folder, wait for a small window to open, then in the "File" tab press open and find your BFLIM file.
  45.  
  46. To use Wexos Toolbox, open the .exe in the Wexos Toolbox folder, then in the "File" tab, press open and find your file (Wexos Toolbox can open SARC and SZS files, too.)
  47.  
  48. --------------------------------------------
  49.  
  50. Here's how to compress.
  51.  
  52.  
  53. For compressing BFRES into .sarc files, open the folder "SARC PACK" in command prompt, then type this:
  54.  
  55. "python level_pack.py < folder of bfres > < name of file.sarc >"
  56.  
  57. For compressing .sarc files into SZS files, copy your .sarc into the Wszst folder, then open that folder in
  58. command prompt and type: "wszst COMPRESS < sarc name.sarc > --dest < szs name you want.szs >"
  59.  
  60. For compressing .szs files into PACK files, use Wii U ZIP's replace function.
Advertisement
Add Comment
Please, Sign In to add comment