In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "ThemeMii"

From WiiBrew
Jump to navigation Jump to search
(←Created page with '{{Infobox homebrew | title = ThemeMii | image = File:ThemeMii_Icon.png | type = pc utility | author = Leathl | maintainer = [[User...')
 
Line 5: Line 5:
 
| author      = [[User:Leathl|Leathl]]
 
| author      = [[User:Leathl|Leathl]]
 
| maintainer  = [[User:Leathl|Leathl]]
 
| maintainer  = [[User:Leathl|Leathl]]
| version    = 0.1
+
| version    = 0.2
 
| download    = http://code.google.com/p/thememii/downloads/list
 
| download    = http://code.google.com/p/thememii/downloads/list
 
| website    = http://thememii.googlecode.com/
 
| website    = http://thememii.googlecode.com/
Line 47: Line 47:
  
 
== Changelog ==
 
== Changelog ==
 +
 +
=== Version 0.2 ===
 +
* Made the window resizable
 +
* Added some basic instructions "? -> Help"
 +
* Added ability to install a theme directly to a nand backup (Tools menu)
 +
* Added option to Lz77 compress containers for smaller csm's (enabled by default!)
 +
* Added option to keep the extracted base app (enabled by default!)
 +
* Added save prompt when closing application (can be turned off)
 +
* Added I4, I8, IA4 and IA8 as TPL formats (not compatible with MyMenu!!!)
 +
* Fixed TPL formats (all images were RGB5A3 before, didn't matter what you selected)
 +
* Fixed a bug when downloading base app
 +
* Fixed previewing of Lz77 compressed non-tpl images (base app browsing)
 +
* csm to mym: Fixed errors with Yaz0 compressed files
 +
* csm to mym: Fixed forgotten containers in mym.ini
  
 
=== Version 0.1 ===
 
=== Version 0.1 ===
 
* Initial Release
 
* Initial Release

Revision as of 00:03, 16 February 2010

ThemeMii
ThemeMii Icon.png
General
Author(s)Leathl
TypePC utility
Version0.2
Links
Download
Website
Source

ThemeMii is a manager for Wii Themes.
The .NET Framework 2.0 is required to run this application!

It's currently able to:

  • Load mym files and edit them
  • Create new mym files
  • Create a csm from any mym
  • Create a mym from a csm
  • Browse through base app's for path's (including TPL preview)
  • Download base app's from NUS
  • Automatically manage source's and image width and height


Screenshot

ThemeMii01.png

Disclaimer

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.

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/thememii/issues/list

Thanks

  • icefire / Xuzz for the original MyMenu (and everything related)
  • ic#code for #ziplib
  • crediar for ash.exe

Changelog

Version 0.2

  • Made the window resizable
  • Added some basic instructions "? -> Help"
  • Added ability to install a theme directly to a nand backup (Tools menu)
  • Added option to Lz77 compress containers for smaller csm's (enabled by default!)
  • Added option to keep the extracted base app (enabled by default!)
  • Added save prompt when closing application (can be turned off)
  • Added I4, I8, IA4 and IA8 as TPL formats (not compatible with MyMenu!!!)
  • Fixed TPL formats (all images were RGB5A3 before, didn't matter what you selected)
  • Fixed a bug when downloading base app
  • Fixed previewing of Lz77 compressed non-tpl images (base app browsing)
  • csm to mym: Fixed errors with Yaz0 compressed files
  • csm to mym: Fixed forgotten containers in mym.ini

Version 0.1

  • Initial Release