Jump to content

Squad and speech bublle


drumer

Recommended Posts

More information and screenshots would be helpful.

If you mean the confirmation buttons then these recolour depending upon the team/comp colours of the linked item, you can disable this on the buttons by editing the xml files located in the below location:

\skins\fm-widgets\graphics\buttons\primary\normal

(If you don't know how to extract the default files read this: [FM2015 Guide] How to Extract Default Files & Understanding File Structure)

Then in the file locate this line:

<colour id="red_replacement" name="dark accent"/>

and change the name value to your colour name of choice.

The Speech bubbles is slightly more complicated, first from the settings file you'll need to locate these two lines (or paste them in if they don't already exist):

<colour name="accent" red="1" green="2" blue="3" alpha="0"/>

<colour name="dark accent" red="4" green="5" blue="6" alpha="0"/>

and change the RGB values so they all read "0" this will cancel some of the recolouring code in the game which affects the speech bubbles (it will also affect the subpanel titles and other things aswell).

However the text in those boxes is hardcoded to appear white, which means if you are using a light skin the text will be unreadable.

So next you need to browse to:

\skins\fm-widgets\graphics\boxes\custom\speech bubble

and in each of those subfolders will be an xml file that you need to edit, locate this line in each file:

<colour id="red_replacement" name="box_background"/>

and change the name value to a different colour, ideally a darker one so you can read the text.

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