More actions
No edit summary |
(fix link) |
||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Wii.cs Tools | |title=Wii.cs Tools | ||
Line 10: | Line 4: | ||
|description=Handy tools to pack and unpack WAD and APP files. | |description=Handy tools to pack and unpack WAD and APP files. | ||
|author=leath | |author=leath | ||
|lastupdated= | |lastupdated=2010/02/06 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=0.3Plus | |version=0.3Plus | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https:// | |download=https://code.google.com/archive/p/showmiiwads/downloads | ||
|website=https://code.google.com/archive/p/showmiiwads/ | |website=https://code.google.com/archive/p/showmiiwads/ | ||
|source=https://code.google.com/archive/p/showmiiwads/ | |source=https://code.google.com/archive/p/showmiiwads/ | ||
}} | }} | ||
This package contains a collection of useful tools for packing and unpacking WAD and APP files | This package contains a collection of useful tools for packing and unpacking WAD and APP files. | ||
'''Note:''' Editing Wad and/or related files can result in a brick of your Wii. Only use these features if you have a bricksafe Wii, meaning either [[Preloader Wii|Preloader]] or [[BootMii Wii|BootMii/boot2]] is installed, and if you know what you're doing. Also, your Wad files could be destroyed, so be sure to have a backup. | |||
* | |||
* | ==User guide== | ||
* | You will also find the following tools included: | ||
* | * WadMii - Packs and Unpacks Wad files. | ||
* | * U8Mii - Packs and Unpacks U8 archives (including headers). | ||
* UltimateU8 - Advanced U8 Editor. | |||
* TplMii - Converts images to Tpl and vice versa (including Tpl preview). | |||
* Lz77Mii - Compresses and Decompresses files using the Lz77 algorithm. | |||
* DolMii - Inserts a new Dol file into a wad (Uses Waninkokos Nandloader). | |||
The .NET-Framework 2.0 is required to run these applications. | |||
==Changelog== | ==Changelog== | ||
'''Version 0.3''' | '''Version 0.3''' | ||
*Note: License upgraded to GPL v3 | *Note: License upgraded to GPL v3. | ||
*Compiled with latest version of Wii.cs, this basically means several bugfixes initially made for CustomizeMii and ShowMiiWads | *Compiled with latest version of Wii.cs, this basically means several bugfixes initially made for CustomizeMii and ShowMiiWads. | ||
'''Version 0.2''' | '''Version 0.2''' | ||
* Aded CLI (Command Line) Usage for all except UltimateU8 (see CLI.txt for usage) | * Aded CLI (Command Line) Usage for all except UltimateU8 (see CLI.txt for usage). | ||
* Added Tpl previewing to UltimateU8 | * Added Tpl previewing to UltimateU8. | ||
* Added Auto-Header-Detection to UltimateU8. It will automatically select the Header of the file you opened, however, you can still change it if you want | * Added Auto-Header-Detection to UltimateU8. It will automatically select the Header of the file you opened, however, you can still change it if you want. | ||
* UltimateU8 will now temporarily save the Channel Titles, if you open 00.app's, so you don't need to type them again | * UltimateU8 will now temporarily save the Channel Titles, if you open 00.app's, so you don't need to type them again. | ||
'''Version 0.1''' | '''Version 0.1''' | ||
* Initial Release | * Initial Release. | ||
== | ==Credits== | ||
Thanks: | |||
* Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py (which was the base for TPL conversion) | * Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py (which was the base for TPL conversion) | ||
* SquidMan for Zetsubou (which was a reference for TPL conversion) | * SquidMan for Zetsubou (which was a reference for TPL conversion) | ||
Line 45: | Line 46: | ||
* Waninkoko for his Nandloader | * Waninkoko for his Nandloader | ||
Disclaimer: This application comes without any express or implied warranty. The author can't be held responsible for any damages arising from the use of it. | |||
This application comes without any express or implied warranty. The author can't be held responsible for any damages arising from the use of it. | |||
==External | ==External links== | ||
* | * Google Code - https://code.google.com/archive/p/showmiiwads/downloads |
Revision as of 03:48, 31 March 2023
Wii.cs Tools | |
---|---|
General | |
Author | leath |
Type | PC Utilities |
Version | 0.3Plus |
License | GPL-3.0 |
Last Updated | 2010/02/06 |
Links | |
Download | |
Website | |
Source | |
This package contains a collection of useful tools for packing and unpacking WAD and APP files.
Note: Editing Wad and/or related files can result in a brick of your Wii. Only use these features if you have a bricksafe Wii, meaning either Preloader or BootMii/boot2 is installed, and if you know what you're doing. Also, your Wad files could be destroyed, so be sure to have a backup.
User guide
You will also find the following tools included:
- WadMii - Packs and Unpacks Wad files.
- U8Mii - Packs and Unpacks U8 archives (including headers).
- UltimateU8 - Advanced U8 Editor.
- TplMii - Converts images to Tpl and vice versa (including Tpl preview).
- Lz77Mii - Compresses and Decompresses files using the Lz77 algorithm.
- DolMii - Inserts a new Dol file into a wad (Uses Waninkokos Nandloader).
The .NET-Framework 2.0 is required to run these applications.
Changelog
Version 0.3
- Note: License upgraded to GPL v3.
- Compiled with latest version of Wii.cs, this basically means several bugfixes initially made for CustomizeMii and ShowMiiWads.
Version 0.2
- Aded CLI (Command Line) Usage for all except UltimateU8 (see CLI.txt for usage).
- Added Tpl previewing to UltimateU8.
- Added Auto-Header-Detection to UltimateU8. It will automatically select the Header of the file you opened, however, you can still change it if you want.
- UltimateU8 will now temporarily save the Channel Titles, if you open 00.app's, so you don't need to type them again.
Version 0.1
- Initial Release.
Credits
Thanks:
- Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py (which was the base for TPL conversion)
- SquidMan for Zetsubou (which was a reference for TPL conversion)
- Andre Perrot for gbalzss (which was the base for LZ77 (de-)compression)
- Waninkoko for his Nandloader
Disclaimer: This application comes without any express or implied warranty. The author can't be held responsible for any damages arising from the use of it.
External links
- Google Code - https://code.google.com/archive/p/showmiiwads/downloads