Quote:
Originally posted by neevesc:
Yeah, the file is called FM Colours.xml. Do a search in your FM 2007 folder.
If memory serves me well, it should be near the top of the file.
|
Right here we go.
The file you need to edit is called fm colours.xml and is located in \Football Manager 2007\data\settings
Here's the colours for the attributes that I use:
<!-- profile attribute colours -->
<colour name="low attribute" red="255" green="0" blue="0"/>
<colour name="normal attribute" red="0" green="0" blue="255" />
<colour name="good attribute" red="255" green="255" blue="0" />
<colour name="excellent attribute" red="0" green="255" blue="0" />
Low attributes are Red
Normal attributes are Blue
Good attributes are Yellow
Excellent attributes are Green
All you need to do is change the numbers next to the colours that you want to change.
N.B It's a good idea to make a copy of fm colours before you make any changes.