Skip to content

Menu Files


First, we need to obtain the menu files, either through FTP or by using JNUSTool

Retrieving Menu Files Through FTP

What you need

Now depending on your operative system select a FTP client:

  • Windows: WinSCP.
  • MacOS: Cyberduck.
  • Linux: Nautilus or Dolphin, the file explorers for GNOME and KDE respectively .
    • if not usable, use gFTP instead.
  • Android: File Manager.

Guide

Step by step guide

  1. Turn on your console without any custom theme. (This will cause issues when getting the files we need.)
  2. Open the WUPS Menu (L + ↓ + SELECT) and search for FTPiiU Plugin.
  3. Press Settings and enable everything.
  4. On your PC open the FTP client.
  5. It will ask for your Console IP and Port Number you can see these details on your console. This is a local IP address, so it doesn't matter.
  6. It will ask for a user and a password, leave it blank, just accept.
  7. Now navigate to the Wii U Menu Folder, depending on the console region:

    • USA: storage_mlc/sys/title/00050010/10040100/content/Common/Package
    • EUR: storage_mlc/sys/title/00050010/10040200/content/Common/Package
    • JPN: storage_mlc/sys/title/00050010/10040000/content/Common/Package
  8. Select Men.pack and Men2.pack, then click Download.

  9. It will ask for a place to download the files, it's recommended to create a specific folder to save the content.
  10. Now do the same but with cafe_barista_men.bfsar, Go back and then navigate to Sound/Men.
  11. Download cafe_barista_men.bfsar.

Credits to wiki.hacks.guide for the information in this section.

Using JNUSTool to Download Menu Files

This is useful in case you lost your original Wii U menu files.

What you need

  • otp.bin.
    • It's already in your sd card if you're using aroma.
    • SD:\wiiu\backups\SERIAL_NUMBER\otp.bin.
  • JNUSTool.

Getting the Wii U Common Key

Setting up JNUSTool

Open the JNUSTool folder and open the file config, then replace [COMMON KEY] with the Common Key from the previous step.

config
http://ccs.cdn.wup.shop.nintendo.net/ccs/download
[COMMONKEY]
updatetitles.csv
https://tagaya.wup.shop.nintendo.net/tagaya/versionlist/EUR/EU/latest_version
https://tagaya-wup.cdn.nintendo.net/tagaya/versionlist/EUR/EU/list/%d.versionlist

Running command

Make a command.bat file inside the JNUSTool folder and paste this

@echo off
set /p id="Please enter the Region ID: "
java -jar JNUSTool.jar %id% -dl
pause

Run the command and type the region ID.

  • USA: 0005001010040100
  • EUR: 0005001010040200
  • JPN: 0005001010040000

Example with USA region

Image title

Downloading files

Go to root/content/Common/Package and download Men.pack and Men2.pack.

Image title

Go to root/content/Common/Sound/Men and download cafe_barista_men.bfsar.


Continue to Patching →