Quote:
Originally posted by Matthague:
<BLOCKQUOTE>Originally posted by michaeltmurrayuk:
Go into the editor and change it, though this wont affect any save games you have - you'll have to start a new game to see the new kit.
|
In FM05 i added a third kit via the config file in the kits folder (and added the pic)
Maybe easier if you cant run editor </BLOCKQUOTE>
That doesn't affect the ingame away kit (the team name and player dots will still be the orginal colour) and if they don't have a third kit to start with, they'll never use the kit.
The config files in the kits foler only control what kit icon appears in the overview panel, and has no affect upon the club colours.
Though there may be another way to edit kit colours without using the editor (though not sure if it affects save games).
go to the data\db where you install FM2006, go into the lnc\all folder (if you still have it) and either open one of the existing LNC files with notepad or create one (not sure if it matters which one) and add the following lines in:
<pre class="ip-ubbcode-code-pre">"COLOUR_CHANGE"1160128200722552400"COLOUR_CHA NGE"1161255240012820072"COLOUR_CHANGE"116200025525 5255 </pre>
the first number "116" would be the teams unique ID.
The next number I'm assuming is the kit 0 - home, 1 -away 2 - third.
The next three numbers "128" "200" "72" will control the colour of the foreground(?) first number being amount of red, second amount of green and third amount of blue (values can go from 0 - 255, 0 0 0 - black, 255 255 255 - white)
The next three numbers "255" "240" "0" should then be the background colour (or the foreground colour if the other is the background).
To find the RGB values of the colour you want load up MS Paint (Or any paint program) goto colours edit colours - define custom colours, select the colour you want and remember the RGB colours in the bottom right and put them into the file in the corresponding places.
(May need confirmation from someone at SI if this is correct or will even work - I can not test as I don't have the full game yet).