The file you are looking to find is fm colours.xml this is found in the settings folder of your desired skin. If that xml file is not present then you would need to open the settings.xml instead.
Then you will need to locate these 4 lines:
<colour name="low attribute" red="40" green="40" blue="40"/>
<colour name="normal attribute" red="40" green="40" blue="40"/>
<colour name="good attribute" red="40" green="40" blue="120" />
<colour name="excellent attribute" red="0" green="0" blue="255" />
"low attribute" is for attributes ranging from 0-5.
"normal attribute" is for attributes ranging from 6-10.
"good attribute" is for attributes ranging from 11-15.
"excellent attribute" is for attributes ranging from 16-20.
To actually change the colours you will need to open an image editing program like Photoshop or Paint. Then find the colour you wish to use and copy the RED, GREEN and BLUE numbers into the xml page.
For example:
<colour name="low attribute" red="40" green="40" blue="40"/>
becomes
<colour name="low attribute" red="210" green="75" blue="60"/>
Then all you will need to do is re-load the skin to see your brand new attribute colours!
This post has been edited by Matt: 17 March 2009 - 12:01 PM



MultiQuote








