Jump to content

Pass map bug with Match Screens mod from FM21


renato.
 Share

Recommended Posts

Hi guys, I've installed the Match Screens mod from FM21 in my skin and I managed to insert the Pass Map panel on the in between highlights and full time report screen.

asd.jpeg.d428e5ad252cc2eae4d29f0486933f39.jpeg

But as you can see on the print, both pass map are the same for home and away (I'm playing with Juventus against Atalanta away)

The code looks like this on my panels (match touchline tablet slot ibh and match touchline tablet slot ftr) :

<!-- Player Ratings -->
		<widget class="match_team_stats_panel" id="hfMs" file="match/match team stats full bottom" use_short_name_format="true" team_index="0">
			<boolean id="save_session_state" value="true" />
			<boolean id="save_default_state" value="true" />
			<translation id="title" translation_id="247393" type="use" value="Team Stats" />
		</widget>
 
		<widget class="match_team_stats_panel" id="afMs" file="match/match team stats full bottom" use_short_name_format="true" team_index="1">
			<boolean id="save_session_state" value="true" />
			<boolean id="save_default_state" value="true" />
			<translation id="title" translation_id="247393" type="use" value="Team Stats" />
		</widget>

<!--home pass map-->
		<widget class="match_live_data_analyst_visualisation_panel" id="hfPM" visualisation_type="pass_map">
			<translation id="title" translation_id="535499" type="use" value="Pass Map[COMMENT: AREA: Data Visualisation; SUB-AREA: Pass map FR: 32708; TONE: Formal; CHARLIMIT: None; NOTE: passing map title string]" />
			<translation id="subtitle" translation_id="551830" type="use" value="Visualisations[COMMENT: AREA: Match Visualisations; SUB-AREA: visualisation subcategory header FR: 32932; TONE: Formal; CHARLIMIT: None NOTE: string for category header of data visualisations from analysis team]" />
		</widget>

<!--away pass map-->
		<widget class="match_live_data_analyst_visualisation_panel" id="afPM" visualisation_type="pass_map">
			<translation id="title" translation_id="535499" type="use" value="Pass Map[COMMENT: AREA: Data Visualisation; SUB-AREA: Pass map FR: 32708; TONE: Formal; CHARLIMIT: None; NOTE: passing map title string]" />
			<translation id="subtitle" translation_id="551830" type="use" value="Visualisations[COMMENT: AREA: Match Visualisations; SUB-AREA: visualisation subcategory header FR: 32932; TONE: Formal; CHARLIMIT: None NOTE: string for category header of data visualisations from analysis team]" />
		</widget>
		
<!--momentum map-->
		<widget class="match_live_data_analyst_visualisation_panel" id="afMM" visualisation_type="momentum">
			<translation id="title" translation_id="535500" type="use" value="Match Momentum[COMMENT: AREA: Data Visualisation; SUB-AREA: Pass map FR: 32708; TONE: Formal; CHARLIMIT: None; NOTE: dataviz title string, the match momentum data viz charts how the match went with regards to each team enjoying spells on top/chances created]" />
			<translation id="subtitle" translation_id="551830" type="use" value="Visualisations[COMMENT: AREA: Match Visualisations; SUB-AREA: visualisation subcategory header FR: 32932; TONE: Formal; CHARLIMIT: None NOTE: string for category header of data visualisations from analysis team]" />
		</widget>
		
<!-- Motivation -->
		<widget class="match_team_stats_panel" id="htms" file="match/match team stats full top" use_short_name_format="true" team_index="0">
			<boolean id="save_session_state" value="true" />
			<boolean id="save_default_state" value="true" />
			<translation id="title" translation_id="247393" type="use" value="Team Stats" />
		</widget>

I want it to show the pass map for both teams, not two equal pass maps. Did I do something wrong?

Link to post
Share on other sites

  • 2 weeks later...

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