Difference between revisions of "CustomizeMii"
(Version 1.1) |
|||
Line 5: | Line 5: | ||
| author = [[User:Leathl|Leathl]] | | author = [[User:Leathl|Leathl]] | ||
| maintainer = [[User:Leathl|Leathl]] | | maintainer = [[User:Leathl|Leathl]] | ||
− | | version = 1. | + | | version = 1.2 |
| download = http://code.google.com/p/customizemii/downloads/list | | download = http://code.google.com/p/customizemii/downloads/list | ||
| website = http://customizemii.googlecode.com/ | | website = http://customizemii.googlecode.com/ | ||
Line 15: | Line 15: | ||
The .NET Framework 2.0 is required to run this application!<br> | The .NET Framework 2.0 is required to run this application!<br> | ||
<br> | <br> | ||
− | + | A mono version is available which runs under Linux / Mac OS X (Requires the mono framework to be installed!)<br> | |
− | + | <br> | |
− | the | + | Thanks to icefire / Xuzz for the basic idea of this Application!<br> |
<br> | <br> | ||
''And No: This has nothing to do with piracy! It's for creating custom Channels for your Homebrew Apps (like the Homebrew Channel).'' | ''And No: This has nothing to do with piracy! It's for creating custom Channels for your Homebrew Apps (like the Homebrew Channel).'' | ||
Line 29: | Line 29: | ||
Editing WAD files can result in a brick of your Wii. | Editing WAD files can result in a brick of your Wii. | ||
− | Only use | + | Only use this application if you have a bricksafe Wii, meaning either Preloader or |
BootMii/boot2 is installed, and if you know what you're doing. Editing of the banner can easily cause a banner brick (causes the system menu to crash after the health screen) if you are not careful (although this program should fix any issues with that) which is only fixable but easily so if you have access to [[Homebrew_Channel|Homebrew Channel]] or [[BootMii]] from the launch of your Wii. | BootMii/boot2 is installed, and if you know what you're doing. Editing of the banner can easily cause a banner brick (causes the system menu to crash after the health screen) if you are not careful (although this program should fix any issues with that) which is only fixable but easily so if you have access to [[Homebrew_Channel|Homebrew Channel]] or [[BootMii]] from the launch of your Wii. | ||
Line 46: | Line 46: | ||
*Andre Perrot for gbalzss (which was the base for LZ77 decompression) | *Andre Perrot for gbalzss (which was the base for LZ77 decompression) | ||
*comex and Waninkoko for both their NAND Loader | *comex and Waninkoko for both their NAND Loader | ||
+ | *djdynamite123 for the forwarder base files (ForwardMii-Plugin) | ||
+ | *The USB Loader GX Team for their forwarder source (ForwardMii-Plugin) | ||
== Changelog == | == Changelog == | ||
+ | |||
+ | === Version 1.2 === | ||
+ | * Fixed writing/reading of channel titles, so japanese characters will work now | ||
+ | * Added checkbox (Options tab) to turn security checks off | ||
+ | * Added built-in forwarder creator (Needs the ForwardMii.dll which is separately avaiable) | ||
+ | * You can choose MP3 files as channel sound (Needs lame.exe in application directory) | ||
+ | * Bugfixes | ||
=== Version 1.1 === | === Version 1.1 === | ||
− | |||
* Note: License upgraded to GNU GPL v3! | * Note: License upgraded to GNU GPL v3! | ||
* Sound is working now | * Sound is working now |
Revision as of 03:23, 5 December 2009
CustomizeMii | |
![]() | |
General | |
---|---|
Author(s) | Leathl |
Type | PC utility |
Version | 1.2 |
Links | |
Download | |
Website | |
Source |
CustomizeMii is a 100% legal custom Channel creator for the Wii.
It's completely written by myself (some parts are based on other 100% legal codes).
Use legal Base WADs to create your own legal custom Homebrew Channels.
The .NET Framework 2.0 is required to run this application!
A mono version is available which runs under Linux / Mac OS X (Requires the mono framework to be installed!)
Thanks to icefire / Xuzz for the basic idea of this Application!
And No: This has nothing to do with piracy! It's for creating custom Channels for your Homebrew Apps (like the Homebrew Channel).
Screenshot
Disclaimer
Editing WAD files can result in a brick of your Wii.
Only use this application if you have a bricksafe Wii, meaning either Preloader or BootMii/boot2 is installed, and if you know what you're doing. Editing of the banner can easily cause a banner brick (causes the system menu to crash after the health screen) if you are not careful (although this program should fix any issues with that) which is only fixable but easily so if you have access to Homebrew Channel or BootMii from the launch of your Wii.
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.
Bugs & Suggestions
Please report any bugs and suggestions at http://code.google.com/p/customizemii/issues/list
Thanks
- Xuzz for his idea and hard work
- 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 decompression)
- comex and Waninkoko for both their NAND Loader
- djdynamite123 for the forwarder base files (ForwardMii-Plugin)
- The USB Loader GX Team for their forwarder source (ForwardMii-Plugin)
Changelog
Version 1.2
- Fixed writing/reading of channel titles, so japanese characters will work now
- Added checkbox (Options tab) to turn security checks off
- Added built-in forwarder creator (Needs the ForwardMii.dll which is separately avaiable)
- You can choose MP3 files as channel sound (Needs lame.exe in application directory)
- Bugfixes
Version 1.1
- Note: License upgraded to GNU GPL v3!
- Sound is working now
- Added brlan and brlyt tabs (for advanced users)
- Added displaying of image width and height in preview window
- Added "Make Transparent" checkbox for TPLs
- Fixed IA8 previewing / extracting
- Improved bricksafety (hopefully!)
- Added Tooltips
- Added update check at startup
- Wrote basic instructions (see Instructions.txt or instructions tab)
Version 1.0
- Initial Release