Changes

Jump to navigation Jump to search
46 bytes removed ,  20:54, 18 October 2009
m
whitespace & cleanup
Line 9: Line 9:  
| peripherals = {{Wiimote1}} {{SensorBar}} {{FrontSDHC}}
 
| peripherals = {{Wiimote1}} {{SensorBar}} {{FrontSDHC}}
 
}}
 
}}
   
{{Modifies NAND}}
 
{{Modifies NAND}}
   
Wii Home is a "plugin" for [[Preloader]].
 
Wii Home is a "plugin" for [[Preloader]].
    
== Description ==
 
== Description ==
   
Wii Home is a homebrew which launches at startup of the Wii. You can, on the menu, select if you want go to the System Menu or to the HBC. You can also customize Wii Home with a theme of your choice.
 
Wii Home is a homebrew which launches at startup of the Wii. You can, on the menu, select if you want go to the System Menu or to the HBC. You can also customize Wii Home with a theme of your choice.
    
== Controls ==
 
== Controls ==
   
{| class="wikitable" style="text-align:center; width: 50%;"
 
{| class="wikitable" style="text-align:center; width: 50%;"
 
|-
 
|-
Line 33: Line 29:     
== Changelog ==
 
== Changelog ==
   
=== 1.3.1 ===
 
=== 1.3.1 ===
   
* Compiled with DevKitPPC r18 and libOGC 1.8.0
 
* Compiled with DevKitPPC r18 and libOGC 1.8.0
 
* Now compatible with [[Homebrew Channel]] => 1.0.5
 
* Now compatible with [[Homebrew Channel]] => 1.0.5
    
=== 1.3 ===
 
=== 1.3 ===
 
+
* Changed default font
* The default font was changed.
+
* Added UTF-8 characters support with the new font
* Added UTF-8 characters support with the new font.
+
* Better English translation
* Better English translation.
+
* Better French translation
* Better French translation.
+
* Better Spanish translation
* Better Spanish translation.
+
* Using Dollz 3.0 to have a little size (943 ko -> 559 ko : 384 ko earned)
* Using Dollz 3.0 to have a little size (943 ko -> 559 ko : 384 ko earned).
      
=== 1.2 ===
 
=== 1.2 ===
   
* Added multi-languages support. Detect the language of the console. English is the default language.
 
* Added multi-languages support. Detect the language of the console. English is the default language.
* Added French support.
+
* Added French support
* Added German support.
+
* Added German support
* Added Spanish support.
+
* Added Spanish support
* Added Italian support.
+
* Added Italian support
* Added Dutch support.
+
* Added Dutch support
 
* Added possibility to change the cursor in png format. The cursor must be cursor.png and must be 96*96 in "WiiHome" folder.
 
* Added possibility to change the cursor in png format. The cursor must be cursor.png and must be 96*96 in "WiiHome" folder.
    
=== 1.1 ===
 
=== 1.1 ===
 
+
* Added rumble support
* Added rumble support.
   
* Added possibility to change the font. The font must be font.png and must be 1024*8 in "WiiHome" folder.
 
* Added possibility to change the font. The font must be font.png and must be 1024*8 in "WiiHome" folder.
 
* Added POWER button support (without "exception (dsi) occured!") (thanks crediar !)
 
* Added POWER button support (without "exception (dsi) occured!") (thanks crediar !)
 
* Added possibility to add a music in mp3 format. The music must be music.mp3 in "WiiHome" folder.
 
* Added possibility to add a music in mp3 format. The music must be music.mp3 in "WiiHome" folder.
* Improvements in memory manager.
+
* Improvements in memory manager
    
== Themes ==
 
== Themes ==
   
Few themes are available [http://www.cashman-productions.fr.nf/en/wii-home.html here]. You can propose your theme in the talk page.
 
Few themes are available [http://www.cashman-productions.fr.nf/en/wii-home.html here]. You can propose your theme in the talk page.
    
== Tutorials ==
 
== Tutorials ==
   
=== Install Wii Home ===
 
=== Install Wii Home ===
   
* Put the WIIHOME.DOL file in the root of the SD/SDHC card
 
* Put the WIIHOME.DOL file in the root of the SD/SDHC card
 
* Go to [[Preloader]] (0.27 or better)
 
* Go to [[Preloader]] (0.27 or better)
Line 86: Line 74:     
=== Change the theme ===
 
=== Change the theme ===
   
The theme are located in the folder WiiHome at the root of the SD/SDHC card.
 
The theme are located in the folder WiiHome at the root of the SD/SDHC card.
    
=== Create a theme ===
 
=== Create a theme ===
   
The theme are located in the folder WiiHome at the root of the SD/SDHC card. The theme images files must be in PNG format. Here is the list of files :
 
The theme are located in the folder WiiHome at the root of the SD/SDHC card. The theme images files must be in PNG format. Here is the list of files :
   −
* background.png : the background. The image must be 640*480.
+
* background.png: the background. The image must be 640*480.
* button.png : the button. The image must be 500*100.
+
* button.png: the button. The image must be 500*100.
* button_selected.png : the button selected by the cursor. The image must be 500*100.
+
* button_selected.png: the button selected by the cursor. The image must be 500*100.
* font.png : font. The image must be 1024*8.
+
* font.png: font. The image must be 1024*8.
* cursor.png : cursor. The image must be 96*96.
+
* cursor.png: cursor. The image must be 96*96.
* music.mp3 : music.
+
* music.mp3: music.
    
To have a transparent background, a pink color is not needed. A simple background transparent is enough. The alpha transparency is supported. Remember to fill the theme.txt file to enter your author name, etc...
 
To have a transparent background, a pink color is not needed. A simple background transparent is enough. The alpha transparency is supported. Remember to fill the theme.txt file to enter your author name, etc...
    
== Thanks ==
 
== Thanks ==
   
=== Coding ===
 
=== Coding ===
   
* [[User:crediar|crediar]] (help to coding and for his preloader)
 
* [[User:crediar|crediar]] (help to coding and for his preloader)
    
=== Graphics ===
 
=== Graphics ===
   
* Default theme by [[User:samux|samux]]
 
* Default theme by [[User:samux|samux]]
    
=== Translations ===
 
=== Translations ===
   
* English by [[User:CashMan|CashMan]]
 
* English by [[User:CashMan|CashMan]]
 
* French by [[User:CashMan|CashMan]]
 
* French by [[User:CashMan|CashMan]]
Line 122: Line 104:     
=== Testing ===
 
=== Testing ===
   
* [[User:Luffy|Luffy]]
 
* [[User:Luffy|Luffy]]
    
[[Category:Homebrew using GRRLib]]
 
[[Category:Homebrew using GRRLib]]
 
[[Category:Homebrew using libfat]]
 
[[Category:Homebrew using libfat]]
401

edits

Navigation menu