Advertisement
jam1garner

Custom mii icon save injection tutorial

Sep 27th, 2016
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. Have: The inject pack, TexConv2 (can't link here, google) and https://github.com/aboood40091/GTX-Extractor/releases/download/v2.2.1/gtx_extract_v2.2.1.zip (warning: 40.2 MB download) and lastly the nvidia dds utilities - https://developer.nvidia.com/gameworksdownload#?dn=dds-utilities-8-31
  2.  
  3.  
  4. --------------------------------First time setup---------------------------------------
  5. -Extract the inject pack and GTX extractor to their own folders
  6. -run dds utilities installer
  7. -go to the install directory of dds utilities (C:/Program Files(x86)/NVIDIA Corp/DDS Utilities/ for me) and copy nvdxt.exe to a folder beside your inject pack and gtx extractor folders
  8. ---------------------------------------------------------------------------------------
  9.  
  10.  
  11. -------------------------------Using CEMU for testing----------------------------------
  12. -Download the latest version of CEMU and unzip into any folder
  13. -Put your dump somewhere CEMU can access
  14. -File -> Load, select your game.
  15. -Now you are probably seeing a black screen that you are stuck on, what you need to do is remove all controllers then plug as many as you want back in. (Options -> Input Settings to drop/connect controllers)
  16.  
  17. *dump your game then continue here*
  18. -to install a save you should just be replacing files in \cemu folder\mlc01\emulatorSave\ (or something similar) for me I had a folder called d72e798a_255 inside which is where I put the contents of my save's common folder and d72e798a for the 80000002 folder
  19. you should now be good to test using that save
  20. ----------------------------------------------------------------------------------------
  21.  
  22. Step 1: dump you save with saviine https://gbatemp.net/threads/release-saviine-wiiu-savedata-tool.399833/
  23.  
  24. Step 2: make a complete backup of your save that you never touch - just in case
  25.  
  26. Step 3: go into the common folder of your game save and find the texture folder then copy any .TEX file into your inject pack folder
  27.  
  28. Step 4: extract the tex the same way you would a nut (in the newer versions drag and drop the .TEX on top of A.Extract.A.bat, this should print out some text that looks exactly like this:
  29. Slot 0 ID 0 1 Mipmaps ABGR_8888/A8B8G8R8
  30.  
  31. It will then tell you that TexConv2 crashed, don't worry about that. That should happen.
  32.  
  33. Go into your Convert folder and you should have a 0.gtx, take that and move it over into your gtx extractor folder
  34.  
  35. Step 5: drag and drop 0.gtx on top of gtx_extract.exe and you should get 0.png
  36.  
  37. Step 6: edit 0.png to your hearts content then move it to the nvdxt.exe folder and run the command: (Note: to open command prompt from a folder hold shift and right click some blank space in the folder then select "open command window here")
  38.  
  39. nvdxt.exe -file 0.png -nmips 1 -u8888
  40.  
  41. then you should get a file called 0.dds, take this and move it to your inject pack folder.
  42.  
  43. Step 7: From within the inject pack folder run the command:
  44.  
  45. NUT_Inject.py mtex_00_00.tex 0.dds 0
  46.  
  47. replace "mtex_00_00.tx" with your .tex name
  48.  
  49. Step 8: Inject your save using saviine (Note: you shouldn't have to inject the whole save, just inject the relevant files)
  50.  
  51. Enjoy your custom mii icons!
  52.  
  53. -jam1garner (Please don't copy/paste this onto another site, just link mine or make your own tut where you credit me)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement