Advertisement
KotuMF

Haxchi 2.0 Installation Guide

Nov 28th, 2016
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. Get both `haxchi.elf` and `haxchi.zip` from <https://github.com/FIX94/haxchi/releases>. List of compatible games are here: <https://github.com/FIX94/haxchi/blob/master/README.md>
  2.  
  3. Extract the contents of `haxchi.zip` to `sd:/haxchi` (make the folder). It should be `sd:/haxchi/(haxchi.zip contents)`.
  4.  
  5. Go to `wiiu/apps/` and make a folder named `haxchi` and drop `haxchi.elf` into the folder. `sd:/wiiu/apps/haxchi/haxchi.elf`
  6.  
  7. (If you have a previous haxchi, you do not need to uninstall it. You can simply install over it. At this point, make sure that your DS VC game is on the System Memory and NOT on a USB drive.)
  8.  
  9. Run the elf on the Wii U by using your entrypoint to get to HBL and open the tab called haxchi.
  10.  
  11. It will ask you to pick the game you want haxchi to be installed on, and after that a warning. Just press A and you're good to go!
  12.  
  13. After that, you have haxchi!
  14.  
  15. If you desire to uninstall haxchi, you must delete the DS VC game entirely and download it again.
  16.  
  17. Config.txt format:
  18. DEFAULT=<filepath> is used for when you don't press anything while haxchi is booting.
  19. BUTTON=<filepath> is used for when you hold a button when booting haxchi.
  20.  
  21. `default=fw.img` - loads into CFW SysNAND/RedNAND depending on the fw.img you compiled when holding nothing.
  22. `a=wiiu/apps/homebrew_launcher/homebrew_launcher.elf` - loads into Homebrew Launcher when holding A.
  23.  
  24. My config:
  25. default=wiiu/cfw/fw.img
  26. up=wiiu/rednand/fw.img
  27. a=wiiu/apps/homebrew_launcher/homebrew_launcher.elf
  28. b=wiiu/apps/wupinstaller/wupinstaller.elf
  29. x=wiiu/apps/hidtovpad/hidtovpad.elf
  30. y=wiiu/apps/appstore/hbas.elf
  31.  
  32. Say you want WUP Installer:
  33. Go to `wiiu/apps/wupinstaller` on your SD card.
  34. `wiiu/apps/<homebrew_name>/<filename.elf>` is the directory the Wii U follows.
  35. It should be this when completed: b=wiiu/apps/wupinstaller/wupinstaller.elf
  36. The end task of this is to make a directory it follows.
  37.  
  38. If you want CFW SysNAND and RedNAND, do this configuration:
  39. Make two folders named `cfw` and `rednand`. Drop the correct fw.img's into the correct folders.
  40. Put this in config.txt:
  41. a=cfw/fw.img
  42. b=rednand/fw.img
  43. If you want, you can make either one the default so you don't have to press anything.
  44. default=cfw/fw.img
  45. a=rednand/fw.img
  46. Remember you can change the buttons.
  47.  
  48. To install your new config, just run the haxchi installer again! YOU MUST USE THE INSTALLER IN ORDER FOR YOUR NEW CONFIG TO TAKE EFFECT.
  49.  
  50. Go here to make your own custom icons and banners for your own customized Haxchi: COMING SOON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement