2009-11-08 23:53:22 +01:00
|
|
|
#summary The Readme of CustomizeMii
|
|
|
|
#labels Featured
|
|
|
|
|
|
|
|
*CustomizeMii* is a 100% legal custom Channel creator for the Wii.<br>
|
|
|
|
It's completely written by myself (some parts are based on other 100% legal codes).<br>
|
|
|
|
Use legal Base WADs to create your own legal custom Homebrew Channels.<br>
|
|
|
|
The .NET Framework 2.0 is required to run this application!<br>
|
|
|
|
<br>
|
|
|
|
For any further information, see: http://customizemii.googlecode.com<br>
|
|
|
|
Please use the Issue Tracker there to report any occuring bugs.<br>
|
|
|
|
<br>
|
2009-12-05 02:12:28 +01:00
|
|
|
Thanks to icefire / Xuzz for the basic idea of this Application!<br>
|
2009-11-08 23:53:22 +01:00
|
|
|
<br>
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
==Changelog:==
|
|
|
|
|
2009-12-05 02:12:28 +01:00
|
|
|
===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 help tab)
|
|
|
|
|
2009-11-08 23:53:22 +01:00
|
|
|
===Version 1.0===
|
|
|
|
* Initial Release
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
<br>
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
==Disclaimer:==
|
|
|
|
|
|
|
|
Editing WAD files can result in a brick of your Wii.<br>
|
2009-12-05 02:12:28 +01:00
|
|
|
Only use this application if you have a bricksafe Wii, meaning either Preloader or<br>
|
2009-11-08 23:53:22 +01:00
|
|
|
BootMii/boot2 is installed, and if you know what you're doing.<br>
|
|
|
|
<br>
|
|
|
|
This application comes without any express or implied warranty.<br>
|
|
|
|
The author can't be held responsible for any damages arising from the use of it.
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
<br>
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
==Thanks:==
|
|
|
|
|
|
|
|
Xuzz for his idea and hard work<br>
|
|
|
|
Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py<br>
|
|
|
|
SquidMan for Zetsubou<br>
|
|
|
|
Andre Perrot for gbalzss<br>
|
|
|
|
comex and Waninkoko for both their NAND Loader<br>
|
2009-12-05 02:12:28 +01:00
|
|
|
djdynamite123 for the forwarder base files (ForwardMii-Plugin)<br>
|
|
|
|
The USB Loader GX Team for their forwarder source (ForwardMii-Plugin)
|
2009-11-08 23:53:22 +01:00
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
<br>
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
==License:==
|
|
|
|
|
|
|
|
Copyright (C) 2009 Leathl<br>
|
|
|
|
<br>
|
2009-11-24 01:09:42 +01:00
|
|
|
CustomizeMii is free software: you can redistribute it and/or<br>
|
|
|
|
modify it under the terms of the GNU General Public License as published<br>
|
|
|
|
by the Free Software Foundation, either version 3 of the License, or<br>
|
|
|
|
(at your option) any later version.<br>
|
|
|
|
<br>
|
|
|
|
CustomizeMii is distributed in the hope that it will be<br>
|
|
|
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty<br>
|
|
|
|
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>
|
2009-11-08 23:53:22 +01:00
|
|
|
GNU General Public License for more details.<br>
|
|
|
|
<br>
|
|
|
|
You should have received a copy of the GNU General Public License<br>
|
2009-11-24 01:09:42 +01:00
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2009-11-08 23:53:22 +01:00
|
|
|
-----------------------------------------------------------------------------------------
|