Hey, how's this for an answer...
The match rating numbers are coloured the same as player attributes in a player's profile. The colours also change depending on how good or how bad the player's match rating is (just like the colours of player attributes change in a player profile depending on how high the attribute is).
Anyway, to change the colours you will need to edit a file called 'fm colours.xml' in the 'data/settings' directory of FM. (If you are using a skin, check the settings folder in the skin directory first for this file.) In this xml file there is a section called Profile Attribute Colours. Change the RGB values for the normal attribute, good attribute, and excellent attribute and these will change the colour of the player match rating numbers. This of course will also change the colours of attributes in a player's profile.
Now an alternative (and harder to follow) solution is to change the transparency and/or colour of the rows of the match player ratings table. To do this find the 'match team stats short.xml' and 'match team stats full.xml' in the 'data/panels' directory of FM (again if using a skin check the panels folder in your skin directory first).
In both of these xml files there is a "row styles using XML directly (enabled)" section which should have a record for 'subs' and 'stxi'. These records describe how the rows for the substitutes (subs) and the starting 11 (stxi) will appear in the match player ratings table. Find the bit in the records that says <real id="btrn" value="0.1"/> which is the background transparency value.
This number represents a percentage, so 0.1 is 10% transparency, 0.44 is 44% transparency and 1.0 is 100% transparency, etc. The way this works is that 0% transparency is totally transparent and 100% is not transparent at all. So if I was you, I would change this to a higher value to make the rows less transparent, thus revealing less of your background image and thus making the player rating numbers easier to read (hopefully). Don't forget to change BOTH the 'subs' and 'stxi' records in BOTH the files.
Now if you want to get more advanced, you can change the colours of the rows in this match player ratings table, which are black by default. The setting above the transparency one in the xml file is one that says <colour id="bcol" name="black"/>. You can change the colour by changing "black" to something like "red" or another colour name. A full list of colour names and there RGB values are listed in the 'colours.xml' file which is found in the 'data/settings' folder of FM. Again don't forget to change BOTH the 'subs' and 'stxi' records in BOTH the files.
So I hope that helps, and I hope you can follow it. If not tell me what you don't understand...
Sam
|