Jump to content

Player missing from team talk - I've fixed it!


macca7292
 Share

Recommended Posts

Unless I'm being incredibly stupid / blind there appears to be a player missing from the team talk screen.

It all looks lovely and symmetrical, but there are only 17 players on that screen and starting 11 plus 7 subs equals 18 players!

For me it's the player in the MC position (I'm playing a deep 4231 with a shadow striker as my main striker) who is missing.128584381_Teamtalk.png.3ff5125ff5ca026311300c32543d1454.png

Thanks

Link to post
Share on other sites

3 hours ago, Abdullah Patel said:

Hi @macca7292 there is a player missing here, in the same view you would usually have 4 players at the top. Please could you upload a save and let us know the name?

 

Hi Abdullah.

I've uploaded the save game file, the name is "Simon McNally - Leeds.fm".

Thanks

Link to post
Share on other sites

Hi @Abdullah Patel.

Yes, it happens at every team talk - pre match, half time and post match.

I've had the issue in the beta too but I saw that someone else had posted it so thought it might have been resolved by the full release.

I'm using a custom skin now but the screenshot I posted earlier was from the standard fm skin.

Thanks

Link to post
Share on other sites

1 hour ago, macca7292 said:

Hi @Abdullah Patel.

Yes, it happens at every team talk - pre match, half time and post match.

I've had the issue in the beta too but I saw that someone else had posted it so thought it might have been resolved by the full release.

I'm using a custom skin now but the screenshot I posted earlier was from the standard fm skin.

Thanks

same, but I use the standard skin and play in windowed mode

Link to post
Share on other sites

  • SI Staff

Hi guys. I'm assuming you're in windowed mode,  so if you go to FM and preferences stay in windowed mode but adjust your zoom. Make sure the tab is maximised and that should fix it until we sort out the underying issue which is when changing zoom preferences. Please let me know if this helps  

Link to post
Share on other sites

2 hours ago, Abdullah Patel said:

Hi guys. I'm assuming you're in windowed mode,  so if you go to FM and preferences stay in windowed mode but adjust your zoom. Make sure the tab is maximised and that should fix it until we sort out the underying issue which is when changing zoom preferences. Please let me know if this helps  

it works, but it's ugly

 

however, even when playing in full screen, there is the same problem

Edited by urameshi
Link to post
Share on other sites

2 hours ago, Abdullah Patel said:

Hi guys. I'm assuming you're in windowed mode,  so if you go to FM and preferences stay in windowed mode but adjust your zoom. Make sure the tab is maximised and that should fix it until we sort out the underying issue which is when changing zoom preferences. Please let me know if this helps  

I play in full screen mode but I’ll give this a try later.

Link to post
Share on other sites

  • 2 months later...

I've figured out what the problem was. I had a look at the team talk xml file and spotted a mistake.

This is what it is showing for player with id 7 :

widget class="match_team_talk_person_info_panel" id="7">
                <attachment class="test_screen_size_attachment" skip_if_false="true">
                    <list id="properties">
                        <record>
                            <flags id="alignment" value="horizontal" />
                            <integer id="min_value" value="1366" />
                            <integer id="max_value" value="1365" />
                            <symbol id="set_property" value="width" />
                            <integer id="true_value" value="230" />
                            <integer id="false_value" value="220" />

This is what it shows for the other players on the top row :

<widget class="match_team_talk_person_info_panel" id="8">
                <attachment class="test_screen_size_attachment" skip_if_false="true">
                    <list id="properties">
                        <record>
                            <flags id="alignment" value="horizontal" />
                            <integer id="min_value" value="0" />
                            <integer id="max_value" value="1366" />
                            <symbol id="set_property" value="width" />
                            <integer id="true_value" value="230" />
                            <integer id="false_value" value="220" />
                        </record>

If I understand it correctly, this means if you have a resolution lower than 1366 (like mine at 1280) it won't display the player with id 7.

Change it to min value 0 and max value 1366 like the others and it works fine!

team talk works.png

Edited by macca7292
Link to post
Share on other sites

  • macca7292 changed the title to Player missing from team talk - I've fixed it!
 Share

  • Recently Browsing   0 members

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