CustomizeMii 2.0

git-svn-id: svn://localhost/Users/andi/Downloads/code/wiki@12 eddbe33b-e435-4246-ac25-f5eb65f9a13c
This commit is contained in:
Leathl 2009-12-21 23:58:53 +00:00
parent 2307b095a7
commit f9e5209e09
2 changed files with 18 additions and 3 deletions

View File

@ -73,6 +73,11 @@ For the sound, you can either use a wave file or the sound replace function to u
existing sound.bin/00000000.app/WAD.<br>
If you want looped sound, open your wave file with wavosaur and add loop points before.<br>
<br>
To save space, you can convert your wav or mp3 files to BNS. You can take the loop from a prelooped wave file<br>
or enter the loop start point manually. Wave files must be 16bit PCM.<br>
It is possible to directly convert stereo Wave files to mono BNS files, note that only the left channel of<br>
the Wave will be taken.<br>
<br>
<br>
<br>
*EDITING THE BANNER/ICON (If you're an advanced user and want to edit the brlyt/brlan, do that first!)*<br>

View File

@ -1,9 +1,7 @@
#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>
*CustomizeMii* is a custom channel creator for the Wii.<br>
The .NET Framework 2.0 is required to run this application!<br>
<br>
For any further information, see: http://customizemii.googlecode.com<br>
@ -14,6 +12,18 @@ Thanks to icefire / Xuzz for the basic idea of this Application!<br>
-----------------------------------------------------------------------------------------
==Changelog:==
===Version 2.0===
* Added BNS conversion (Mono and Stereo, with and without loop)
* Fixed MP3 conversion (some files didn't convert)
* Lz77 checkbox is now ticked by default
* Removed Lz77 compression of sound.bin as most sounds will get bigger
* Added ability to insert DOLs from any channel WAD
* Added ability to re-add the interal DOL (To switch the NAND Loader)
* Added ability to extract the contents, DOL, sound and all images
* Added displaying of approx. blocks to the success-message
* Deleted some functions of the complex forwarder as they weren't working properly
* Some bugfixes and improvements
===Version 1.2===
* Fixed writing/reading of channel titles, so japanese characters will work now
* Added checkbox (Options tab) to turn security checks off