Jump to content

Adding team name text to match titlebar


JR866Gunner

Recommended Posts

Is this Neue2? I believe there are a couple of versions of it - one with a full colour header. I think the team names are there in the full colour version. Copy 'match title bar.xml' from the full colour version over to the version you are using.

The reason the skin is like that is due to a problem with the team names in the match screen. The game auto recolours them to the team's second colour and there is no way to stop it. So for this skin the names of some teams wouldn't be clear against the dark blue background.

Link to post
Share on other sites

Got it! you add the following text to the match title bar xml file one sec.......

<!-- Home team text -->

<widget class="text_button" id="T1nm" size="14" font="fonts/vera" colour="white" alignment="right,centre_y" click_event="htac" auto_size="all" >

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

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

Just replace the above with the text already there and then theres the away text one sec....

<!-- Away team text -->

<widget class="text_button" id="T2nm" size="14" font="fonts/vera" alignment="left,centre_y" click_event="atac" auto_size="all" colour="white">

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

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

Then the usual reload skin on confirm etc etc woohoo!

It then looks like this

http://yfrog.com/jbblackpoolvstokep

Link to post
Share on other sites

Hi miller I had the following in the match titlebar text file so copy the below into it(be sure to copy the original folder elsewhere so you can undo this if it doesnt work!)

<panel title="Match Title Bar">

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

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

<!-- main container - main colour bar - team name - logos -->

<container>

<layout class="arrange_horizontal_attachment" layout="-1,-1,0" gap="0" offset="0"/>

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

<layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="0"/>

<widget class="picture" id="T1bp" auto_size="vertical" file="interface/titlebar/match/home" cached="true" rthr="68">

</widget>

<widget class="picture" id="T2bp" auto_size="vertical" file="interface/titlebar/match/away" cached="true" rthr="68">

</widget>

</container>

<container>

<layout class="arrange_horizontal_attachment" layout="-1,-1,0" gap="0" offset="0"/>

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

<layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="0"/>

<widget class="picture" id="T1tc" auto_size="vertical" file="interface/titlebar/match/line/home" cached="true" rthr="68">

</widget>

<widget class="picture" id="T2tc" auto_size="vertical" file="interface/titlebar/match/line/away" cached="true" rthr="68">

</widget>

</container>

<!-- fade to black to make the different colours behind the tabs less apparent -->

<widget class="picture" id="pict" auto_size="vertical" file="interface/titlebar/match/gradient">

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

</widget>

<!-- main container - main colour bar - team name - logos -->

<container>

<layout class="arrange_horizontal_attachment" layout="-1,280,-1" gap="0" offset="0"/>

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

<layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="5"/>

<!-- Home team container -->

<container id="T1cn" height="68">

<container>

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

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

<!-- Home team logo -->

<container height="70">

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

<widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="60" width="60" image_alignment="centre">

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

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

<attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

<attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

</widget>

</container>

<!-- Home team text -->

<widget class="text_button" id="T1nm" size="14" font="fonts/vera" colour="white" alignment="right,centre_y" click_event="htac" auto_size="all" >

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

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

</widget>

</container>

</container>

<container id="T1cn" height="54">

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

<widget class="picture" id="pict" auto_size="vertical" file="interface/titlebar/match/score/bar" cached="true"/>

<container>

<layout class="arrange_horizontal_attachment" layout="45,-1,140,-1,45" gap="2"/>

<layout class="centre_in_parent_attachment" layout="vertical" offset="-2" layout_children="true"/>

<widget class="text" id="T1sc" font="fonts/verabd" size="18" height="40" alignment="centre" colour="goldmatt">

</widget>

<widget class="text" id="T1as" font="fonts/verabd" size="8" height="30" alignment="centre" colour="match scoreboard aggregate score">

</widget>

<container height="54">

<layout class="arrange_vertical_attachment" alignment="top" gap="2" />

<layout class="stick_to_sides_attachment" alignment="top" inset="8"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>

<widget class="text" id="Mclk" font="fonts/verabd" size="16" auto_size="vertical" alignment="centre" colour="match scoreboard clock">

<attachment class="get_global_attachment" get_property="matt" set_property="text"/>

</widget>

<widget class="text" id="Mijt" font="fonts/verabd" size="7" height="12" alignment="centre" colour="goldmatt">

<layout class="stick_to_sides_attachment" alignment="bottom" inset="17"/>

<attachment class="get_global_attachment" get_property="mijt" set_property="text"/>

<attachment class="test_global_attachment" get_property="mijt" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>

</widget>

</container>

<widget class="text" id="T2as" font="fonts/verabd" size="8" height="30" alignment="centre" colour="match scoreboard aggregate score">

</widget>

<widget class="text" id="T2sc" font="fonts/verabd" size="18" height="40" alignment="centre" colour="goldmatt">

</widget>

</container>

</container>

<!-- Away team container -->

<container id="T2cn" height="68">

<container>

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

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

<!-- Away team logo -->

<container height="100">

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

<widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="60" width="60" image_alignment="centre">

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

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

<attachment class="get_global_attachment" get_property="scpc" set_property="file" skip_if_null="false"/>

<attachment class="get_global_attachment" get_property="sprc" set_property="srec" skip_if_null="false"/>

</widget>

</container>

<!-- Away team text -->

<widget class="text_button" id="T2nm" size="14" font="fonts/vera" alignment="left,centre_y" click_event="atac" auto_size="all" colour="white">

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

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

</widget>

</container>

</container>

</container>

<!-- main container - main colour bar - team name - logos -->

</panel>

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