Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,276
Threads: 84,992
Posts: 1,031,292
Top Poster: Karky (9,540)
Welcome to our newest member, linockatvurl
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-08-2005, 01:14 PM   FM2006 Attribute Colours (again) Post #1
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_xpert1 is an unknown quantity at this point
Default FM2006 Attribute Colours (again)

Hello all.

Would it be possible for some kind soul to help me out.

I want the attributes in the new game to look like they did in FM2005 with the stone skin....15+=Red 10-14=Green 1-9 White (Think thats's how they were).

I don't know anything about editing the fmcolours.xml so i would be very thankful is someone was able to do this for me and post a link/E-mail this to me and i'm sure lots of others want this too.

Thanks in advance. :
retired_xpert1 is offline   Reply With Quote
Old 10-08-2005, 01:44 PM   FM2006 Attribute Colours (again) Post #2
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_bisoc onorica is an unknown quantity at this point
Default

me too !!
retired_bisoc onorica is offline   Reply With Quote
Old 10-09-2005, 05:54 PM   FM2006 Attribute Colours (again) Post #3
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_xpert1 is an unknown quantity at this point
Default

*bump*
retired_xpert1 is offline   Reply With Quote
Old 10-09-2005, 08:25 PM   FM2006 Attribute Colours (again) Post #4
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

Its very easy to do yourself

open the fm colours.xml in a text editor (notepad for instance).

The first four lines near the top should be:

<colour name="low attribute" red="150" green="150" blue="150"/>
<colour name="normal attribute" red="191" green="191" blue="191" />
<colour name="good attribute" red="255" green="255" blue="255" />
<colour name="excellent attribute" red="255" green="255" blue="0" />

All you need to do is change the red green and blue values to the colours you want. Save it making sure you save it as an xml file rather than a txt file.

Note there are 4 levels of attribute that you can assign a colour to in FM 2006 rather than the 3 in the last game.
Norfolk_boy is offline   Reply With Quote
Old 10-09-2005, 10:19 PM   FM2006 Attribute Colours (again) Post #5
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_xpert1 is an unknown quantity at this point
Default

Thanks got this working now like this.....

<colour name="low attribute" blue="150" red="150" green="150"/>
<colour name="normal attribute" green="191" red="191" blue="191" />
<colour name="good attribute" yellow="255" green="255" red="255" />
<colour name="excellent attribute" red="255" yellow="255" blue="0" />

So the crap attribute (1-5) is dark grey
the normal one (6-10) is grey
the good one (11-15) is yellow
the excellent one (16-20) is red

but i would like the normal one to appear as white as its too similar to the crap one, but if i specify a different colour in normal it apperas blue, even though green is specified.....

LOL, this is vert confusing, all i'm saying is i want the normal attribute to appear as white so how do i do this?

Thanks in advance.
retired_xpert1 is offline   Reply With Quote
Old 10-09-2005, 11:02 PM   FM2006 Attribute Colours (again) Post #6
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_xpert1 is an unknown quantity at this point
Default

ignore my last post i now have this working like so.......

<!-- profile attribute colours -->
<colour name="low attribute" blue="150" red="150" green="150"/>
<colour name="normal attribute" green="255" red="255" blue="255" />
<colour name="good attribute" blue="0" green="255" red="255" />
<colour name="excellent attribute" red="255" yellow="255" blue="0" />

So the crap attribute (1-5) is grey
the normal one (6-10) is white
the good one (11-15) is yellow
the excellent one (16-20) is red

job done!
retired_xpert1 is offline   Reply With Quote
Old 10-10-2005, 12:51 PM   FM2006 Attribute Colours (again) Post #7
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

yeah, sorry, I just took the lines from the file and didn't change the RGB values for you. I should have made that more obvious.
Norfolk_boy is offline   Reply With Quote
Old 10-11-2005, 01:07 AM   FM2006 Attribute Colours (again) Post #8
Newb
 
Join Date: Feb 2007
Posts: 0
Rep Power: 0
retired_stesska is an unknown quantity at this point
Default

<colour name="low attribute" red="255" green="255" blue="255"/>
<colour name="normal attribute" red="255" green="255" blue="0" />
<colour name="good attribute" red="255" green="128" blue="0" />
<colour name="excellent attribute" red="255" green="0" blue="0" />

White, yellow, orange red :cool:

I also like to change the values in the player and staff profiles file so its 1-4, 5-9, 10-14, 15-20.
retired_stesska is offline   Reply With Quote
Old 10-11-2005, 08:56 PM   FM2006 Attribute Colours (again) Post #9
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_xpert1 is an unknown quantity at this point
Default

i've done that too now, great idea!
retired_xpert1 is offline   Reply With Quote
Old 10-12-2005, 02:10 PM   FM2006 Attribute Colours (again) Post #10
Newb
 
Join Date: Feb 2008
Posts: 0
Rep Power: 0
retired_shaylee is an unknown quantity at this point
Default

Quote:
Originally posted by Scoham:
<colour name="low attribute" red="255" green="255" blue="255"/>
<colour name="normal attribute" red="255" green="255" blue="0" />
<colour name="good attribute" red="255" green="128" blue="0" />
<colour name="excellent attribute" red="255" green="0" blue="0" />

White, yellow, orange red :cool:

I also like to change the values in the player and staff profiles file so its 1-4, 5-9, 10-14, 15-20.


Me too, can it be changed?
retired_shaylee is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to FM2006 Attribute Colours (again)
Thread Thread Starter Forum Replies Last Post
Attribute Colours
Attribute Colours: I really prefer the red colour for high...
an4rew Skinning Hideout 0 02-04-2007 06:01 PM
Attribute Colours?
Attribute Colours?: I have noticed that on some screenshots in this...
SEANHUTCH Skinning Hideout 4 12-01-2006 08:55 PM
Attribute Colours
Attribute Colours: I messed up the attribute colours on the defalt...
an4rew Skinning Hideout 1 12-31-2005 06:27 PM
I know how to change the attribute colours, but is there a way to change the value ranges that the colours apply to?
I know how to change the attribute colours, but is there a way to change the value ranges that the colours apply to?: When changing the attribute colours in the fm...
alchohol_rage_and_melody Skinning Hideout 6 10-23-2005 11:30 PM
More Attribute Colours?
More Attribute Colours?: Just a quick question, is it possible to have 4...
Justified Skinning Hideout 5 05-23-2005 06:09 PM

More threads of dave byrd
Thread Date Forum Replies Last Post
FM Modifier 2.24 for 8.0.2. Get it here.
FM Modifier 2.24 for 8.0.2. Get it here.: http://jpee.91.tc/indexeng.htm
02-16-2008 Skinning Hideout 19 02-17-2008 02:13 AM
How do you get squad screen to sort players by picked rather than postion?
How do you get squad screen to sort players by picked rather than postion?: Can anyone enlighten me please?
11-10-2007 Skinning Hideout 3 11-18-2007 02:28 PM
FM2006 Attribute Colours (again)
FM2006 Attribute Colours (again): Hello all. Would it be possible for some...
10-08-2005 Skinning Hideout 16 10-27-2005 11:27 PM
Real Competition Names FM06
Real Competition Names FM06: Has anyone done a file that changes the...
10-22-2005 Skinning Hideout 5 10-22-2005 01:17 PM
Is it possible to edit the hall of fame?
Is it possible to edit the hall of fame?:
01-01-1970 Skinning Hideout 0 01-01-1970 01:00 AM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
My League!
My League!: Is there any way to create your own league on the...
07-11-2007 11Clarkie11 0 07-11-2007 06:35 PM
Turkey & brazilian competition logos?
Turkey & brazilian competition logos?: Anyone have these or know some place to download...
01-14-2007 amme_mff 2 01-15-2007 07:05 PM
Non-EU players
Non-EU players: Hey guys, Just wondering if there is anyway...
01-03-2007 bioblinx 3 01-04-2007 10:34 AM
How to disable full screen option on widescreen monitor?
How to disable full screen option on widescreen monitor?: I'm running a 1280 x 800 resolution on my...
11-21-2006 Kristofer 0 11-21-2006 08:11 AM
Help - First time downloader needs help
Help - First time downloader needs help: Ok so ive downloaded 3 packs, the sky popup the...
11-12-2006 marc1873 0 11-12-2006 11:21 PM

» Online Users: 25
1 members and 24 guests
AllCdnBoy
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 07:43 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing FM2006 Attribute Colours (again).