Guest User

How to dump

a guest
May 29th, 2018
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. I'm assuming you already have access to the Homebrew Launcher.
  2.  
  3. Put the swupdatedumper.nro in SD:\switch
  4. Boot into CFW.
  5. https://imgur.com/a/OLw2irt
  6. Open Album (which will open up Homebrew Launcher)
  7. Launch the swupdatedumper.nro
  8. Dump Partition 2 (this will take while depending on how big the game is)
  9. Now get the SD and navigate to SD:\dump_2
  10. In that folder, you'll find all the necessary files.
  11. Copy all the contents of dump_2 paste them into a directory of your choice.
  12. The next part is IF the dump comes in multiple files with the extensions .nca.0x (x can be any number starting at 0), if it doesn't come in multiple files skip to "Now extract/decrypt with Hactool." part.
  13. [Now you'll need to merge the .00, .01 and the .02 files.
  14. make a .bat file and type in;
  15. copy /b X.nca.00 + X.nca.01 + X.nca.02
  16. Replace the X with the name of your .00, .01, .02 files for example;
  17. copy /b 08c1d23a902a841b497f7be217c8ad6d.nca.00 + 08c1d23a902a841b497f7be217c8ad6d.nca.01 + 08c1d23a902a841b497f7be217c8ad6d.nca.02
  18. the output file will be the X.nca.00 file.
  19. Rename output file to X.nca. ]
  20. Now extract/decrypt with Hactool.
  21. run "hactool --exefsdir=output --romfs=output/game.romfs NCA"
  22. NCA is the path to your X.nca
  23. And now you'll have a bootable game dump!
Add Comment
Please, Sign In to add comment