Jump to content

Tactics/Touchline Shout tab


paulowen

Recommended Posts

Can any skinning genuis help me with the above. It's the little tab that appears during a match 'Tactics/Touchline Shout'. I've downloaded a skin and I'm just trying to change the colour of the tab to the default silver colour the same as the menu bars for the original skin.

Anyone know how I can do this or what code I need to input?

Any help would be greatly appreciated.

Link to post
Share on other sites

If you are using the Classic view the file you need to edit is: match pitch.xml

If you are using the 2D view the file you need to edit is: match full window.xml

I've had a look for this file but cannot find it, would the actual file be called match pitch? because I can't find any file under that name.

Link to post
Share on other sites

What about the 3D match view? It's position can be a little annoying at times when the ball is on the far touchline. Can you guys provide a little info about how to move it? I think either side at the bottom would be good.

Sorry should be classic view for the top file and TV view for the bottom one (with the files affecting both the 2D and 3D cameras).

Link to post
Share on other sites

They should both be located in the panels folder, if they are not in the panels folder for the skin you are using you'll need to extract them from the panels.fmf file.

They aren't in the panels folder and not sure what you mean when you say extract them from the panels.fmf file.

Link to post
Share on other sites

In the data folder of the place where you installed FM2010 will be several .fmf files - these files hold the various graphical files for FM.

To edit them you first need to extract them using the Resource Archiver Tool located in the tools folder (there's a pdf guide to using the tool in the folder read it first).

Extract the panels.fmf folder then copy the xml file(s) you want to edit into the panels folder for the skin you are using.

Open the files with notepad or notepad++ and edit them to recolour or move the items.

- To change the graphics you'll need to locate the graphics referenced and copy them into your skin and recolour them or change what graphic is linked to the button.

- To move the buttons around you need to play with the inset/offset numbers and the location (top, left, bottom, right etc...).

Link to post
Share on other sites

In the data folder of the place where you installed FM2010 will be several .fmf files - these files hold the various graphical files for FM.

To edit them you first need to extract them using the Resource Archiver Tool located in the tools folder (there's a pdf guide to using the tool in the folder read it first).

Extract the panels.fmf folder then copy the xml file(s) you want to edit into the panels folder for the skin you are using.

Open the files with notepad or notepad++ and edit them to recolour or move the items.

- To change the graphics you'll need to locate the graphics referenced and copy them into your skin and recolour them or change what graphic is linked to the button.

- To move the buttons around you need to play with the inset/offset numbers and the location (top, left, bottom, right etc...).

Can't find the tools folder

Link to post
Share on other sites

It's wherever the game was installed.

Program files/sports interactive/football manager 2010/

program files/steam/steam apps/sports interactive/football manager 2010/*

*might not be 100% correct but it's along those lines.

Right I've extracted it now and I've opened the match pitch file. Just not sure what to do now to change the colour. The content of the file is below.

<flags id="pitch_player_name_font" value="fonts/vera" />

<integer id="pitch_player_name_size" value="7" />

<flags id="pitch_player_name_style" value="outlined" />

<flags id="pitch_player_name_text_colour" value="match text" />

<flags id="pitch_player_name_outline_colour" value="match outline" />

<!-- this won't be used unless style above includes 'outlined' -->

<!-- <flags id="pitch_player_spec" value="some standard spec" -->

</widget>

<!-- home tactics panel -->

<container class="plain_box" id="hqtc" width="224" height="32" hidden="true">

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

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

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

<!--home team background colour-->

<widget class="picture" id="hbgd" file="pitch/scoreboard/tactics" autosize="all" rthr="68">

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

</widget>

<!--home team tactics button-->

<widget class="action_button" id="htcb" click_event="htac" text="Tactics" auto_size="vertical" width="70" icon="icons/quick links/tactics/button" hidden="false" style="embossed" size="7">

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

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

</widget>

<!--home team touchline instructions button-->

<widget class="action_button" id="htti" text="Touchline Instructions" auto_size="vertical" width="140" icon="icons/quick links/tactics/button" hidden="false" style="embossed" size="7">

<event id="click_event" event_id="shqt"/>

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

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

</widget>

</container>

<!-- home tactics confirm / cancel -->

<container class="plain_box" id="htcn" appearance="pitch/boxes/home_tactics/paper" width="224" height="34" hidden="true">

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

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

<widget class="icon_button" id="hcon" width="145" text="Confirm Changes[COMMENT: match screen; confirmation button for combined team talk and tactical changes]" style="embossed" size="7" disabled_colour="grey1" icon="icons/button/yes" show_border="true">

<event id="click_event" event_id="aptt" event_target="mcfl"/>

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

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

</widget>

<widget class="action_button" id="hcan" width="65" text="Cancel" style="embossed" size="7" show_border="true">

<event id="click_event" event_id="cntt" event_target="mcfl"/>

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

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

</widget>

</container>

<!-- home quick tactics -->

<container class="plain_box" id="hqtp" appearance="pitch/boxes/tactics/paper" width="220" height="190" hidden="true">

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

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

<widget class="match_quick_instructions_panel" id="hmqt" hmtm="true">

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

</widget>

</container>

<!-- away tactics panel -->

<container class="plain_box" id="aqtc" width="224" height="32" hidden="true">

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

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

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

<!--away team background colour-->

<widget class="picture" id="abgd" file="pitch/scoreboard/tactics" autosize="all" rthr="68">

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

</widget>

<!--away team tactics button-->

<widget class="action_button" id="atcb" click_event="atac" text="Tactics" auto_size="vertical" width="70" icon="icons/quick links/tactics/button" hidden="false" style="embossed" size="7">

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

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

</widget>

<!--away team touchline instructions button-->

<widget class="action_button" id="atti" text="Touchline Instructions" auto_size="vertical" width="140" icon="icons/quick links/tactics/button" hidden="false" style="embossed" size="7">

<event id="click_event" event_id="saqt"/>

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

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

</widget>

</container>

<!-- away tactics confirm / cancel -->

<container class="plain_box" id="atcn" width="224" height="34" appearance="pitch/boxes/home_tactics/paper" hidden="true">

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

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

<widget class="icon_button" id="acon" width="145" text="Confirm Changes[COMMENT: match screen; confirmation button for combined team talk and tactical changes]" style="embossed" size="7" disabled_colour="grey1" icon="icons/button/yes" show_border="true">

<event id="click_event" event_id="aptt"/>

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

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

</widget>

<widget class="action_button" id="acan" width="65" text="Cancel" style="embossed" size="7" show_border="true">

<event id="click_event" event_id="cntt"/>

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

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

</widget>

</container>

<!-- away quick tactics -->

<container class="plain_box" id="aqtp" appearance="pitch/boxes/tactics/paper" width="220" height="190" hidden="true">

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

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

<widget class="match_quick_instructions_panel" id="awqt" hmtm="false">

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

</widget>

</container>

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