Jump to content

Players' attributes color


Recommended Posts

After switching from FM to FMT, I've also been looking for a solution. I haven't found a way either and I'm not sure there is a way.

 

Hopefully in the future releases this will be possible just like in the regular FM. 

Link to post
Share on other sites

  • 2 weeks later...

Take the base FMC skin you are using from here for example

In the settings folder there is a settings xml, open it with notepad. It is enough if it contains the following entries, change the colors according to your wishes. In the example i use Green - Yellow - Red.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd">

<properties version="1.0">

    <!-- profile attribute colours -->
    <colour name="low attribute" red="64" green="64" blue="64"/>
    <colour name="normal attribute" red="230" green="35" blue="30"/>
    <colour name="good attribute" red="255" green="160" blue="0"/>
    <colour name="excellent attribute" red="0" green="128" blue="0"/>
    <colour name="unknown attribute background" red="255" green="255" blue="255"/>    
      <colour name="low attribute background" red="192" green="192" blue="192"/>
      <colour name="normal attribute background" red="230" green="35" blue="30"/>
      <colour name="good attribute background" red="255" green="160" blue="0" />
      <colour name="excellent attribute background" red="0" green="128" blue="0" />

</properties>

Link to post
Share on other sites

  • 2 weeks later...
On 6/26/2017 at 19:37, Linie said:

Take the base FMC skin you are using from here for example

In the settings folder there is a settings xml, open it with notepad. It is enough if it contains the following entries, change the colors according to your wishes. In the example i use Green - Yellow - Red.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd">

<properties version="1.0">

    <!-- profile attribute colours -->
    <colour name="low attribute" red="64" green="64" blue="64"/>
    <colour name="normal attribute" red="230" green="35" blue="30"/>
    <colour name="good attribute" red="255" green="160" blue="0"/>
    <colour name="excellent attribute" red="0" green="128" blue="0"/>
    <colour name="unknown attribute background" red="255" green="255" blue="255"/>    
      <colour name="low attribute background" red="192" green="192" blue="192"/>
      <colour name="normal attribute background" red="230" green="35" blue="30"/>
      <colour name="good attribute background" red="255" green="160" blue="0" />
      <colour name="excellent attribute background" red="0" green="128" blue="0" />

</properties>

Will try, thanks !

 

 

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...