Jump to content

Match Team Talk panel rearranged


BuzzR
 Share

Recommended Posts

Hi all,

I decided to tweak the team talk panel because I'm getting older and my eyes are getting tired easily when moving all over the screen to check whose morale changed - top , left, right, and the background is distracting - and anyway ..

This is not a big deal, but hey.. If you need it too, here it is.

The panels go into panels/match folder. 

* NOTE: I am playing on 3840x2160 with zoom 150% and most likely you will need to alter the size of the panels/ widgets to look decent on your screen. I have added comments into the xml files.

spacer.pngspacer.png

 

match team talk panel.xml match team talk person info panel.xml

Link to post
Share on other sites

It reminds me that I wanted to change the background for the subs/bench players to make it the same as players in the starting XI and I remember that I was unable to find it for quite a long time before I started using brain for a few seconds :)

So, if someone would want to change it:

It's line 6 in the 'match team talk person info panel.xml' and just change the value="bg darker" (in the default file)

I have both as "bg" to match it together.

    <flags id="player_on_pitch_bg_colour" value="bg"/>
    <flags id="player_on_bench_bg_colour" value="bg"/>

Link to post
Share on other sites

6 hours ago, bahmet said:

How to change the order of players? I want goalkeepers at the bottom and strikers at the top.

Hi.

In the match team talk panel.xml starting on line 50 you will find these entries:

<widget class="match_team_talk_person_info_panel" id="0"/>
<widget class="match_team_talk_person_info_panel" id="1"/>
<widget class="match_team_talk_person_info_panel" id="2"/>
<widget class="match_team_talk_person_info_panel" id="3"/>
<widget class="match_team_talk_person_info_panel" id="4"/>
<widget class="match_team_talk_person_info_panel" id="5"/>
<widget class="match_team_talk_person_info_panel" id="6"/>
<widget class="match_team_talk_person_info_panel" id="7"/>
<widget class="match_team_talk_person_info_panel" id="8"/>
<widget class="match_team_talk_person_info_panel" id="9"/>
<widget class="match_team_talk_person_info_panel" id="10"/>

Id=0 is the keeper . So revert the order and you will have the keeper at the bottom.

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...