WAD (Wii)
The WAD format is an installation/archival format used on the Nintendo Wii game console. Its primary use is to hold software bought over the Internet (through the "Wii Shop Channel"), but it is also used by homebrewers (whether by the company, also, is unclear) for operating system updates[2] and for piracy[3]. When used for applications as opposed to updating the operating system, a WAD usually holds one "channel", a high-level concept of a self-contained program that can be accessed from the "system menu".
The content of the WAD stored using the TMD system, i.e. with a TMD header and a TMD data section contained within the WAD. It appears that the first[4] file is always a Brlan file, which is used as a container for information related to display as a "channel" in the interface sense. This is how WAD manipulation tools can show contained resources as having string-based file names, even though TMD only supports numerical codes for identifying files; they are in fact contained within the TMD.
WAD contents are encrypted using the Ticket system.
Contents |
Sample Files
- CustomizeMii source (see #Software), branch "Base_WADs"
Software
- LibWiiSharp
- Customizemii (AKA WadCustomizer) (Uses libWiiSharp as a backend)
- ShowMiiWads
- zeventig.c (Does not compile due to the lack of a now-lost "tools.h")
Links
References
- ↑ Release of Wikipedia:Wii Shop Channel
- ↑ https://wiibrew.org/wiki/NUS_Downloader
- ↑ https://wiibrew.org/wiki/WAD_files
- ↑ LibWiiSharp source → libWiiSharp/WAD.cs → parseWad