Jump to content

[FM16][MOD] Scoreboard Logos Mod


michaeltmurrayuk

Recommended Posts

2016_mod.png

FM16 Scoreboard Logos Mod

This is a simple mod that restores the club logos to the Scoreboard on the Match Pitch view in Football Manager 2016, aswell as adding a Competition logo.

match_score_logos.png

It is designed to work on skins based on the Default FM16 skins, for skins that have a different match scoreboard from the default you'll need to modify the files yourself.

To apply to your game you just need to download the below file, extract the zip file and put the 'match title bar score.xml' file in the panels folder for the skin you are using, if you are using one of the Default Skins then download the relevant Base Skin, add the file to that skin and switch to the Base Skin in game. (If you have the skin cache on you may need to turn it off and reload your skin for the changes to show up).

Note if the Skin you are using already has a 'match title bar score.xml' file you'll need to follow the advanced instructions further down to create the mod on your own as overwriting your skins custom scoreboard may cause problems.

---

Redistribution Terms

You are free to post this content to your website provided:

1. It is not sold or behind a paywall.

2. You don't advertise it as being exclusive to your website.

3. My username and blog address are included: http://michaeltmurrayuk.blogspot.co.uk/

Link to post
Share on other sites

FMT16 Scoreboard Logos Mod





This is a simple mod that restores the club logos to the Scoreboard on the Match Pitch view in Football Manager 2016, aswell as adding a Competition logo.

fmc_match_score_logos.png

It is designed to work on skins based on the Default FMTouch skins, for skins that have a different match scoreboard from the default you'll need to modify the files yourself.

To apply to your game you just need to download the below file, extract the zip file and put the 'match title bar score.xml' file in the panels folder for the skin you are using, if you are using one of the Default Skins then download the relevant Base Skin, add the file to that skin and switch to the Base Skin in game. (If you have the skin cache on you may need to turn it off and reload your skin for the changes to show up).

Note if the Skin you are using already has a 'match title bar score.xml' file you'll need to follow the advanced instructions further down to create the mod on your own as overwriting your skins custom scoreboard may cause problems.

FMT16 SCOREBOARD LOGOS MOD DOWNLOAD PAGE

---

Redistribution Terms

You are free to post this content to your website provided:

1. It is not sold or behind a paywall.

2. You don't advertise it as being exclusive to your website.

3. My username and blog address are included: http://michaeltmurrayuk.blogspot.co.uk/

Link to post
Share on other sites

How to Create the Mod for Full Mode FM2016 Skins

If you just want to download and use the mod download the above link, the below instructions are only for people who want to know what coding needs changing to create the mod, are using an unsupported custom skin or want to know how to edit the mod to adjust the sizes or positions of the logos.

The file that needs to be modified is 'match title bar score.xml' located in the panels folder of the skin you are using, if the file isn't present then you can extract the file from the panels folder of the fm skin located within the skins.fmf file.

To add the Competition Logo, locate this line of code:

<!--clock-->

And directly above that code paste in the following code:

<!-- comp logo -->

<widget class="picture" id="fxCo" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">

<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

<record id="object_property">

<integer id="get_property" value="mnpc" />

<integer id="set_property" value="file" />

</record>

</widget>

<!-- end of comp logo -->

To add the Home Team Logo, locate this bit of code:

<!--home team name -->

<widget class="text_button" id="T1nm" size="9" auto_size="horizontal" alignment="right,centre_y" click_event="htac" style="semi_bold">

<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />

</widget>

And directly above that code paste in the following code:

<!-- home team main logo -->

<widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">

<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

<record id="object_property">

<integer id="get_property" value="htpc" />

<integer id="set_property" value="file" />

</record>

</widget>

<!-- end home team main logo -->

Finally to add the Away Team Logo, locate this bit of code:

<!--away team name -->

<widget class="text_button" id="T2nm" size="9" auto_size="horizontal" alignment="right,centre_y" click_event="atac" style="semi_bold">

<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />

</widget>

And directly above that code paste in the follow code:

<!-- away team main logo -->

<widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">

<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>

<record id="object_property">

<integer id="get_property" value="atpc" />

<integer id="set_property" value="file" />

</record>

</widget>

<!-- end away team main logo -->

The above code will display a logo of dimensions 25x18 (small icon size) to the left of the team names as per the above screenshots.

To increase the size of the logo you just need to increase the height/width values for each bit of code above.

To move the logo to the right of the team names you need to paste the new code below the existing code (green code above) and change where it says left in bold to right, the logo will then appear to the right of the team name.

Link to post
Share on other sites

How to Create the Mod for Touch Mode FMT2016 Skins

If you just want to download and use the mod download the above link, the below instructions are only for people who want to know what coding needs changing to create the mod, are using an unsupported custom skin or want to know how to edit the mod to adjust the sizes or positions of the logos.

The file that needs to be modified is 'match title bar score.xml' located in the panels folder of the skin you are using, if the file isn't present then you can extract the file from the panels folder of the fm skin located within the skins.fmf file.

To add the Competition Logo, locate this line of code:

<!--clock-->

And directly above that code paste in the following code:

<!-- comp logo -->


<widget class="picture" id="fxCo" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">


<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>


<record id="object_property">


<integer id="get_property" value="mnpc" />


<integer id="set_property" value="file" />


</record>


</widget>


<!-- end of comp logo -->






To add the Home Team Logo, locate this bit of code:

<!-- home team -->


<container width="160">


<!--home team background colour-->


<widget class="picture" id="T1bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">


<layout class="stick_to_sides_attachment" alignment="all" inset="0" />


</widget>


<!--home team name -->


<widget class="text_button" id="T1nm" size="8.5" alignment="right,centre_y" click_event="htac" font="capitals_bold">


<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


<layout class="stick_to_sides_attachment" alignment="horizontal" inset="10" />


</widget>


</container>






And REPLACE it with this code:

<!-- home team -->


<container>


<layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0" />


<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


<!--home team background colour-->


<widget class="picture" id="T1bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">


<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" />


<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" />


</widget>


<container>


<layout class="arrange_horizontal_attachment" alignment="left" gap="0" offset="0" />


<layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="0" />


<layout class="stick_to_sides_attachment" alignment="all" inset="0" />


<container width="15" />


<!-- home team main logo -->


<widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">


<layout class="centre_in_parent_attachment" alignment="vertical" offset="1"/>


<record id="object_property">


<integer id="get_property" value="htpc" />


<integer id="set_property" value="file" />


</record>


</widget>


<!-- end of home team main logo -->


<!--home team name -->


<widget class="text_button" id="T1nm" size="10" auto_size="horizontal" alignment="right,centre_y" click_event="htac" font="capitals_bold">


<layout class="centre_in_parent_attachment" alignment="vertical" offset="1"/>


</widget>


<!-- end of home team name -->


<container width="15" />


</container>


</container>






Finally to add the Away Team Logo, locate this bit of code:

<!-- away team -->


<container width="160">


<!--away team background colour-->


<widget class="picture" id="T2bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">


<layout class="stick_to_sides_attachment" alignment="all" inset="0" />


</widget>


<!--away team name -->


<widget class="text_button" id="T2nm" size="8.5" alignment="left,centre_y" click_event="atac" colour="white" font="capitals_bold">


<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


<layout class="stick_to_sides_attachment" alignment="horizontal" inset="10" />


</widget>


</container>






And REPLACE it with this code:

<!-- away team -->


<container>


<layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0" />


<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


<!--away team background colour-->


<widget class="picture" id="T2bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">


<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" />


<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" />


</widget>


<container>


<layout class="arrange_horizontal_attachment" alignment="left" gap="0" offset="0" />


<layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="0" />


<layout class="stick_to_sides_attachment" alignment="all" inset="0" />


<container width="15" />


<!-- away team main logo -->


<widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">


<layout class="centre_in_parent_attachment" alignment="vertical" offset="1"/>


<record id="object_property">


<integer id="get_property" value="atpc" />


<integer id="set_property" value="file" />


</record>


</widget>


<!-- end of away team logo -->


<!--away team name -->


<widget class="text_button" id="T2nm" size="10" auto_size="horizontal" alignment="right,centre_y" click_event="atac" font="capitals_bold">


<layout class="centre_in_parent_attachment" alignment="vertical" offset="1"/>


</widget>


<!-- end of away team name -->


<container width="15" />


</container>


</container>






The above code will display a logo of dimensions 25x18 (small icon size) to the left of the team names as per the above screenshots.

To increase the size of the logo you just need to increase the height/width values for each bit of code above.

To move the logo to the right of the team names you need to paste the new code below the existing code (green code above) and change where it says left in bold to right, the logo will then appear to the right of the team name.

Link to post
Share on other sites

basically adding the stadium backgrounds and kits to the screen shot i am currently using the Wannachupbrew FM16 v1.1.1 and its a good skin was just wondering how to add the kits and backrounds to the screenshot

To see the background you might need to make some files more transparent: [FM15 Guide] How To Increase Transparency of Screens However I think the 3D/2D pitch shows behind the overview screen, the only place the stadium backgrounds show is on the splitview screen.

To get the logos changed to kits on the match screen follow the instructions for mod #01 from here: http://community.sigames.com/showthread.php/405253-FM15-Mod-Match-Screen-Kits-Mod?p=9959917&viewfull=1#post9959917

Link to post
Share on other sites

Could somebody please share the FM16 scoreboard resources (container and team folder from "graphics\boxes\custom\match\scoreboard" ?

Cheers ;)

Just download a skin and grab it. Andromeda or Wannachupbrew is great.

Link to post
Share on other sites

You dont need the graphics for that, just the xml, you cant adjust the container_height="xxx" figure in the few opening lines.

I know that. Is it this line: <container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper"> ?

Link to post
Share on other sites

I know that. Is it this line: <container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper"> ?

Yeah you should be able to change it by adding height="xx" width="xx" if that lines right.

Link to post
Share on other sites

Yeah you should be able to change it by adding height="xx" width="xx" if that lines right.

Hmm, nothing happens...?

This is what i wrote:

1st try:

<container class="bordered_box" height="40" appearance="boxes/custom/match/scoreboard/container/paper">

2nd try:

<container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper" height="40">

Link to post
Share on other sites

Hmm, nothing happens...?

This is what i wrote:

1st try:

<container class="bordered_box" height="40" appearance="boxes/custom/match/scoreboard/container/paper">

2nd try:

<container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper" height="40">

I'll have a look when i get in, cant see hte full xml at the min.

Link to post
Share on other sites

I'll have a look when i get in, cant see hte full xml at the min.

<?xml version='1.0' encoding='utf-8'?><panel>


 <translation id="title" type="new" value="Match Title Bar" />
 <layout class="arrange_horizontal_attachment" alignment="left" gap="0" offset="2" />
 <layout class="fit_children_attachment" alignment="horizontal,fill" gap="0" offset="2" />
 <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="5" />


 <attachment class="match_ball_fade_attachment"/>


 <container class="bordered_box" height="40" appearance="boxes/custom/match/scoreboard/container/paper">

   <!-- Slide on from above the screen -->
   <animation class="translate_animation" trigger_id="hidden" trigger_value="false" start_value="-1,0" end_value="0,0" duration="0.2" end_mode="hold_auto_reverse_hold" tween="ease_out" coord_mode="relative_to_screen" apply_to_mouse="false" />

   <layout class="arrange_horizontal_attachment" alignment="horizontal" gap="0" offset="0" />
   <layout class="fit_children_attachment" alignment="horizontal,fill" gap="0" offset="0" />
   <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />





   <!--home button-->
   <widget class="icon_button" id="homb" click_event="home" height="30" width="40" appearance="buttons/custom/match/exit/button" icon="icons/16px/home" icon_alignment="centre">
     <layout class="centre_in_parent_attachment" alignment="vertical" offset="0" />
   </widget>


<!-- comp logo -->
         <widget class="picture" id="fxCo" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">

           <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
   <record id="object_property">
     <integer id="get_property" value="mnpc" />
     <integer id="set_property" value="file" />
   </record>

         </widget>
   <!--clock-->
   <widget class="text" id="Mclk" size="12" width="80" alignment="centre" style="semi_bold" colour="match text">
     <layout class="stick_to_sides_attachment" alignment="top" inset="1" />
   </widget>
   <widget class="text" id="Mijt" size="8" width="40" alignment="centre" colour="match scoreboard added time" style="semi_bold">
     <layout class="stick_to_sides_attachment" alignment="top" inset="1" />
   </widget>


   <!-- home team -->
   <container>
     <layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0" />
     <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


     <!--home team background colour-->
     <widget class="picture" id="T1bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">
       <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" />
       <layout class="centre_in_parent_attachment" alignment="vertical" inset="0" />
     </widget>


     <container>
       <layout class="arrange_horizontal_attachment" alignment="left" gap="0" offset="0" />
       <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="0" />
       <layout class="stick_to_sides_attachment" alignment="all" inset="0" />


       <container width="15" />
<!-- home team main logo -->
         <widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">

           <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
   <record id="object_property">
     <integer id="get_property" value="htpc" />
     <integer id="set_property" value="file" />
   </record>

         </widget>

         <container width="5" />


       <!--home team name -->
       <widget class="text_button" id="T1nm" size="9" auto_size="horizontal" alignment="right,centre_y" click_event="htac" style="semi_bold">
         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
       </widget>


       <container width="15" />


     </container>


   </container>


   <!--scoreboard-->
   <widget class="text" id="Scor" size="12" width="80" alignment="centre" style="semi_bold" colour="match text">
     <layout class="stick_to_sides_attachment" alignment="top" inset="1" />
   </widget>


   <!-- away team -->
   <container>
     <layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0" />
     <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />


     <!--away team background colour-->
     <widget class="picture" id="T2bp" auto_size="vertical" file="boxes/custom/match/scoreboard/team/paper" cached="true" rthr="68">
       <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" />
       <layout class="centre_in_parent_attachment" alignment="vertical" inset="0" />
     </widget>


     <container>
       <layout class="arrange_horizontal_attachment" alignment="left" gap="0" offset="0" />
       <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="0" />
       <layout class="stick_to_sides_attachment" alignment="all" inset="0" />


       <container width="15" />


<!-- away team main logo -->
         <widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="18" width="25" image_alignment="left, centre_y">
           <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
   <record id="object_property">
     <integer id="get_property" value="atpc" />
     <integer id="set_property" value="file" />
   </record>

         </widget>
         <container width="5" />
       <!--away team name -->
       <widget class="text_button" id="T2nm" size="9" auto_size="horizontal" alignment="right,centre_y" click_event="atac" style="semi_bold">
         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
       </widget>


       <container width="15" />


     </container>


   </container>


   <!--spacer-->
   <container width="12" />


   <!--aggregate score-->
   <widget class="text" id="Aggg" size="12" width="60" alignment="centre_y, left" font="fonts/aggregate_score" style="shadowed, bold">
     <layout class="stick_to_sides_attachment" alignment="top" inset="1" />
   </widget>


 </container>


</panel>

Link to post
Share on other sites

Great, and how do I adjust the height of the scoreboard? or the container...

It's controlled by the 'match full window.xml' file which will need to be extracted from the panels.fmf file (if you don't know how to extract the default files read this: [FM2015 Guide] How to Extract Default Files & Understanding File Structure)

Locate this line and adjust the height value:

<!--slide-out scores-->

<widget class="match_titlebar_panel" id="MHDr" file="match title bar score" height="50">

Link to post
Share on other sites

[quote=michaeltmurrayuk;

Locate this line and adjust the height value:

<!--slide-out scores-->

<widget class="match_titlebar_panel" id="MHDr" file="match title bar score" height="50">

Cheers Mike ;)

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