Jump to content

[FMT16] Help needed with changing attribute colours


sebva

Recommended Posts

Hey Guys,

Can someone please help me with changing the attribute colors of the normal base FMT 2016 skin. I have downloaded the base skins from Michael Murrayuk but it won't register my changes and at this point I can't see what I am doing wrong. So the only thing I want is changing the attribute colours in these:

<colour name="low attribute" red="100" green="100" blue="100" />

<colour name="normal attribute" red="130" green="130" blue="130" />

<colour name="good attribute" red="50" green="200" blue="30" />

<colour name="excellent attribute" red="240" green="120" blue="0" />

Looks simple yes, but I can't seem to make it work. Preferably I wanted to change the background of the attributes white. Can someone please help me? Since I'm partially colourblind I can't differentiate between the base colours of this skin.

Thanks in advance!

Link to post
Share on other sites

Elementary question. Did you disable caching?

Have you tried "Preferences -> Interface -> Skin Colours" in game?

To accomplish white background you just need to write <colour name="low attribute" red="255" green="255" blue="255" />. But aren't attributes white too? That way you will get white rectangles with white numbers inside.

Link to post
Share on other sites

Hi thanks for thinking along. Yes I did disable caching and reload screen on changing.

The problem with Football Manager Touch at this moment is that it doesn't have the fancy features that the normal one has. It isn't possible to adjust the looks of the skin in the preferences menu unfortunately. It has to be with coding but it wont read it correctly.

Link to post
Share on other sites

Thanks again, I haven't seen that option before so I tried it out, but that only seems to make it worse. I want more diversity in colour and now they have only shades of blue.

I mean this simple piece of code should work right?

Link to post
Share on other sites

Yes, I tried that too, but it doesn't change anything.

BUT... but, changing

<colour name="low stat colourblind" red="255" green="15" blue="15" />
<colour name="medium stat colourblind" red="15" green="255" blue="15" />
<colour name="good stat colourblind" red="15" green="15" blue="255" />
<colour name="excellent stat colourblind" red="255" green="255" blue="15" />

With Enable colour blind safe colours (FMT Only) box checked is working.

http://i.imgur.com/RsgLxjl.png Here's proof, those are supposed to be RED, GREEN, BLUE & YELLOW colours, you can, of course, change them to something that suits you.

Link to post
Share on other sites

Yes, I tried that too, but it doesn't change anything.

BUT... but, changing

<colour name="low stat colourblind" red="255" green="15" blue="15" />
<colour name="medium stat colourblind" red="15" green="255" blue="15" />
<colour name="good stat colourblind" red="15" green="15" blue="255" />
<colour name="excellent stat colourblind" red="255" green="255" blue="15" />

With Enable colour blind safe colours (FMT Only) box checked is working.

http://i.imgur.com/RsgLxjl.png Here's proof, those are supposed to be RED, GREEN, BLUE & YELLOW colours, you can, of course, change them to something that suits you.

Thanks! It works indeed when changing the colourblind colours. Wow thats a weird way, but that you so much for that solution!

Cheers!

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...