Jump to content

Why is there discoloration on skins that use kits in the profile?


DaSilva9

Recommended Posts

Looks like the game still doesn't like gradients being applied to certain colours an alternative (and possibly easier fix) is to remove these lines from the 'kit name' xml file found in the fonts folder for your skin (if not present in your skin you can take it from the base skins or extract it from the game files):

    <integer id="gradient_lower_margin" value="0"/>
    <integer id="gradient_curve" value="0"/>
    
    <integer id="gradient_upper_colour_red" value="255"/>
    <integer id="gradient_upper_colour_green" value="255"/>
    <integer id="gradient_upper_colour_blue" value="255"/>
    <integer id="gradient_upper_colour_alpha" value="20"/>
    
    <integer id="gradient_lower_colour_red" value="0"/>
    <integer id="gradient_lower_colour_green" value="0"/>
    <integer id="gradient_lower_colour_blue" value="0"/>
    <integer id="gradient_lower_colour_alpha" value="20"/>

That should then hopefully stop it happening.

Link to post
Share on other sites

38 minutes ago, michaeltmurrayuk said:

Looks like the game still doesn't like gradients being applied to certain colours an alternative (and possibly easier fix) is to remove these lines from the 'kit name' xml file found in the fonts folder for your skin (if not present in your skin you can take it from the base skins or extract it from the game files):

    <integer id="gradient_lower_margin" value="0"/>
    <integer id="gradient_curve" value="0"/>
    
    <integer id="gradient_upper_colour_red" value="255"/>
    <integer id="gradient_upper_colour_green" value="255"/>
    <integer id="gradient_upper_colour_blue" value="255"/>
    <integer id="gradient_upper_colour_alpha" value="20"/>
    
    <integer id="gradient_lower_colour_red" value="0"/>
    <integer id="gradient_lower_colour_green" value="0"/>
    <integer id="gradient_lower_colour_blue" value="0"/>
    <integer id="gradient_lower_colour_alpha" value="20"/>

That should then hopefully stop it happening.

Apologies for the stupid question, but do you think the gradient issue would be fixed anytime soon? I did not play Football Manager for a month after reporting the gradient issue, as I continuously change my skin, and a major part of how I play is by changing colours and graphics to highlight certain elements in game. I actually mod more than I play games and that applies to every game that I own. I have not even hit the continue button on a serious save.    

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