This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change between showmiiwads 1.5 by Leathl : - Remove needs of common-key.bin (use libmiisharp instead) - Major change in extract nand function : * Execute nand extraction function on a separate thread; * Add ability to choose extract directory; * Add progress information (progress bar); * Better exception handling (extraction will continue even if a file couldn't be extracted) * Fix problem with location of keys.bin. This file must be on the same folder than Bootmii dump file ! - Add a form to build a nand "from scratch" (sneek purpose) : * Choose a system menu version, and required stuff will be download (nus) and install to the chosen folder. System Menu 4.2 and 4.3 (E/U/J) are available. * You can use you wii serial number to generate a setting.txt file. If not used, a default setting.txt will be generate.
- Loading branch information
orwel.wit
committed
Apr 16, 2011
0 parents
commit bdee89c
Showing
89 changed files
with
34,415 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
ShowMiiWads - Frequently Asked Questions | ||
|
||
|
||
|
||
Q: How do I add folders? | ||
A: Either use the menu ('File -> Open') or drag one or multiple folders and or wad files onto the application. | ||
You can choose to add all subfolders that contain wad files through 'Options -> Add Subfolders' | ||
|
||
Q: What exactly do the columns mean? | ||
A: Filename - The name of the wad file | ||
Type - The type of the channel, can be either a System Title (IOS, Menu, ...) or a Channel (System Channel, 'Normal' Channel, ...) | ||
Channel Title - The title displayed when holding the Wiimote cursor over a channel icon, stored in 7 different languages in each wad | ||
Title ID - The unique ID with which the channel will be installed, for IOS wads it's the IOS nr. | ||
Blocks - The approx. Blocks the wad will use on NAND | ||
Version - The version of the wad file | ||
Filesize - The approx. size the wad will use on NAND | ||
IOS Flag - The IOS that is required by the channel to run - If you don't have this, chances are good your channel won't work | ||
Region Flag - The region of the wad file | ||
Content - The amount of content files inside the wad | ||
Path - The path where the wad will be installed to on NAND - This is the Title ID in bytes | ||
|
||
Q: Some wads in my folder won't be displayed? | ||
A: If a wad file is corrupted or damaged, so that it can't be read properly, | ||
it just won't be displayed. | ||
This doesn't mean that every wad file which is not displayed is corrupt. | ||
It could be an error with the application or something. | ||
|
||
Q: No Channel Title is displayed at all?<br> | ||
A: It might be that you don't have the (common-)key.bin in the application directory. | ||
Use 'Tools -> Create Common-Key' to create it and refresh. | ||
Also consider that System Wads and Hidden Channel don't have Channel Titles. | ||
|
||
Q: Why is the size a range for some wads? | ||
A: The Wii uses shared contents, meaning that some wads use exactly the same content files. | ||
Having that files multiple times on NAND would be a waste of space, thus these contents are stored in /shared1/. | ||
Now, the smaller size suggests you already got all shared contents required by the wad file in your /shared1/ folder (so only non-shared contents will be installed, | ||
while the bigger size suggests that you got none of them (so all contents will be installed). | ||
|
||
Q: What's the Common-Key and where can I get it? | ||
A: The Common-Key is needed to decrypt the Title Key of a wad file, which is used to decrypt the content. | ||
You can simply create it using 'Tools -> Create Common-Key.bin'. | ||
The Common-Key itself is NOT stored in the application. It's built using your input and some bytes that are stored encrypted. | ||
|
||
Q: How can I see what a Banner or Icon of a wad looks like? | ||
A: Right-click the wad and 'Preview' to see the Banner and Icon images. | ||
|
||
Q: How can I see the installed titles of my NAND Backup? | ||
A: First, set the Path to your NAND Backup ('Options -> Change NAND Backup Path'), it will be saved in the config, so you only need to do this once. | ||
Then just click 'View -> ShowMiiNand'. | ||
|
||
Q: How can I install titles to my NAND Backup? | ||
A: In ShowMiiWads: Right-click a wad an choose 'Extract -> To NAND'. | ||
In ShowMiiNand: Either use the menu or the installation queue by dragging wads or folders onto the ShowMiiNand window. | ||
'Install' and 'Discard' will appear at the bottom of the window. | ||
|
||
Q: How can I delete titles from my NAND Backup? | ||
A: Just right-click any installed title and use 'Delete'. | ||
|
||
Q: How can I pack a wad from a title on my NAND Backup? | ||
A: Right-click the title and use 'Pack To Wad'. Of course, all required shared contents must be in the /shared1/ folder. | ||
|
||
Q: What's the difference between 'Pack Wad' and 'Pack Wad (without Trailer)'? | ||
A: Most custom channels distributed on the internet have a footer inserted in the wad file. | ||
This is the so called 'trailer'. Mostly the 00.app is stored in it's decrypted form there. | ||
It's just a waste of space, so you can use the 'Pack Wad (without Trailer)' function to save some discspace. | ||
|
||
Q: What's the 'Unpack U8 Archive' function for? | ||
A: The Wii uses so called 'U8 Archives' (Not an official name). | ||
The common U8 Archives we have to deal with are the '00000000.app', 'banner.bin' and 'icon.bin' and 'opening.bnr' (discs). | ||
Visit the WiiBrew Article for further information: http://wiibrew.org/wiki/U8_archive | ||
|
||
Q: What's the 'Convert Tpl To Png' function good for? | ||
A: If you have a Tpl somewhere and want to know what it looks like, just convert it to a Png. | ||
|
||
Q: I changed a wads region, but only get a blackscreen when running it | ||
A: Region changing of wads won't always work - Better get a wad of your region. | ||
|
||
Q: I think I discovered a bug, what now? | ||
A: Please be sure that it's not a corrupted wad file. | ||
If it really seems to be a bug with ShowMiiWads, report it here: http://code.google.com/p/showmiiwads/issues/list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
//Please write the name of your language IN YOUR LANGUAGE here! Example: *Français* | ||
*English* | ||
//This is an example language file for ShowMiiWads 1.1b | ||
//Use a '//' in front of a line to comment it out (just as seen in this line) | ||
//Be sure that the lines stay in exactly the same order as they are and don't | ||
//remove a line or add one (except for comments)! | ||
// | ||
//{0}, {1}, ... are placeholder. | ||
//<s> is a new line. | ||
//Don't change the amout of placeholders or new lines, else you probably will get errors! | ||
//Don't delete "---Empty" lines, just leave them as they are! | ||
File | ||
Language | ||
Help | ||
Save Folders | ||
Refresh | ||
Choose the folder where the packed wads will be saved | ||
Close && Discard | ||
About | ||
Filename | ||
Title ID | ||
Blocks | ||
Filesize | ||
IOS Flag | ||
Region Flag | ||
Content | ||
Path | ||
Files | ||
About | ||
Changing Title ID failed! | ||
Error | ||
Choose a folder | ||
Edit | ||
Change Title ID | ||
Rename | ||
Change Region Flag | ||
Options | ||
Exit | ||
Cancel | ||
Rename | ||
Please enter a new name or template.<s><s>Variables | ||
Delete | ||
File does not exist! | ||
Delete File? | ||
Do you really want to delete {0} File(s)? | ||
Resize Columns Automatically | ||
Texture Format | ||
Size | ||
Folders | ||
Remove This Folder | ||
A separate folder will be created for each file | ||
Extract | ||
Change Title ID | ||
Enter the new Title ID | ||
The Title ID must contain characters and numbers only! | ||
The Title ID must be 4 characters long! | ||
Open Folder | ||
Copy | ||
Cut | ||
Paste | ||
The destination file does already exist. Would you like to overwrite? | ||
Close && Save | ||
Overwrite? | ||
The (common-)key.bin must be in the application directory! | ||
Common-Key not found | ||
Save Wad | ||
To Folder | ||
Choose your NAND Backup Directory | ||
You need to define the path to your NAND Backup (Options)! | ||
NAND Backup not found | ||
Save | ||
To NAND | ||
Change NAND Backup Path | ||
Editing Features are limited to Channel Titles! | ||
Slang Files | ||
The slang file is invalid! | ||
Information | ||
{0} Errors occured | ||
Successfully unpacked U8 Archive | ||
Are you sure? | ||
There are no Wads to change to Region Free in this folder! | ||
Successfully converted Image to Tpl | ||
Export To File | ||
Show Path In Groupnames | ||
Change Channel Title | ||
Choose the folder including the contents to pack | ||
The Channel Title couldn't be found! | ||
Recently Opened | ||
From File | ||
Tools | ||
View | ||
Pack Wad | ||
Pack Wad (without Trailer) | ||
There are files missing! | ||
Queue | ||
Install | ||
Discard | ||
Installed Titles | ||
Version | ||
Type | ||
Channel Title | ||
File | ||
Folder | ||
All wad files in the selected folder will be installed | ||
Add Subfolders | ||
Select the Folder to pack to a U8 Archive | ||
Previewing only works with Channels! | ||
File is no valid U8 Archive! | ||
Only TPL files containing 1 Texture are supported! | ||
The Texture has an unsupported format! | ||
Preview | ||
Unpack U8 Archive | ||
Convert Tpl To Image | ||
Close | ||
Save All | ||
Banner Images | ||
Icon Images | ||
Both | ||
Hidden Channel don't have Banners or Icons! | ||
Please type '{0}' to create '{1}' | ||
You should have typed '{0}'! | ||
Create Common-Key | ||
'{0}' already exists! | ||
You already have the latest version. | ||
Version {0} is available.<s>Get it at: {1}<s>Do you want it to be downloaded? | ||
Check For Update | ||
Backup has been restored | ||
No Backup of this file has been created! | ||
Create Backups Before Editing | ||
Restore Backup | ||
Shall the resultant U8 file be Lz77 compressed?<s>Do not compress 00000000.app files! | ||
Question | ||
Download completed! | ||
Show Splash Screen | ||
Enter Channel Titles | ||
Successfully packed U8 Archive | ||
This is no valid 00000000.app<s>The file was saved without a header! | ||
Successfully compressed file | ||
Successfully decompressed file | ||
Successfully inserted new Dol file | ||
Insert Dol | ||
Change IOS Slot | ||
Change Title Version | ||
With IMD5 Header | ||
With IMET Header | ||
Without Header | ||
Lz77 Compress | ||
Lz77 Decompress | ||
As RGB565 (Moderate Quality) | ||
As RGB5A3 (Low Quality) | ||
As RGBA8 (High Quality) | ||
Remove All Folders | ||
Refresh This Folder | ||
Backup | ||
Restore | ||
Backup All | ||
Restore All | ||
Savedata | ||
Convert Image To Tpl | ||
Pack U8 Archive | ||
Enter Title Version | ||
Enter a new Title Version.<s>Please note that the maximum is 65535. | ||
You must enter a proper Title Version | ||
Enter IOS Slot | ||
Enter a new IOS Slot | ||
You must enter a proper Slot Number | ||
{0} error(s) occurred! | ||
Replace | ||
Portable Mode | ||
Extract BootMii Dump |
Oops, something went wrong.