Advertisement
GRAnimated

Save Editing Tutorial | Mario Odyssey | Requires Homebrew

May 12th, 2018
13,273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Download nut-v0.1.zip from https://github.com/3096/nut/releases/.
  2.  
  3. Make a new folder on your SD card inside the switch folder, name it nut, then put the contents of the ZIP inside.
  4.  
  5. Put your SD back your console. Boot into CFW and go to the Homebrew Launcher.
  6.  
  7. Extract your save from your console with the newly appearing Y'All Are NUTs.
  8.  
  9. Turn off your console now, and put the SD into your PC.
  10.  
  11. After you run the homebrew app and dump your save, it will be in the save or dump folder inside the nut folder inside the switch folder.
  12.  
  13. Copy the folder to somewheres safe, back it all up, and then copy it to a directory you can modify it in.
  14.  
  15. Get HxD Hex Editor from here: https://mh-nexus.de/en/hxd/
  16.  
  17. Open your File#.bin inside HxD. (Remember, # is the save number)
  18.  
  19. Copy everything past the first 16 bytes (First Line) into a new file.
  20.  
  21. Save it as a File#.byml (for #, use the same save number)
  22.  
  23. Get https://github.com/exelix11/TheFourthDimension/releases and extract it to somewheres you can open it.
  24.  
  25. Ignore the startup message about files if it appears.
  26.  
  27. Use Byml > Xml in the File tab to convert the .byml to .xml.
  28.  
  29. Open the xml up in your favorite text editor. I recommend Notepad++.
  30.  
  31. Change whatever aspect of your save you'd like. I'd start simple with coins or moons.
  32.  
  33. Save the XML.
  34.  
  35. Open back up Fourth Dimension if you closed it, and use Xml > Byml in the File tab.
  36.  
  37. Close HxD entirely. Re-open it and open the File#.bin and the new .byml file in it.
  38.  
  39. In the .bin, delete all bytes after the first 16 bytes, or the first line.
  40.  
  41. In the .byml, do CTRL + A, then copy. Go to the .bin, select the end of the file, then right click and hit Paste Insert.
  42.  
  43. Do CTRL + A, and keep track of the Length: ######.
  44.  
  45. Go to the end of the File, and click right after the last byte. In the Edit tab, click Insert Bytes.
  46.  
  47. Open a calculator that supports HEX, I use Windows 7's Programmers Calculator in the Calculator application.
  48.  
  49. Now, do 20000C - the length from HxD.
  50.  
  51. In HxD, go back to Insert Bytes and insert the amount you just got from your Calculator.
  52.  
  53. Save and Quit.
  54.  
  55. On your SD, in the nut folder, inside inject, go ahead and put your new File#.bin in there.
  56.  
  57. After you put the SD back in the switch, you can go back to Y'All Are NUTs, find your user, and hit Inject now.
  58. After it says Changes committed, reboot.
  59.  
  60. There you go! You can now launch Super Mario Odyssey and your save should now be modified.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement