Jump to content

FMC skin for FM 2013


blackdog

Recommended Posts

  • Replies 225
  • Created
  • Last Reply

Try it through the settings, file is here

Documents\Sports Interactive\Football Manager 2013\skins\fmc2013fm\settings\fmc2013fm settings.xml

Then scroll down until you find this bit and just change the numbers

<colour name="low attribute" red="40" green="40" blue="40" alpha="140"/>

<colour name="normal attribute" red="40" green="40" blue="40" alpha="200"/>

<colour name="good attribute" red="40" green="40" blue="120" />

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

<colour name="low attribute background" red="216" green="157" blue="157"/>

<colour name="normal attribute background" red="94" green="149" blue="183"/>

<colour name="good attribute background" red="53" green="148" blue="82" />

<colour name="excellent attribute background" red="19" green="93" blue="19" />

Link to post
Share on other sites

is it just me but using every version of this skin ive never been able to make a board request ? i have to pop into default skin to do it then back again after . I can see the request button and when pressed a list appears just selecting anything off it does nothing

Link to post
Share on other sites

It wont let me open win rar to extract it to the correct folder. help :(

Weird :s

Just open the old settings file and replace all the text with this

<?xml version="1.0" encoding="UTF-8"?>

<properties version="1.0">


   <!--  
    ============================================================
    Default Settings Modified By This Skin

    The definitions below will override the defaults contained
    in the parent skins, or in the various global and application
    settings files.

    $DateTime: 2012/10/16 07:36:30 $
    ============================================================
    -->
   <!-- text settings that vary from the defaults -->
   <flags id="text_font" value="fonts/helveticaneueots" />
   <integer id="text_size_small" value="8" />
   <integer id="text_size_normal" value="9" />
   <integer id="text_size_large" value="10" />
   <flags id="hint_font" value="fonts/helveticaneueots" />
   <integer id="hint_size" value="8"/>
   <flags id="control_font" value="fonts/helveticaneueots" />
   <integer id="control_size_normal" value="9"/>
   <flags id="menu_font" value="fonts/helveticaneueots" />
   <integer id="menu_size_small" value="8"/>
   <integer id="menu_size_normal" value="9"/>
   <integer id="menu_size_large" value="11"/>
   <flags id="title_font" value="fonts/helveticaneueots" />
   <integer id="title_size_large" value="18"/>
   <integer id="title_size_normal" value="16"/>
   <integer id="title_size_small" value="12"/>
   <integer id="title_style" value="semi_bold"/>
   <flags id="html_font" value="fonts/helveticaneueots" />
   <flags id="pitch_font" value="fonts/helveticaneueots" />
   <flags id="duty_font" value="fonts/helveticaneueots" />

   <!-- font settings -->
   <list id="font_settings">
       <record>
           <flags id="font" value="helveticaneueots" />
           <integer id="lcd_filter" value="freetype default"/>


           <!-- styles -->
           <list id="styles">


               <!-- plain style -->
               <record>
                   <integer id="style" value="plain"/>
                   <real id="boldness" value="0.2"/>
               </record>


               <!-- bold styles -->
               <record>
                   <integer id="style" value="very_light_bold"/>
                   <real id="boldness" value="0.4"/>
               </record>
               <record>
                   <integer id="style" value="light_bold"/>
                   <real id="boldness" value="0.5"/>
               </record>
               <record>
                   <integer id="style" value="semi_bold"/>
                   <real id="boldness" value="0.6"/>
               </record>
               <record>
                   <integer id="style" value="bold"/>
                   <real id="boldness" value="1.2"/>
               </record>


               <!-- italic styles -->
               <record>
                   <integer id="style" value="semi_italic"/>
                   <real id="obliqueness" value="0.25"/>
               </record>
               <record>
                   <integer id="style" value="italic"/>
                   <real id="obliqueness" value="0.5"/>
               </record>


               <!-- outline style -->
               <record>
                   <integer id="style" value="outlined"/>
                   <real id="stroke_width" value="1.0"/>
               </record>


               <!-- shadowed style -->
               <record>
                   <integer id="style" value="shadowed"/>
                   <list id="shadows">
                       <record>
                           <integer id="x_offset" value="0"/>
                           <integer id="y_offset" value="1"/>
                           <integer id="blur_radius" value="2"/>
                           <integer id="colour_red" value="0"/>
                           <integer id="colour_green" value="0"/>
                           <integer id="colour_blue" value="0"/>
                           <integer id="colour_alpha" value="75"/>
                       </record>
                   </list>
               </record>


               <!-- embossed style -->
               <record>
                   <integer id="style" value="embossed"/>
                   <integer id="light_colour" value="true"/>
                   <list id="shadows">
                       <record>
                           <integer id="x_offset" value="0"/>
                           <integer id="y_offset" value="-1"/>
                           <integer id="blur_radius" value="0"/>
                           <integer id="colour_red" value="0"/>
                           <integer id="colour_green" value="0"/>
                           <integer id="colour_blue" value="0"/>
                           <integer id="colour_alpha" value="128"/>
                       </record>
                   </list>
               </record>
               <record>
                   <integer id="style" value="embossed"/>
                   <integer id="light_colour" value="false"/>
                   <list id="shadows">
                       <record>
                           <integer id="x_offset" value="0"/>
                           <integer id="y_offset" value="1"/>
                           <integer id="blur_radius" value="0"/>
                           <integer id="colour_red" value="255"/>
                           <integer id="colour_green" value="255"/>
                           <integer id="colour_blue" value="255"/>
                           <integer id="colour_alpha" value="128"/>
                       </record>
                   </list>
               </record>


               <!-- glowing style -->
               <record>
                   <integer id="style" value="glowing"/>
                   <list id="shadows">
                       <record>
                           <integer id="x_offset" value="0"/>
                           <integer id="y_offset" value="0"/>
                           <integer id="blur_radius" value="3"/>
                           <integer id="colour_red" value="255"/>
                           <integer id="colour_green" value="255"/>
                           <integer id="colour_blue" value="255"/>
                           <integer id="colour_alpha" value="255"/>
                       </record>
                   </list>
               </record>


               <!-- gradient style -->
               <record>
                   <integer id="style" value="gradient"/>
                   <integer id="gradient_upper_margin" value="40"/>
                   <integer id="gradient_lower_margin" value="30"/>
                   <integer id="gradient_curve" value="0"/>
               </record>


               <!-- vertical style -->
               <record>
                   <integer id="style" value="vertical"/>
                   <real id="rotation_angle" value="90.0"/>
               </record>

               <!-- menubar style-->
               <record>
                   <integer id="style" value="custom1"/>
                   <real id="boldness" value="1.0"/>
                   <integer id="alpha_boost" value="50"/>
                   <list id="shadows">
                       <record>
                           <integer id="x_offset" value="0"/>
                           <integer id="y_offset" value="1"/>
                           <integer id="blur_radius" value="1"/>
                           <integer id="colour_red" value="0"/>
                           <integer id="colour_green" value="0"/>
                           <integer id="colour_blue" value="0"/>
                           <integer id="colour_alpha" value="255"/>
                       </record>
                   </list>
                   <integer id="gradient_upper_margin" value="20"/>
                   <integer id="gradient_lower_margin" value="0"/>
                   <integer id="gradient_curve" value="0"/>
               </record>

           </list>
       </record>
   </list>

   <!-- misc properties -->
   <real id="background_opacity" value="1.0" />
   <integer id="dcht" value="26" comment="default control height"/>

   <!-- misc "special" colours -->
   <colour name="selection" red="0" green="66" blue="128"/>
   <colour name="hilight" red="164" green="194" blue="216"/>
   <colour name="background" red="255" green="255" blue="255"/>
   <colour name="disabled" red="50" green="50" blue="50" alpha="115"/>
   <colour name="transparent" red="0" green="0" blue="0" alpha="0" />
   <colour name="hyperlink" red="40" green="40" blue="40" />
   <colour name="inaccurate attribute value" red="0" green="0" blue="0" alpha="160" />    <!-- mainly used for attributes on the player profile polygon shape when one or more attributes in the category is hidden due to fog of war, but we need it defined in the SIOS  colours -->
   <colour name="tactics sidebar" red="255" green="255" blue="255" alpha="255"/>
   <colour name="links" red="95" green="95" blue="95" alpha="255"/>
   <colour name="tag" red="75" green="65" blue="51" alpha="255"/>
   <colour name="gold" red="202" green="179" blue="120" alpha="255"/>
   <colour name="pitch condition" red="204" green="221" blue="153" alpha="255"/>
   <colour name="attribute label" red="50" green="50" blue="50" />


   <!-- value based colours -->
   <colour name="very poor" red="157" green="0" blue="0"/>
   <colour name="poor" red="139" green="75" blue="0"/>
   <colour name="ok" red="0" green="66" blue="128"/>
   <colour name="good" red="96" green="131" blue="0"/>
   <colour name="very good" red="0" green="124" blue="3"/>

   <!-- default text colours -->
   <colour name="darkened text" red="55" green="64" blue="71" alpha="128"/>
   <colour name="menu" red="55" green="64" blue="71"/>
   <colour name="menu selected" red="40" green="40" blue="40"/>
   <colour name="tree selected" red="255" green="0" blue="0" />
   <colour name="tree hilight" red="0" green="0" blue="0" />
   <colour name="control" red="55" green="64" blue="71"/>
   <colour name="text" red="25" green="25" blue="25"/>
   <colour name="dark text" red="55" green="64" blue="71"/>
   <colour name="hint" red="255" green="255" blue="255"/>
   <colour name="title" red="0" green="70" blue="128" />
   <colour name="footer" red="108" green="110" blue="112" />
   <colour name="html" red="40" green="40" blue="40" />
   <colour name="html_hyperlink" red="60" green="60" blue="160" />

   <colour name="searchbox text" red="47" green="49" blue="40"/>

   <colour name="user attention colour 1" red="255" green="210" blue="0" />
    <colour name="user attention colour 2" red="225" green="108" blue="0" />


     <colour name="low attribute" red="40" green="40" blue="40" alpha="140"/>
     <colour name="normal attribute" red="40" green="40" blue="40" alpha="200"/>
     <colour name="good attribute" red="40" green="40" blue="120" />
     <colour name="excellent attribute" red="0" green="0" blue="255" />
     <colour name="low attribute background" red="216" green="157" blue="157"/>
     <colour name="normal attribute background" red="94" green="149" blue="183"/>
     <colour name="good attribute background" red="53" green="148" blue="82" />
     <colour name="excellent attribute background" red="19" green="93" blue="19" />


     <colour name="low stat" red="204" green="102" blue="102" />
   <colour name="medium stat" red="204" green="204" blue="102" />
   <colour name="good stat" red="102" green="204" blue="102" />
   <colour name="excellent stat" red="59" green="201" blue="59" />


   <!-- news item headline colours -->
   <colour name="unread headline" red="0" green="70" blue="128"/>
   <colour name="read headline" red="128" green="128" blue="128"/>
   <colour name="selected headline" red="255" green="255" blue="255"/>
   <colour name="must respond headline" red="0" green="0" blue="0"/>

   <colour name="low condition" red="169" green="23" blue="23" />
   <colour name="mid condition" red="139" green="139" blue="139" />
   <colour name="high condition" red="47" green="49" blue="40" />
   <colour name="low condition match" red="247" green="148" blue="148" />
   <colour name="mid condition match" red="230" green="219" blue="45" />
   <colour name="high condition match" red="255" green="255" blue="255" />


   <colour name="special attribute" red="0" green="71" blue="168" />

    <colour name="low attribute match" red="255" green="255" blue="255" alpha="200"/>
   <colour name="normal attribute match" red="255" green="255" blue="255"/>
   <colour name="good attribute match" red="159" green="220" blue="122" />
   <colour name="excellent attribute match" red="122" green="199" blue="75" />
   <colour name="attribute label" red="40" green="40" blue="40" />    
   <colour name="special attribute label" red="40" green="40" blue="40" />    
   <colour name="profile extra text" red="40" green="40" blue="200" />

   <colour name="low stat colourblind" red="140" green="140" blue="140" />
   <colour name="medium stat colourblind" red="104" green="104" blue="156" />
   <colour name="good stat colourblind" red="68" green="68" blue="196" />
   <colour name="excellent stat colourblind" red="0" green="0" blue="240" />

   <!-- attribute graph colours -->
   <colour name="graph line 1" red="200" green="50" blue="50" />    
   <colour name="graph line 2" red="50" green="200" blue="50" />
   <colour name="graph line 3" red="50" green="50" blue="200" />        
   <colour name="graph line 4" red="255" green="0" blue="120" />    
   <colour name="graph line 5" red="50" green="200" blue="200" />    
   <colour name="graph line 6" red="255" green="175" blue="50" />
 <colour name="graph line 7" red="200" green="50" blue="200" />
 <colour name="graph line 8" red="200" green="200" blue="50" />
 <colour name="graph line 9" red="120" green="0" blue="255" />
 <colour name="graph line 10" red="0" green="255" blue="120" />


 <!-- analyser polygon colours -->
   <colour name="attribute analyser line" red="80" green="40" blue="40" />

   <!-- player motivation feedback colours -->
   <colour name="poor feedback" red="246" green="226" blue="95" />
   <colour name="ok feedback" red="214" green="217" blue="213" />
   <colour name="good feedback" red="136" green="219" blue="81" />


   <!-- position ability on tactics pitch -->
   <colour name="poor" red="215" green="35" blue="6" />
   <colour name="awkward" red="237" green="117" blue="0" />
   <colour name="unconvincing" red="233" green="219" blue="0" />
   <colour name="competent" red="163" green="204" blue="53" />
   <colour name="accomplished" red="96" green="194" blue="30" />
   <colour name="natural" red="64" green="240" blue="35" />


   <!-- player colours -->
   <colour name="virtual player" red="40" green="40" blue="40" alpha="130"/><!-- virtual player -->
   <colour name="loan out" red="40" green="40" blue="160" alpha="160"/>    <!-- on loan to other club -->
   <colour name="loan in" red="40" green="40" blue="160"/>                <!-- on loan from other club -->
   <colour name="co own in" red="160" green="80" blue="40"/>                <!-- co owned at club -->
   <colour name="co own out" red="160" green="80" blue="40" alpha="160"/>    <!-- co owned not at club -->
   <colour name="trial in" red="40" green="160" blue="40"/>                <!-- on trial at this club -->
   <colour name="trial out" red="40" green="160" blue="40" alpha="160"/>    <!-- on trial at other club -->
   <colour name="shortlisted" red="160" green="40" blue="0"/>            <!-- shortlisted -->
     <colour name="golden generation" red="146" green="100" blue="0"/>

   <!-- statistic colours -->
   <colour name="yellow card" red="40" green="40" blue="0"/>                <!-- yellow card -->
   <colour name="red card" red="80" green="40" blue="40"/>                <!-- red card -->
   <colour name="average rating" red="80" green="60" blue="40"/>            <!-- average rating -->


   <!-- team fixtures panel colours -->
   <colour name="potential fixture" red="40" green="40" blue="40"/>            <!-- row on table showing a possible future fixture date -->
   <colour name="draw date" red="80" green="80" blue="40"/>                     <!-- row on table showing the draw date of a stage -->
   <colour name="selected for friendly" red="40" green="160" blue="40"/>             <!-- row on table showing a selected friendly date -->
   <colour name="unavailable friendly date" red="40" green="40" blue="40" alpha="100"/>    <!-- row on table showing an unavailable friendly date -->
   <colour name="available friendly date" red="40" green="40" blue="0"/>        <!-- row on table showing an available friendly date -->

   <!-- fixture colours -->
   <colour name="result score" red="40" green="40" blue="40"/>             <!-- fixture basic score -->
   <colour name="result aggregate" red="155" green="155" blue="155" />         <!-- fixture aggregate score -->
   <colour name="position" red="40" green="40" blue="40"/>                 <!-- team league position -->
    <colour name="loser" red="40" green="40" blue="40" alpha="100"/>      <!-- colour for losing team -->
    <colour name="competition" red="40" green="40" blue="40"/>             <!-- colour for 3-letter competition name -->
       <colour name="nation" red="40" green="40" blue="40"/>                 <!-- colour for 3-letter nation name -->
   <colour name="fixture score separator" red="40" green="40" blue="40"/><!-- colour for : or - score separator -->
   <colour name="fixture outcome" red="40" green="180" blue="40"/>             <!-- colour for pen/extra time indicator -->
   <colour name="fixture tv" red="40" green="40" blue="40"/>             <!-- 'tv' label for TV matches -->
   <colour name="league position" red="40" green="40" blue="40" />
   <colour name="league points deducted" red="120" green="40" blue="40" />    <!-- points deducted label on league tables -->
   <colour name="goal scorers" red="60" green="60" blue="70" />    <!-- goal scorer names and attendance on fixtures panel -->

  <!-- game status colours -->
    <colour name="user playing" red="40" green="80" blue="40"/>             <!-- user is playing the game -->
    <colour name="user waiting" red="80" green="40" blue="40"/>             <!-- user is waiting -->

   <!-- special colours -->
   <colour name="match incident" red="255" green="255" blue="255"/>        <!-- incident -->
   <colour name="match goal" red="255" green="255" blue="255"/>            <!-- goal -->
   <colour name="match own goal" red="230" green="176" blue="176"/>        <!-- own goal -->
   <colour name="match penalty" red="255" green="255" blue="255"/>            <!-- penalty -->
   <colour name="match missed penalty" red="255" green="255" blue="255" alpha="130"/>    <!-- missed penalty -->
   <colour name="match yellow card" red="255" green="235" blue="15"/>        <!-- yellow card -->
   <colour name="match red card" red="223" green="102" blue="102"/>            <!-- red card -->
   <colour name="match injury" red="223" green="102" blue="102"/>             <!-- injury -->
   <colour name="match man of match" red="138" green="198" blue="233"/>     <!-- man of match -->
   <colour name="match substitute" red="255" green="255" blue="255" alpha="128"/><!-- substitute -->
   <colour name="match goal update" red="218" green="180" blue="2"/>            <!-- colour of scoring team on goal updates -->

 <!-- misc -->
 <colour name="divider" red="40" green="40" blue="40"/>                 <!-- used for various dividing lines in tables -->
    <colour name="default foreground" red="255" green="231" blue="28"/>     <!-- default screen foreground colour -->
   <colour name="default background" red="36" green="38" blue="41"/>          <!-- default screen background colour -->
    <colour name="default outline" red="240" green="240" blue="240"/>                  <!-- default screen outline colour -->
    <colour name="graph team 1" red="200" green="0" blue="0"/>             <!-- team 1 colour on graph -->
    <colour name="graph team 2" red="0" green="200" blue="0"/>                  <!-- team 2 colour on graph -->
    <colour name="neutral commentary foreground" red="255" green="255" blue="255"/>             <!-- foreground colour for neutral commentary -->
    <colour name="neutral commentary background" red="21" green="22" blue="23"/>             <!-- background colour for neutral commentary -->
    <colour name="match stats" red="40" green="40" blue="40"/>             <!-- match stats colour -->
    <colour name="squad number" red="40" green="40" blue="40"/>             <!-- team stats squad number colour -->
   <colour name="human controlled" red="0" green="71" blue="168" />        <!-- colour used to indicate that team is managed by a human player -->
   <colour name="human controlled match" red="122" green="164" blue="223" />        <!-- colour used to indicate that team is managed by a human player (on the match screen) -->
   <colour name="feeder club" red="40" green="40" blue="160"/>                <!-- colour used to indicate that team is a feeder club for the current human player -->
   <colour name="feeder club match" red="137" green="137" blue="191"/>                <!-- colour used to indicate that team is a feeder club for the current human player (on the match screen) -->
   <colour name="news ticker" red="233" green="193" blue="5" />            <!-- News Ticker -->
   <colour name="notification text" red="255" green="0" blue="0" />        <!-- Text colour for display of number of unread news items -->
   <colour name="urgent news" red="255" green="0" blue="0" />        <!-- Text colour for display of news items requiring urgent attention -->
   <colour name="draft next team" red="40" green="160" blue="40" alpha="50"/>        <!-- Background colour for next team to pick in draft panel -->
   <colour name="draft user team" red="40" green="40" blue="160" alpha="50"/>        <!-- Background colour for next team to pick in draft panel -->


   <colour name="transfer offer comment" red="40" green="40" blue="40" />        <!-- Comment box on transfer offer screen colour -->

   <!-- training stacked bar chart colours -->
   <colour name="intensive training" red="12" green="35" blue="58" />            <!-- used to show number of players on intensive training -->
   <colour name="high training" red="57" green="99" blue="142" />                <!-- used to show number of players on high training -->
   <colour name="medium training" red="111" green="157" blue="205" />            <!-- used to show number of players on medium training -->
   <colour name="light training" red="168" green="203" blue="239" />                <!-- used to show number of players on light training -->

   <colour name="bar value" red="93" green="130" blue="175"/>                    <!-- percentage bar fill colour -->
   <colour name="bar filler" red="255" green="255" blue="255"/>                    <!-- percentage bar filler colour -->


   <!--For the Team meeting- the overall colour changes-->
   <colour name="normal bar filler" red="230" green="230" blue="230"/>  <!--Normal Bar Colour when doing a horizontal percentage split-->
   <colour name="positive bar filler" red="0" green="200" blue="0"/>   <!-- percentage bar filler colour -->
   <colour name="negative bar filler" red="200" green="0" blue="0"/>   <!--Negative bar filler colour-->


   <colour name="player comparison left" red="0" green="32" blue="96" />        <!-- player comparison: left player bar colour -->
   <colour name="player comparison right" red="180" green="180" blue="180" />    <!-- player comparison: right player bar colour -->

   <colour name="profile bar value" red="93" green="130" blue="175" />            <!-- percentage bar fill colour -->
   <colour name="profile bar filler" red="255" green="255" blue="255" />            <!-- percentage bar filler colour -->

   <colour name="match time slider" red="39" green="89" blue="150" />            <!-- match time slider fill colour -->


   <!-- picking colours - not implemented yet -->
   <colour name="player picked" red="255" green="255" blue="255" />            <!-- picking button colour -->
   <colour name="picking player unavailable" red="255" green="0" blue="0" />    <!-- player unavailable -->


   <colour name="competition schedule fixture" red="240" green="240" blue="0" alpha="100"/>        <!-- fixture -->
   <colour name="competition schedule draw date" red="150" green="200" blue="255" alpha="100"/>    <!-- draw date-->
   <colour name="competition schedule squad selection" red="0" green="255" blue="0" alpha="100"/>    <!-- squad selection date-->

   <colour name="calendar fixture" red="240" green="240" blue="0" alpha="20"/>                    <!-- fixture -->
   <colour name="calendar schedule date" red="150" green="200" blue="255" alpha="20"/>    <!-- potential fixture date-->
   <colour name="calendar transfer window" red="200" green="200" blue="200" alpha="20"/>        <!-- transfer window start/end date-->
   <colour name="calendar note reminder" red="230" green="0" blue="200" alpha="20"/>        <!-- transfer window start/end date-->
   <colour name="calendar future transfer" red="15" green="220" blue="210" alpha="20"/>        <!-- transfer window start/end date-->
   <colour name="calendar today" red="255" green="0" blue="0" alpha="20"/>                    <!-- todays date-->
   <colour name="calendar contract expiry" red="40" green="200" blue="40" alpha="20"/>            <!-- contract expiry date -->    
   <colour name="calendar draft date" red="200" green="15" blue="200" alpha="100"/>            <!-- draft date -->
   <colour name="calendar available for friendly" red="255" green="180" blue="0" alpha="20"/>  <!-- available friendly date -->


   <colour name="wizard title" red="0" green="71" blue="168"/>                                <!-- title text colour on the wizards    -->
   <colour name="wizard text" red="40" green="40" blue="40"/>                                <!-- text colour on the wizards    -->
   <colour name="wizard step complete" red="40" green="40" blue="40" alpha="128"/>                <!-- completed wizard step -->
   <colour name="wizard step active" red="0" green="71" blue="168"/>                            <!-- current wizard step -->
   <colour name="wizard step" red="40" green="40" blue="40"/>                                    <!-- future wizard step -->

   <!-- match scoreboard colours -->
   <colour name="match scoreboard clock" red="255" green="255" blue="255"/>                    <!-- clock colour -->
   <colour name="match scoreboard score" red="255" green="255" blue="0"/>                    <!-- score colour -->
   <colour name="match scoreboard aggregate score" red="255" green="200" blue="0"/>                    <!-- agg score colour -->
   <colour name="match scoreboard added time" red="0" green="220" blue="0"/>                    <!-- added time colour -->
 <colour name="match actions foreground" red="255" green="255" blue="255"/>   <!-- match actions bar foreground colour -->
 <colour name="match actions background" red="48" green="51" blue="53"/>   <!-- match actions bar background colour -->


     <!-- 2d match colours -->
   <colour name="match text" red="255" green="255" blue="255"/>            <!-- 2d player name label text colour -->
   <colour name="match outline" red="40" green="40" blue="40"/>            <!-- 2d player name label text outline colour -->

   <colour name="medical main" red="255" green="255" blue="255"/>             <!-- medical main colour for pitch -->
    <colour name="medical minor" red="0" green="180" blue="0"/>                 <!-- medical trim colour for pitch -->
    <colour name="medical text" red="0" green="180" blue="0"/>                 <!-- medical text colour for pitch -->

   <colour name="tactics normal run" red="200" green="200" blue="0"/>        <!-- tactics normal run line colour -->
    <colour name="tactics darkened run" red="255" green="255" blue="255"/>        <!-- tactics darkened run line colour -->
    <colour name="tactics dragged run" red="255" green="255" blue="0"/>        <!-- tactics dragged run line colour -->

   <colour name="continue button text" red="255" green="255" blue="255"/>        <!-- continue button text colour -->


   <!-- preferred moves label text colours -->
   <colour name="adding ppm" red="99" green="180" blue="20"/>
   <colour name="removing ppm" red="211" green="36" blue="36"/>

   <!-- analyser heatmap - 1 lowest 6 highest -->
   <colour name="heatmap_grid_1" red="170" green="170" blue="0"/>
   <colour name="heatmap_grid_2" red="200" green="200" blue="0"/>
   <colour name="heatmap_grid_3" red="255" green="255" blue="0"/>
   <colour name="heatmap_grid_4" red="255" green="200" blue="0"/>
   <colour name="heatmap_grid_5" red="255" green="102" blue="0"/>
   <colour name="heatmap_grid_6" red="255" green="51" blue="51"/>

   <!-- news item headline colours -->
   <colour name="unread category" red="28" green="74" blue="116"/>
   <colour name="read category" red="132" green="139" blue="145"/>
   <colour name="selected category" red="212" green="216" blue="222"/>

   <!-- news screen colours -->
   <colour name="top news header" red="176" green="0" blue="0"/>
   <colour name="news item list header" red="176" green="0" blue="0"/>
   <colour name="other stories header" red="176" green="0" blue="0"/>

   <colour name="contract negotiation restriction" red="176" green="0" blue="0"/>

   <colour name="add manager must fill" red="176" green="0" blue="0"/>

   <!-- Transfer Centre -->
   <colour name="transfer centre extra info" red="80" green="80" blue="80" />
   <colour name="transfer centre fee" red="55" green="80" blue="110" />


 <!-- Conversation colours -->
 <colour name="human speech bubble" red="208" green="216" blue="220"/>
 <colour name="happy speech bubble" red="142" green="201" blue="156"/>
 <colour name="unhappy speech bubble" red="220" green="103" blue="103"/>
 <colour name="negotiation speech bubble" red="142" green="168" blue="201"/>
 <colour name="negotiation last chance bubble" red="255" green="184" blue="41"/>


 <!-- General Conversation Colours for the team meeting + other players -->
 <colour name="general speech bubble 1" red="142" green="168" blue="201"/>
 <colour name="general speech bubble 2" red="142" green="201" blue="156"/>
 <colour name="general speech bubble 3" red="201" green="182" blue="142"/>
 <colour name="general speech bubble 4" red="181" green="201" blue="142"/>


 <!-- official kit colours (picked from in this order -->
 <colour name="official colour 1" red="0" green="0" blue="0"/>     <!-- black -->
 <colour name="official colour 2" red="20" green="172" blue="35"/>     <!-- green -->
 <colour name="official colour 3" red="228" green="230" blue="23"/>     <!-- yellow -->
 <colour name="official colour 4" red="179" green="179" blue="179"/>     <!-- grey -->
 <colour name="official colour 5" red="227" green="39" blue="203"/>     <!-- purple -->
 <colour name="official colour 6" red="230" green="23" blue="23"/>     <!-- red -->
 <colour name="official colour 7" red="231" green="144" blue="21"/>     <!-- orange -->
 <colour name="official colour 8" red="24" green="48" blue="223"/>     <!-- blue -->
 <colour name="official colour 9" red="235" green="182" blue="40"/>     <!-- gold -->
 <colour name="official colour 10" red="250" green="250" blue="246"/>     <!-- white -->


 <colour name="positive" red="22" green="168" blue="40"/>     <!-- positive -->
 <colour name="negative" red="207" green="25" blue="25"/>     <!-- negative -->

 <!--Training colours-->
 <colour name="training focus colour 0" red="193" green="223" blue="243" alpha="127"/> <!-- Balanced -->
 <colour name="training focus colour 1" red="151" green="165" blue="175" alpha="127"/> <!-- Fitness -->
 <colour name="training focus colour 2" red="244" green="202" blue="112" alpha="127"/> <!-- Tactics -->
 <colour name="training focus colour 3" red="188" green="183" blue="207" alpha="127"/> <!-- Ball Control -->
 <colour name="training focus colour 4" red="239" green="203" blue="161" alpha="127"/> <!-- Defending -->
 <colour name="training focus colour 5" red="147" green="185" blue="115" alpha="127"/> <!-- Attacking -->
 <colour name="training focus colour 6" red="236" green="230" blue="208" alpha="127"/> <!-- Team Cohersion -->
 <colour name="training focus colour 7" red="178" green="156" blue="202" alpha="127"/> <!-- Not Used -->
 <colour name="training focus colour 8" red="183" green="197" blue="207" alpha="127"/> <!-- Not Used -->


 <!-- Match Prep colour -->
 <colour name="match prep colour 0" red="222" green="235" blue="244" alpha="127"/><!-- Tactics Only -->
 <colour name="match prep colour 1" red="232" green="220" blue="172" alpha="127"/><!-- Teamwork -->
 <colour name="match prep colour 2" red="230" green="182" blue="182" alpha="127"/><!-- Defensive Positioning -->
 <colour name="match prep colour 3" red="188" green="216" blue="164" alpha="127"/><!-- Attacking Movement -->
 <colour name="match prep colour 4" red="244" green="215" blue="215" alpha="127"/><!-- Defensive Set Pieces -->
 <colour name="match prep colour 5" red="231" green="250" blue="199" alpha="127"/><!-- Attacking Set Pieces -->

 <colour name="training rest day colour" red="255" green="255" blue="255" alpha="0"/><!--rest days-->

 <!-- Pitch Colours -->
 <colour name="condition_perfect" red="82" green="147" blue="58"/> <!-- Perfect -->
 <colour name="condition_muddy" red="84" green="110" blue="59"/> <!-- Muddy -->
 <colour name="condition_damp" red="47" green="104" blue="37"/> <!-- Damp -->
 <colour name="condition_dry" red="121" green="143" blue="60"/> <!-- Dry -->
 <colour name="condition_water_logged" red="40" green="96" blue="51"/> <!-- Water Logged -->
 <colour name="condition_muddy" red="89" green="99" blue="55"/> <!-- Muddy -->
 <colour name="condition_frozen" red="74" green="103" blue="74"/> <!-- Frozen -->
 <colour name="condition_snowy" red="95" green="133" blue="95"/> <!-- Snowy -->
 <colour name="condition_hard" red="84" green="113" blue="70"/> <!-- Hard -->


 <!-- Howto Colours -->
 <colour name="how to dark effect colour" red="0" green="0" blue="0" alpha="255"/><!-- black layer for HOW_TO_DARK_EFFECT_CONTAINER-->

 <!-- Transfer Deadline Day -->
 <colour name="deadline day time remaining label" red="200" green="200" blue="200"/> <!-- Time remaining until deadline label -->
 <colour name="deadline day time label" red="120" green="120" blue="120"/> <!-- HOURS MINS label -->
 <colour name="deadline day time" red="220" green="220" blue="220"/> <!-- the actual time number -->
</properties>

Link to post
Share on other sites

I really enjoy playing fm with this skin but there is one feature I would like to be added. While playing with extended highlights yellow cards are not shown in the "middle box". It's mentioned in the commentary but sometimes I miss it and leave the warned player on heavy tackling. Sometimes resulting in a second yellow card and an early shower.

Any chance of fixing this?

Thanks a lot!

Frank

Link to post
Share on other sites

Why im not able to make this skin work with there background packs ?

http://sortitoutsi.net/downloads/view/1981/fmc-stadium-superpack

I tried to put the backgrounds folder on graphics folder with the other ones like, kits, logos and faces....but i dont know why it doesnt show up in game...i tried with steklo and it just worked...any ideas what i should do ?!

Edit : The backgrounds with FMC skin only shows on the team information tab, not on the normal background or even on General information tab...

Any ideas Jack ?!

Link to post
Share on other sites

36492736.png

I have three question's if anyone can help me please :)

1) Top left beside my Chelsea badge there is two diagonal white stripes, This is where the background logo should go, But for some reason I just can't get them to show, How come? I use the same background badges as I did in FM12, same with my normal club logos etc.

2) In the middle of the page where GK rating / Prefer Foot / Weight / Height is the colour is Peach, Can this be changed as it's almost unreadable.

3) The colour of Attributes - Can they be changed to different colours? I have tried using "Preferences" But I realised the one's that are set in preferences are different from the actual screen anyway.

See Picture Below:-

skincolours.png

Link to post
Share on other sites

1. Something I'm working on for the next (and hopefully final) version of the skin

2. Upgrade to the latest version of the skin (1.56) and that will be fixed, if you are on 1.56 delete and re-download

3. Go into the skin settings folder and open the settings file, can do manual changes there if you wish

Link to post
Share on other sites

1. Something I'm working on for the next (and hopefully final) version of the skin

2. Upgrade to the latest version of the skin (1.56) and that will be fixed, if you are on 1.56 delete and re-download

3. Go into the skin settings folder and open the settings file, can do manual changes there if you wish

BTW forget to say, I have used many many skins, since FM came out, But your's is by far the best, Truly fantastic on the eye and adds to the overall experience.

Also thanks for getting back to me :)

Link to post
Share on other sites

I dont know if this was mentioned...but when you go on squad page beside the number that states which position is the club currently it doesent say the name of the competition... it shows when you go to view club and than go on players page but not in the solo squad page....

Link to post
Share on other sites

ofcourse it is a minor thing... I am just crazy..I always notice such little things... if it is impossible to change no matter.... and one thing more... what about to make it transparent a little bit more? what I mean is that for example you can always see background pic...the boxes in player profile are not transparent for example...and were you thinking of releasing the final version tonight :) ...

Link to post
Share on other sites

ok great... and pleaseeeee think about the transparancy.... :) .... anyhow thank you... great work.... or if it is not a complicated thing to do just tell me how to do it..?? maybe I am asking idiotic question..but i never done anything similar about skining...so maybe is just changing some lines in confing file of the skin/....

Link to post
Share on other sites

ok great... and pleaseeeee think about the transparancy.... :) .... anyhow thank you... great work.... or if it is not a complicated thing to do just tell me how to do it..?? maybe I am asking idiotic question..but i never done anything similar about skining...so maybe is just changing some lines in confing file of the skin/....

It would mean changing a lot of the boxes in Photoshop

JackHammer76 sorry for the repost but is this possible?

Maybe, although I don't really see the point, you could just click on the attributes tab

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