Jump to content

[FM15 Mod] Scoreboard Logos


michaeltmurrayuk

Recommended Posts

Football Manager 2015 - Scoreboard Logos Mod

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

FM15_scoreboardlogos.jpg

IF YOU ARE USING THE FMC15 (CLASSIC/CHALLENGE) MODE THEN YOUR WANT THIS POST

This is designed to work on skins based on the Default FM15 skin, 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 the Default Skin then download the 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.

Change Log:

v2 - Minor update to bring the files up-to-date with patch 15.2, there has been no changes to the coding needed to display the logos, files have just been updated to font colour code to better support skins that may change the time and score colours.

FM2015 SCOREBOARD LOGOS MOD DOWNLOAD PAGE

---

You are free to do what you want with this mod provided:

1. It or any skins based on it are not to be sold.

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

3. At least one of the download links is free to access and download.

4. My username is left as the creator and a link to my site is included: http://michaeltmurrayuk.blogspot.co.uk/ (unless included within a skin then a credit is fine).

Link to post
Share on other sites

Football Manager Classic 2015 - Scoreboard Logos Mod

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

FMC15_scoreboardlogos.jpg

IF YOU ARE USING THE FULL FM15 MODE THEN YOUR WANT THIS POST

It is designed to work on skins based on the Default FMC15 skin, 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 FMC skin you are using, if you are using the Default FMC Skin then download the Base FMC Skin, add the file to that skin and switch to the Base FMC 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.

FMC2015 SCOREBOARD LOGOS MOD DOWNLOAD PAGE

---

You are free to do what you want with this mod provided:

1. It or any skins based on it are not to be sold.

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

3. At least one of the download links is free to access and download.

4. My username is left as the creator (unless included within a skin then a credit is fine).

Link to post
Share on other sites

How to Create the Mod For FM2015 Full Mode 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 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 line 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 line 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 FMC2015 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 fmc 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 -->

<container width="5" />

<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 comp logo -->

To add the Home Team Logo you need to 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>

To add the Away Team Logo locate this 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 move the code for the logo so that it appears below the team name code and change where it says left on the image alignment line to right, the logo will then appear to the right of the team name.

Link to post
Share on other sites

  • 1 month later...

File has been updated for patch 15.2, download links are in the opening posts, note FMC version hasn't been updated as it didn't need it.

Update is only a minor change to update the xml files with the changes made in patch 15.2 - only change is text colour code added to the time and score to better support skins that may recolour the panel.

Link to post
Share on other sites

  • 10 months later...
  • 11 months later...
On 13/12/2014 at 14:48, michaeltmurrayuk said:

File has been updated for patch 15.2, download links are in the opening posts, note FMC version hasn't been updated as it didn't need it.

Update is only a minor change to update the xml files with the changes made in patch 15.2 - only change is text colour code added to the time and score to better support skins that may recolour the panel.

On 1/5/2015 at 18:18, Kinmar said:

 

TCM16_EN.png

 

 

The team is being renewed for this season with the arrivals of Larrygolade and Zecha. The first will handle the African continent as regards the second it will update the maximum competition and also of Italy.

Sualg_Bilbao, the Asia specialist first two editions will likely leave the current team in July following a professional and personal development that will not leave him time to continue the adventure. Meanwhile he is in charge of France.

Thomasom, the author of the template is not part of this season, also for professional reasons, which leaves him more time to this adventure.

As for me, I'll take care of the complete North American and some European countries. Not forgetting all the promotion pack to follow when leaving the game (November 2015 theoretically).

If you are interested in joining the team, please contact me!

Thank you.

And sorry for the imperfect English!

 

 

 

Hi i have a problem..I use tcm2015 logos (very good) but i have  problem in swiss league i cant change competition logos (team logos works very good) any suggestion??

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