Editing the System Menu with Benzin

From WADder Wiki

Jump to: navigation, search

Created by Tempus for the Beginner Package

Contents

What you will need


Step by Step Instructions

Below, step by step instructions are provided on how to replace the most noticeable and common colours from the Wii System Menu using benzin. This tutorial does not yet provide support for the SD card menu present in 4.0


Convert your brlyt File to xmlyt

The first step requires that you convert the brlyt files included with the Beginner Package into xmlyt files. You can find step by step instructions below.


Learn About RGBA Colour

Every colour has an RGBA equivalent. These are represented on a scale from 0 to 255. R stands for Red, G for Green, B for Blue, and A for Alpha, aslo known as transparency. Some examples below:


Transparent Black Semi-transparent Red Solid White
R 0 255 255
G 0 0 255
B 0 0 255
A 0 125 255


You will need to choose colours for all of the following elements that you want to replace. If you want to keep the default colours, simply do not follow the instructions to replace the colours.

Photoshop and most other image editing programs support RGB colour. You can use these to determine the RGB value of the colour you want. Transparency will usually be either 255 (completely visible) or 0 (completely invisible). Other values will not be covered in this tutorial.

Web colours are also RGB colours. In a web colour, the first two digits are Red, the second two are Green, and the last two are Blue. These values are hex values. For more information on hex, use Wikipedia or Google.

  • Eg. #FF0000 is pure red, FF being 255 in hex.


Choose RGBA colours

Choose an RGBA colour for each of the following elements you would like to change.


Colours you can replace with this pack:

  • Wii Main Menu Channel Sheet Background Colour
  • Wii Main Menu Channel Sheet Border
  • Wii Main Menu Channel Sheet Shadow
  • Channel Borders
  • Channel Borders on Mouseover
  • Clock Number Colours
  • Date Colours
  • Wii Main Menu Button Edge colours


Replace the Default Wii Colours

Once you have selected an RGBA colour for all of the elements above that you want to replace, we will replace the default Wii colours with these. First of all, you will need to learn a little about how the Wii assigns colours.

The Wii creates a material file out of each image, which it gives a colour. These are represented by the tag "mat1". Each entry in "mat1" is a material, with a foreground colour and a background colour. We will be exchanging these values with our own RGBA colours.

To replace these, do a find for the material listed. Directely below will be tags for "forecolour" and "backcolour". Replace these with your own values. The values for each, in order, will be R, G, B and A. There are always four values for both the forecolour and the backcolour.









Convert your xmlyt File to brlyt

The last step requires that you reconvert the xmlyt which you made in the first step into brlyt files. You can find step by step instructions below. Note, and this is very important, that you need to be sure that your new brlyt replaces the old one with the exact same name and in the exact same place you found it in the Beginniner Package

Personal tools