How to Change Kit/Logo & Text Sizes on Overview Screen

These instructions will assume you have already downloaded and installed the version of the Highlights mod you want to edit.

To download the mod see this page

If you are using the view with the teams arranged vertically (the default view for the left and middle panels) you'll need to edit the 'match incidents small ibh' xml file.

To change the logos to kits then locate this section of code:

<widget class="match_team_logo_picture" id="TeLo"/>

<!-- <widget class="kit_picture" id="teKP" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre"/> -->

You then want to change those lines so they read:

<!-- <widget class="match_team_logo_picture" id="TeLo"/> -->

<widget class="kit_picture" id="teKP" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre"/>

Bascially having the first line enabled shows logos and having the second enabled shows kits.

If you want to replace the logos with kits on other parts of the match screens you'll need to carry out the same instructions in the various match incident files.

To change the sizes of the kits/logos then in the same file the first line you need to locate is this one near the top of the file:

<widget class="table" id="tntb" layout="100,-60,-15" mode="fill_rows, stripe_rows" auto_size_rows="true" auto_size="vertical" row_spacing="0">

The 100 is for the kit/logo picture, -60 is for the team name and -15 is for the score, the only one that should need adjusting is the first number, make this number 10 or 20 pixels greater than the size of the kit/logo. You should only need to play around with the other numbers if you don't have enough room.

If you want to adjust the text size locate this bit of code:

<list id="column_properties">

<record index="0" auto_size="all" />

<record index="1" size="18" alignment="left,centre_y" />

<record index="2" alignment="right,centre_y" size="18" />

</list>

The second line sets the font size for the Team Name and the third line sets the font size for the Score.

Now to adjust the kit/logo size locate this bit of code:

<container height="80" width="80" col="0" row="0">

And adjust the values to match your kit size.

Finally if you are editing the font size locate this bit of code:

<widget class="text" id="mitn" col="1" row="0" height="80" font="fonts/match_panel_title" colour="text" />

And adjust the value if need be, you should only need to do this if your font isn't fitting, you can also change the font and font colour here if you want.

If you like my work then feel free to send me a donation through paypal. Note this is completely optional all of my content will always be free.