mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-22 09:09:18 +01:00
* ohneschwanzenegger:: add stuff to readmii
This commit is contained in:
parent
52c732489a
commit
f4a991de29
@ -6,7 +6,7 @@ Creating a "blank" nand:
|
|||||||
Select File -> New Nand ( ctrl + N )
|
Select File -> New Nand ( ctrl + N )
|
||||||
select the destination for the new file in the "destination" field !make sure you have 528MiB of free space!
|
select the destination for the new file in the "destination" field !make sure you have 528MiB of free space!
|
||||||
If you have an existing nand.bin from the Wii, you can select it by clicking the big "Existing Nand" button. This will fill in the rest of the necessary information.
|
If you have an existing nand.bin from the Wii, you can select it by clicking the big "Existing Nand" button. This will fill in the rest of the necessary information.
|
||||||
If you dont have an existing dump to read from, you can enter the path of "keys.bin", the first 8 blocks of nand (including spare data), and the bad blocks using the rest of the dialog window. Bad blocks may be entered manually, or read from a plaintext file with 1 number on each line.
|
If you dont have an existing dump to read from, you can enter the path of "keys.bin", the first 8 blocks of nand (including spare data), and the bad blocks using the rest of the dialog window. Bad blocks may be entered manually, or read from a plaintext file with 1 number (dec) on each line.
|
||||||
When you click the "Ok" button, the Gui will hang a bit as it writes the full 528MiB file to your PC.
|
When you click the "Ok" button, the Gui will hang a bit as it writes the full 528MiB file to your PC.
|
||||||
|
|
||||||
|
|
||||||
@ -14,13 +14,15 @@ When you click the "Ok" button, the Gui will hang a bit as it writes the full 52
|
|||||||
Opening an existing nand:
|
Opening an existing nand:
|
||||||
Enter a path of an existing nand.bin in the "nand.bin" field, or press the "search" button to browse for it on your PC. Once you have selected one, click "init nand" to tell the gui you are ready. IT IS NOT RECCOMMENDED TO USE THIS PROGRAM ON YOUR ONLY COPY OF A NAND. MAKE A COPY AND THAT.
|
Enter a path of an existing nand.bin in the "nand.bin" field, or press the "search" button to browse for it on your PC. Once you have selected one, click "init nand" to tell the gui you are ready. IT IS NOT RECCOMMENDED TO USE THIS PROGRAM ON YOUR ONLY COPY OF A NAND. MAKE A COPY AND THAT.
|
||||||
|
|
||||||
|
Formatting:
|
||||||
|
You can simply write to a nand as it is, or you can format it with content -> format. this will wipe out any of the files within the filesystem including game saves, channels, IOS, etc. boot1&2, special blocks, and the supercluster generation are left alone
|
||||||
|
|
||||||
Downloading titles and installing them:
|
Downloading titles and installing them:
|
||||||
Before you do anything, set a path for the NUS cache. This is where the program will cache downloaded files for later use. This should be a location that has decent reading & writing speeds (dont use an SD card).
|
Before you do anything, set a path for the NUS cache. This is where the program will cache downloaded files for later use. This should be a location that has decent reading & writing speeds (dont use an SD card).
|
||||||
The upper fields accept a TID and/or version to download and install a specific title. Leave the version field empty to get the latest version.
|
The upper fields accept a TID and/or version to download and install a specific title. Leave the version field empty to get the latest version.
|
||||||
It also accepts a string such as "3.2u", 4.3e", or "3.5k". This will attempt to get all of the titles that were in the given update. I have used wiimpersonator logs when available, and game update partitions where the wiimpersonator logs were missing. There are some discrepancies as to which titles should be in a given update based on update partitions, but I believe I've gotten it pretty close.
|
It also accepts a string such as "3.2u", 4.3e", or "3.5k". This will attempt to get all of the titles that were in the given update. I have used wiimpersonator logs when available, and game update partitions where the wiimpersonator logs were missing. There are some discrepancies as to which titles should be in a given update based on update partitions, but I believe I've gotten it pretty close.
|
||||||
Press the "get it" button.
|
Press the "get it" button.
|
||||||
When all teh titles are done downloading, it will ceck for a setting.txt. If there is a system menu, but no setting.txt, it will prompt to create one.
|
When all the titles are done downloading, it will check for a setting.txt. If there is a system menu, but no setting.txt, it will prompt to create one.
|
||||||
|
|
||||||
|
|
||||||
Installing wads:
|
Installing wads:
|
||||||
|
Loading…
Reference in New Issue
Block a user