FMC13 Scoreboard Logos Mod

This is a simple mod that restores the club logos to the scoreboard in the match titlebar in FMC2013.

IF YOU ARE USING THE FULL FM13 MODE THEN YOUR WANT THIS PAGE

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

The filesthat needs to be modified is 'match title bar score.xml' located in the panels folder of the skin you are using, if not you can get it from the panels folder for the FMC13 skin that can be extracted from the skins.fmf file located in the data folder of where you installed FM2013 or you can get the file from the panels folder of the FMC Base Skin

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

<!--home team name -->

<widget class="text_button" id="T1nm" size="8" alignment="right,centre_y" click_event="htac" font="fonts/scoreboard team">

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

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

</widget>

</container>

and directly above that paste in this code:

<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"/>

<!-- home team main logo -->

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

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

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

and directly below that code paste this line in:

</container>

So the the whole thing should now look like this:

<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"/>

<!-- home team main logo -->

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

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

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

<!--home team name -->

<widget class="text_button" id="T1nm" size="8" alignment="right,centre_y" click_event="htac" font="fonts/scoreboard team">

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

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

</widget>

</container>

</container>

Now for the Away Team Logo locate this bit of code:

<!--away team name -->

<widget class="text_button" id="T2nm" size="8" alignment="left,centre_y" click_event="atac" font="fonts/scoreboard team">

<layout class="stick_to_sides_attachment" alignment="left" inset="35"/>

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

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

</widget>

</container>

and directly above that paste in this code:

<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"/>

<!-- 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="stick_to_sides_attachment" alignment="left" inset="5"/>

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

<record id="object_property">

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

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

</record>

</widget>

and directly below that code paste this line in:

</container>

So it looks similar to the Home Team coding.

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 in red above.

If you are using a skin based on the Default skin then you can just download the below file, extract the contents and put the xml file into the panels folder of the skin you are using. (If you are using the default skin then download the Base FMC Skin first).

DOWNLOAD FMC2013 SCOREBOARD LOGOS MOD

Shop at Amazon.co.uk