Jump to content

[FM23] Random and Small Skinning Questions


TCSSkin
 Share

Recommended Posts

5 minutes ago, giglet13 said:

Tried this - just get the white square without any crest/player face on it. This is how I've got the code:
 

<container>
	<attachment_group class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="0"/>
	
	<container class="main_box" appearance="tcs/matchday/skyepl/caption/logo" width="90">
	<layout class="stick_to_sides_attachment" apply_to_children="true"/>
	
	<container id="PerP" class="client_object_viewer_xml_panel">
	<layout class="stick_to_sides_attachment" apply_to_children="true"/>
		<widget class="object_portrait_picture" image_alignment="centre_x,bottom" scale_picture="true" keep_aspect_ratio="true" clickable="false">
<record id="object_property" get_property="objt" set_property="objt"/>
</widget>
	</container>

Any idea where I'm going wrong?

as you have only showed parts of the snip, i would say try and replace the part you showed with this

 

<container>
	<attachment_group class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="0"/>
	
	<container class="main_box"  width="90">
	<layout class="stick_to_sides_attachment" apply_to_children="true"/>
	
	<container id="PerP" class="client_object_viewer_xml_panel">
	<layout class="stick_to_sides_attachment" apply_to_children="true"/>
		<widget class="object_portrait_picture" image_alignment="centre_x,bottom" scale_picture="true" keep_aspect_ratio="true" clickable="false">
<record id="object_property" get_property="objt" set_property="objt"/>
</widget>
	</container>
Link to post
Share on other sites

  • Replies 2.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 06/05/2023 at 20:37, _Ben_ said:

I have never been able to get anywhere with that ranking system! I will go back and have a look and see what I can find out...

I have success!

1Hxv9IC.png

I've managed to get the stats_ranking_label widget working in displaying the Ranking text in my panel and it persists between switching screens or switching teams with the up/down arrows.

Unfortunately in the process I broke the various team stats from displaying.

I am calling my panel from the Team Squad.XML view as follows:

	<container class="client_object_viewer_xml_panel" file="team/pwm/team squad stats ribbon" late_loading="true" height="62" >
		<record id="object_property" get_property="Tftm" set_property="objt"/>
	</container>

For the xG and related stats that are now not displaying, I think I need to find the correct container class so they display. This is a snippet of what I am currently using for xG:

<container>
  <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3"/>
  <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
  <widget class="formatted_label" size="large" style="bold" auto_size="horizontal" alignment="left,top" format="[%fraction#1-2.1]" >
    <record id="object_property" get_property="ovxG" dont_set_object="true" />
  </widget>
</container>

I've been searching the base skin files but can't find anything that can point me in the right direction. :(

Edited by Powermonger
Corrected class
Link to post
Share on other sites

image.png.d19bf11a9cf6e1661effe63fb7bff8a3.png

Where would I be able to edit these please, I ideally want to make a bit like OPZ with the middle of the badge showing but box the competition and team / home(&Away) part. or atleast increase the size of the logo without distorting the text

image.png.9610fdf518bb2227af16f9a80b9889ee.png

 

Edited by JustHowie
added manners and further info
Link to post
Share on other sites

3 hours ago, JustHowie said:

image.png.d19bf11a9cf6e1661effe63fb7bff8a3.png

Where would I be able to edit these please, I ideally want to make a bit like OPZ with the middle of the badge showing but box the competition and team / home(&Away) part. or atleast increase the size of the logo without distorting the text

image.png.9610fdf518bb2227af16f9a80b9889ee.png

 

widgets/training schedule session calendar match widget.xml

Link to post
Share on other sites

On 07/05/2023 at 13:50, Powermonger said:

I have success!

1Hxv9IC.png

I've managed to get the stats_ranking_label widget working in displaying the Ranking text in my panel and it persists between switching screens or switching teams with the up/down arrows.

Unfortunately in the process I broke the various team stats from displaying.

I am calling my panel from the Team Squad.XML view as follows:

	<container class="client_object_viewer_xml_panel" file="team/pwm/team squad stats ribbon" late_loading="true" height="62" >
		<record id="object_property" get_property="Tftm" set_property="objt"/>
	</container>

For the xG and related stats that are now not displaying, I think I need to find the correct container class so they display. This is a snippet of what I am currently using for xG:

<container>
  <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3"/>
  <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
  <widget class="formatted_label" size="large" style="bold" auto_size="horizontal" alignment="left,top" format="[%fraction#1-2.1]" >
    <record id="object_property" get_property="ovxG" dont_set_object="true" />
  </widget>
</container>

I've been searching the base skin files but can't find anything that can point me in the right direction. :(

Try and go into your team properties.xml file and change

<flags id="customisation_context" value="none" />

to 

<flags id="customisation_context" value="play" />

for each xg id - "ovxG" etc

you might have to restart  the game to see if it has any effect

else try this as class

client_object_property_labelled_panel

Link to post
Share on other sites

10 hours ago, snowofman said:

Try and go into your team properties.xml file and change

<flags id="customisation_context" value="none" />

to 

<flags id="customisation_context" value="play" />

for each xg id - "ovxG" etc

you might have to restart  the game to see if it has any effect

else try this as class

client_object_property_labelled_panel

Thanks for the suggestions, I'll give them a try. Currently I am isolating out the xG related stats and got them working, Next I will then work on the percentage based stats, they don't seem to play well with the xG based stats. 

Link to post
Share on other sites

Does anyone know how or if its possible to create a stat that would show up in either the season stats or the detailed player statistics showing overall goal contributions I.e goals and assists combined into one stat? Long shot but wondered if it can be done as I'm a very poor skinner 

Link to post
Share on other sites

8 hours ago, Dazlynn1 said:

Does anyone know how or if its possible to create a stat that would show up in either the season stats or the detailed player statistics showing overall goal contributions I.e goals and assists combined into one stat? Long shot but wondered if it can be done as I'm a very poor skinner 

You can find the data you need in the Person properties

Overall goals has an id="Pogl" as example

Link to post
Share on other sites

Found a way to edit the career stats panel.  I've disabled the club badge because the team_button doesn't scale up well.  Would anyone know either how to force the team_button to use a larger image (which can then be scaled down), or a property that might be useable here instead?

image.thumb.png.7b74f1089712f6db497316e298f83007.png

Link to post
Share on other sites

8 hours ago, GIMN said:

Found a way to edit the career stats panel.  I've disabled the club badge because the team_button doesn't scale up well.  Would anyone know either how to force the team_button to use a larger image (which can then be scaled down), or a property that might be useable here instead?

image.thumb.png.7b74f1089712f6db497316e298f83007.png

Would scale_picture="true" keep_aspect_ratio="true" not work  ?

Link to post
Share on other sites

6 minutes ago, snowofman said:

Would scale_picture="true" keep_aspect_ratio="true" not work  ?

Unfortunately, not.  It uses the small logos (25x18) and scales them up, which results in this kind of abomination:

image.thumb.png.430ebe929a64c95a78b782008d293eb0.png

Edited by GIMN
Link to post
Share on other sites

1 minute ago, MattyEssTTV said:

Completely lost here and have tried to get this to work, am hoping for some help. 

How do I get the role and duty attributes to highlight on the scouting report card?

image.png.1ad63818d57b885864ef18ca4f860172.png

you need to have both in the same container

Link to post
Share on other sites

4 minutes ago, snowofman said:

you need to have both in the same container

<panel>
	<boolean id="save_session_state" value="true" />
	<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0,0,0,0" />

	<list id="properties_to_forward">
		<record get_property="is_in_inbox" set_property="is_in_inbox" target="sCSB"/>
	</list>

	<container class="main_subtle_box_no_margin" red_replacement="bg">
		<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

		<container class="tato">
			<attachment_group class="vertical_arrange" vertical_layout="100,-1" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

			<!--Top header w/ player info-->
			<container class="tato">

				<container class="client_object_viewer_xml_panel" height="100">
					<record id="object_property" get_property="Pers" set_property="objt" />

					<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_inset="0" horizontal_gap="16"/>
					<layout class="stick_to_sides_attachment" alignment="top, left" inset="0" />

					<container>
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_gap="8" horizontal_offset="10"/>

						<widget class="object_portrait_picture" id="ppic" width="90">
							<boolean id="scale_picture" value="true" />
							<boolean id="keep_aspect_ratio" value="true" />
							<flags id="image_alignment" value="centre" />
							<record id="object_property" get_property="objt" />
						</widget>

						<container>
							<attachment_group class="vertical_arrange_horizontal_autosize" vertical_alignment="middle" horizontal_inset="0" vertical_offset="0" vertical_gap="2" />

							<widget class="client_object_property_panel" property="Pnms">
								<record id="object_property">
									<list id="get_properties">
										<record>
											<integer id="get_property" value="objt" />
											<integer id="set_property" value="objt" />
										</record>
									</list>
								</record>
								<record id="widget_info" auto_size="all" alignment="left,centre_y" colour="text" info_popup_enabled="true" font="title" size="large"/>
							</widget>

							<container height="20">
								<attachment_group class="horizontal_arrange_autosize" horizontal_layout="30,-1" horizontal_offset="0" horizontal_gap="2"/>

								<widget class="client_object_property_panel" property="PNat">
									<record id="object_property">
										<list id="get_properties">
											<record>
												<integer id="get_property" value="objt" />
												<integer id="set_property" value="objt" />
											</record>
										</list>
									</record>
									<record id="widget_info" height="18" auto_size="horizontal" size="small" colour="text" display_format="4" alignment="centre_y"/>
								</widget>

								<widget class="player_age_and_description_widget" size="small" colour="text" file="none" height="18">
									<record id="object_property">
										<list id="get_properties">
											<record>
												<integer id="get_property" value="objt" />
												<integer id="set_property" value="objt" />
											</record>
										</list>
									</record>

									<layout class="stick_to_sides_attachment" alignment="top,left" inset="0" apply_to_children="true" />
									<layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0"/>

									<widget class="text" id="mtxt" alignment="left,centre_y" height="18" auto_size="horizontal" wrap="false">
										<translation id="text" translation_id="347559" type="use" value="[%number#1] year-old [%player_description#1][COMMENT: inbox person information panel; person description]" />
									</widget>
								</widget>

							</container>
						</container>
					</container>

					<widget class="vertical_divider" width="2">
						<layout class="stick_to_sides_attachment" alignment="vertical" inset="8"/>
					</widget>

					<container>
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left,extend" horizontal_gap="12" vertical_inset="0"/>

						<container>
							<attachment_group class="horizontal_arrange_autosize_vertical_centre"/>

							<widget class="object_portrait_picture" width="50" height="50" navigation_focus_target="true">
								<boolean id="scale_picture" value="true" />
								<boolean id="keep_aspect_ratio" value="true" />
								<flags id="image_alignment" value="centre" />
								<record id="object_property" get_property="Pclb" set_property="objt" />
							</widget>
						</container>

						<widget class="client_object_property_panel" property="Pclb">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
							<record id="widget_info" auto_size="horizontal" height="16" auto_size_maximum_height="26" alignment="left,centre_y" colour="text" icon_enabled="false" style="semi_bold" />
						</widget>

						<widget class="vertical_divider" width="2">
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="8"/>
						</widget>

						<container>
							<attachment_group class="vertical_arrange_horizontal_autosize" vertical_alignment="middle" vertical_gap="-2" />

							<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="1450" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="true" />
									</record>
									<record>
										<flags id="alignment" value="horizontal" />
										<integer id="min_value" value="1450" />
										<integer id="max_value" value="30000" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="false" />
									</record>
								</list>
							</attachment>

							<widget class="game_formatted_label" id="wgex" alignment="left,centre_y" auto_size="all" colour="text" size="small" multiline="true" width="100">
								<record id="object_property">
									<list id="get_properties">
										<record get_property="PcMM" set_property="var1" dont_set_object="true" />
										<record get_property="Pcww" set_property="var2" dont_set_object="true" />
										<record get_property="Pced" set_property="var3" dont_set_object="true" />
									</list>
								</record>
								<list id="format">
									<record value="-1">
										<string id="format" value="" />
									</record>
									<record value="0">
										<translation id="format" translation_id="450823" type="use" value="[%wage#2] until [%date#3-short][COMMENT: player overview; wage and contract expiry date string, small change to ID 394401 to remove the 'Earning' part so this can be used in a lot of places]" />
									</record>
									<record>
										<string id="format" value="[%wage#2]" />
									</record>
								</list>
								<record id="forced_formats" var2="vf_wage" />
							</widget>

							<container class="player_contract_panel" file="" width="100">
								<record id="object_property" get_property="objt" set_property="objt" />
								<attachment_group class="vertical_arrange_autosize" />

								<container id="main">
									<attachment_group class="vertical_arrange_autosize" />
									<widget class="text" spec="text" id="typw" auto_size="all" colour="text" size="small"/>
								</container>
							</container>
						</container>

						<widget class="client_object_property_panel" property="Pnfo">
							<layout class="centre_in_parent_attachment" alignment="vertical"/>

							<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="1250" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="true" />
									</record>
									<record>
										<flags id="alignment" value="horizontal" />
										<integer id="min_value" value="1250" />
										<integer id="max_value" value="30000" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="false" />
									</record>
								</list>
							</attachment>

							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
							<record id="widget_info" width="60" height="25"/>
						</widget>


					</container>
				</container>

				<container class="client_object_viewer_xml_panel" height="54">
					<record id="object_property" get_property="Pers" set_property="objt" />

					<attachment_group class="vertical_arrange_autosize_all_centre" horizontal_alignment="right"/>
					<layout class="stick_to_sides_attachment" alignment="right" inset="10" />
					<layout class="centre_in_parent_attachment" alignment="vertical"/>

					<container>
						<attachment_group class="horizontal_arrange_autosize_all" horizontal_alignment="right" horizontal_inset="0" horizontal_gap="10"/>
						<layout class="stick_to_sides_attachment" alignment="right" inset="0" />

						<widget class="popup_button" id="slPP" fixed="true" auto_size="all" alignment="left, centre_y" hidden="true">
							<translation id="text" translation_id="516730" type="use" value="Suggest player[COMMENT: AREA: Recruitment meeting; SUB-AREA: Recruitment meeting scouting cards panel; FR-BN: 32765; NOTE: Scouting card popup title for suggesting shortlisted players to scout]" />
						</widget>

						<widget class="link_button" appearance="buttons/link/title/button" section="Pssr" alignment="right,centre_y" auto_size="all">
							<translation id="text" translation_id="317219" type="use" value="View Report[COMMENT - view scout report card screen]"/>
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
						</widget>

						<container class="inner_subtle_box" id="klba" appearance="boxes/custom/scouting knowledge/paper" width="55" height="12">
							<layout class="centre_in_parent_attachment" alignment="vertical" offset="0" apply_to_children="true" />
							<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
							<global id="hidden" name="is_fmt"/>

							<widget class="horizontal_percentage_bar" id="kbar" height="4" bar_value_colour="knowledge level" show_label_on_bar="false" label_width="0" appearance="charts/bar/custom/knowledge"/>
						</container>
					</container>

					<container id="sRTX" height="20">
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_inset="0" horizontal_gap="10"/>
						<widget class="text" id="srTX" colour="faded text" auto_size="all"/>
					</container>
				</container>
			</container>

			<container>
				<attachment_group class="horizontal_arrange" horizontal_layout="340,-4,340" vertical_inset="10" horizontal_offset="10" horizontal_gap="4"/>

				<!--Scouting recommendation subpanel on the LHS-->
				<container class="inner_subtle_box" navigation_container="true" width="340">
					<attachment_group class="vertical_arrange" vertical_alignment="top,extend" horizontal_inset="4" vertical_offset="0" vertical_gap="4" />

					<container>
						<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" horizontal_inset="0" vertical_gap="4"/>


						<container class="scrolling_box">
							<widget class="text" id="RecT" alignment="left,top" colour="faded text" auto_size="vertical" multiline="true">
								<record id="object_property" get_property="text" set_property="text" />
							</widget>
						</container>
						<!--Key- and other reasons subpanel (panel autosizes)-->
						<widget class="player_reports_overview_summary_panel" file="player/player reports overview summary vertical scouting card" mode="6">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pspc" />
										<integer id="set_property" value="Pspc" />
									</record>
									<record>
										<integer id="get_property" value="Shlo" />
										<integer id="set_property" value="Shlo" />
									</record>
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="hpde" />
										<integer id="set_property" value="hidn" />
									</record>
								</list>
							</record>
						</widget>



					</container>
				</container>

				<!--Pros/cons & Analysis section on the RHS-->
				<container class="tabbed_container" default_item="atrb" save_session_state="true" save_default_state="true">
				  	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
					<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

					<container id="prcn" late_loading="true"  >
						<translation id="title" translation_id="248079" type="use"/>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" />

						<widget class="player_scout_reports_panel" id="sCSB" file="player/player scout reports analysis subpanel" type="5">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="SCii" />
										<integer id="set_property" value="SCii" />
									</record>
									<record>
										<integer id="get_property" value="SCti" />
										<integer id="set_property" value="SCti" />
									</record>
								</list>
							</record>
						</widget>
					</container>
					<container id="atrb" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="229822" type="use" value="Attributes" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />
						<widget class="player_attributes_panel" id="pazr" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>

				<container id="medi" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="422164" type="use" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					<widget class="player_injury_panel" id="meds" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>	
				
				<container id="dahu" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" type="use" translation_id="296334"/>
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					
					<widget class="data_hub_player_analytics_panel" id="pdh1">
						<record id="object_property" get_property="objt" set_property="objt"/>
						</widget>
				</container>	
				
				</container>
				
				<container class="inner_subtle_box"  id="rigi"  minimum_width="30" priority="1">
					<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						
					<container id="meid" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
				
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
				
					<widget class="player_positions_indicator_panel" file="player/player positions indicator small horizontal" id="ppip" late_loading="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
					
				</container>	
				</container>
			</container>
		</container>
	</container>
</panel>

So I assume I need to move the "player_positions_indicator_panel" somewhere else then?

Link to post
Share on other sites

51 minutes ago, wkdsoul said:

How do you get the players national flag (without text) instead of the countries federation on a player overview again? im having a mare

<widget class="object_portrait_picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
	<record id="object_property" get_property="PNat" set_property="objt" />
</widget>

Should do the trick

Link to post
Share on other sites

Morning all, what panel(s), graphic(s) control the black bar? Just want to extend it so it goes all the way across the screen (there is a gap on the right) and maybe change the colour of it and the writing to secondary and primary (team) colours.

May thanks for your help in advance and sorry if it's been asked before.

tabbar.thumb.png.4b61d8b51fcc620771dca14bb12bed41.png

Link to post
Share on other sites

4 hours ago, Callaway said:

Morning all, what panel(s), graphic(s) control the black bar? Just want to extend it so it goes all the way across the screen (there is a gap on the right) and maybe change the colour of it and the writing to secondary and primary (team) colours.

May thanks for your help in advance and sorry if it's been asked before.

tabbar.thumb.png.4b61d8b51fcc620771dca14bb12bed41.png

part with background (graphics/boxes/custom/interface/tab bar)
part with buttons (graphics/tabs/standard/normal/top
            graphics/tabs/standard/selected/top/fm23)

edit: menu strip can be found here - client object browser.xml

Link to post
Share on other sites

On 11/05/2023 at 20:59, MattyEssTTV said:
<panel>
	<boolean id="save_session_state" value="true" />
	<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0,0,0,0" />

	<list id="properties_to_forward">
		<record get_property="is_in_inbox" set_property="is_in_inbox" target="sCSB"/>
	</list>

	<container class="main_subtle_box_no_margin" red_replacement="bg">
		<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

		<container class="tato">
			<attachment_group class="vertical_arrange" vertical_layout="100,-1" horizontal_inset="0" vertical_offset="0" vertical_gap="0" />

			<!--Top header w/ player info-->
			<container class="tato">

				<container class="client_object_viewer_xml_panel" height="100">
					<record id="object_property" get_property="Pers" set_property="objt" />

					<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_inset="0" horizontal_gap="16"/>
					<layout class="stick_to_sides_attachment" alignment="top, left" inset="0" />

					<container>
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_gap="8" horizontal_offset="10"/>

						<widget class="object_portrait_picture" id="ppic" width="90">
							<boolean id="scale_picture" value="true" />
							<boolean id="keep_aspect_ratio" value="true" />
							<flags id="image_alignment" value="centre" />
							<record id="object_property" get_property="objt" />
						</widget>

						<container>
							<attachment_group class="vertical_arrange_horizontal_autosize" vertical_alignment="middle" horizontal_inset="0" vertical_offset="0" vertical_gap="2" />

							<widget class="client_object_property_panel" property="Pnms">
								<record id="object_property">
									<list id="get_properties">
										<record>
											<integer id="get_property" value="objt" />
											<integer id="set_property" value="objt" />
										</record>
									</list>
								</record>
								<record id="widget_info" auto_size="all" alignment="left,centre_y" colour="text" info_popup_enabled="true" font="title" size="large"/>
							</widget>

							<container height="20">
								<attachment_group class="horizontal_arrange_autosize" horizontal_layout="30,-1" horizontal_offset="0" horizontal_gap="2"/>

								<widget class="client_object_property_panel" property="PNat">
									<record id="object_property">
										<list id="get_properties">
											<record>
												<integer id="get_property" value="objt" />
												<integer id="set_property" value="objt" />
											</record>
										</list>
									</record>
									<record id="widget_info" height="18" auto_size="horizontal" size="small" colour="text" display_format="4" alignment="centre_y"/>
								</widget>

								<widget class="player_age_and_description_widget" size="small" colour="text" file="none" height="18">
									<record id="object_property">
										<list id="get_properties">
											<record>
												<integer id="get_property" value="objt" />
												<integer id="set_property" value="objt" />
											</record>
										</list>
									</record>

									<layout class="stick_to_sides_attachment" alignment="top,left" inset="0" apply_to_children="true" />
									<layout class="fit_children_attachment" alignment="horizontal" offset="0" gap="0"/>

									<widget class="text" id="mtxt" alignment="left,centre_y" height="18" auto_size="horizontal" wrap="false">
										<translation id="text" translation_id="347559" type="use" value="[%number#1] year-old [%player_description#1][COMMENT: inbox person information panel; person description]" />
									</widget>
								</widget>

							</container>
						</container>
					</container>

					<widget class="vertical_divider" width="2">
						<layout class="stick_to_sides_attachment" alignment="vertical" inset="8"/>
					</widget>

					<container>
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left,extend" horizontal_gap="12" vertical_inset="0"/>

						<container>
							<attachment_group class="horizontal_arrange_autosize_vertical_centre"/>

							<widget class="object_portrait_picture" width="50" height="50" navigation_focus_target="true">
								<boolean id="scale_picture" value="true" />
								<boolean id="keep_aspect_ratio" value="true" />
								<flags id="image_alignment" value="centre" />
								<record id="object_property" get_property="Pclb" set_property="objt" />
							</widget>
						</container>

						<widget class="client_object_property_panel" property="Pclb">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
							<record id="widget_info" auto_size="horizontal" height="16" auto_size_maximum_height="26" alignment="left,centre_y" colour="text" icon_enabled="false" style="semi_bold" />
						</widget>

						<widget class="vertical_divider" width="2">
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="8"/>
						</widget>

						<container>
							<attachment_group class="vertical_arrange_horizontal_autosize" vertical_alignment="middle" vertical_gap="-2" />

							<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="1450" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="true" />
									</record>
									<record>
										<flags id="alignment" value="horizontal" />
										<integer id="min_value" value="1450" />
										<integer id="max_value" value="30000" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="false" />
									</record>
								</list>
							</attachment>

							<widget class="game_formatted_label" id="wgex" alignment="left,centre_y" auto_size="all" colour="text" size="small" multiline="true" width="100">
								<record id="object_property">
									<list id="get_properties">
										<record get_property="PcMM" set_property="var1" dont_set_object="true" />
										<record get_property="Pcww" set_property="var2" dont_set_object="true" />
										<record get_property="Pced" set_property="var3" dont_set_object="true" />
									</list>
								</record>
								<list id="format">
									<record value="-1">
										<string id="format" value="" />
									</record>
									<record value="0">
										<translation id="format" translation_id="450823" type="use" value="[%wage#2] until [%date#3-short][COMMENT: player overview; wage and contract expiry date string, small change to ID 394401 to remove the 'Earning' part so this can be used in a lot of places]" />
									</record>
									<record>
										<string id="format" value="[%wage#2]" />
									</record>
								</list>
								<record id="forced_formats" var2="vf_wage" />
							</widget>

							<container class="player_contract_panel" file="" width="100">
								<record id="object_property" get_property="objt" set_property="objt" />
								<attachment_group class="vertical_arrange_autosize" />

								<container id="main">
									<attachment_group class="vertical_arrange_autosize" />
									<widget class="text" spec="text" id="typw" auto_size="all" colour="text" size="small"/>
								</container>
							</container>
						</container>

						<widget class="client_object_property_panel" property="Pnfo">
							<layout class="centre_in_parent_attachment" alignment="vertical"/>

							<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="1250" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="true" />
									</record>
									<record>
										<flags id="alignment" value="horizontal" />
										<integer id="min_value" value="1250" />
										<integer id="max_value" value="30000" />
										<symbol id="set_property" value="hidden" />
										<integer id="true_value" value="false" />
									</record>
								</list>
							</attachment>

							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
							<record id="widget_info" width="60" height="25"/>
						</widget>


					</container>
				</container>

				<container class="client_object_viewer_xml_panel" height="54">
					<record id="object_property" get_property="Pers" set_property="objt" />

					<attachment_group class="vertical_arrange_autosize_all_centre" horizontal_alignment="right"/>
					<layout class="stick_to_sides_attachment" alignment="right" inset="10" />
					<layout class="centre_in_parent_attachment" alignment="vertical"/>

					<container>
						<attachment_group class="horizontal_arrange_autosize_all" horizontal_alignment="right" horizontal_inset="0" horizontal_gap="10"/>
						<layout class="stick_to_sides_attachment" alignment="right" inset="0" />

						<widget class="popup_button" id="slPP" fixed="true" auto_size="all" alignment="left, centre_y" hidden="true">
							<translation id="text" translation_id="516730" type="use" value="Suggest player[COMMENT: AREA: Recruitment meeting; SUB-AREA: Recruitment meeting scouting cards panel; FR-BN: 32765; NOTE: Scouting card popup title for suggesting shortlisted players to scout]" />
						</widget>

						<widget class="link_button" appearance="buttons/link/title/button" section="Pssr" alignment="right,centre_y" auto_size="all">
							<translation id="text" translation_id="317219" type="use" value="View Report[COMMENT - view scout report card screen]"/>
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="objt" />
										<integer id="set_property" value="objt" />
									</record>
								</list>
							</record>
						</widget>

						<container class="inner_subtle_box" id="klba" appearance="boxes/custom/scouting knowledge/paper" width="55" height="12">
							<layout class="centre_in_parent_attachment" alignment="vertical" offset="0" apply_to_children="true" />
							<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
							<global id="hidden" name="is_fmt"/>

							<widget class="horizontal_percentage_bar" id="kbar" height="4" bar_value_colour="knowledge level" show_label_on_bar="false" label_width="0" appearance="charts/bar/custom/knowledge"/>
						</container>
					</container>

					<container id="sRTX" height="20">
						<attachment_group class="horizontal_arrange_autosize" horizontal_alignment="left" horizontal_inset="0" horizontal_gap="10"/>
						<widget class="text" id="srTX" colour="faded text" auto_size="all"/>
					</container>
				</container>
			</container>

			<container>
				<attachment_group class="horizontal_arrange" horizontal_layout="340,-4,340" vertical_inset="10" horizontal_offset="10" horizontal_gap="4"/>

				<!--Scouting recommendation subpanel on the LHS-->
				<container class="inner_subtle_box" navigation_container="true" width="340">
					<attachment_group class="vertical_arrange" vertical_alignment="top,extend" horizontal_inset="4" vertical_offset="0" vertical_gap="4" />

					<container>
						<attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" horizontal_inset="0" vertical_gap="4"/>


						<container class="scrolling_box">
							<widget class="text" id="RecT" alignment="left,top" colour="faded text" auto_size="vertical" multiline="true">
								<record id="object_property" get_property="text" set_property="text" />
							</widget>
						</container>
						<!--Key- and other reasons subpanel (panel autosizes)-->
						<widget class="player_reports_overview_summary_panel" file="player/player reports overview summary vertical scouting card" mode="6">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pspc" />
										<integer id="set_property" value="Pspc" />
									</record>
									<record>
										<integer id="get_property" value="Shlo" />
										<integer id="set_property" value="Shlo" />
									</record>
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="hpde" />
										<integer id="set_property" value="hidn" />
									</record>
								</list>
							</record>
						</widget>



					</container>
				</container>

				<!--Pros/cons & Analysis section on the RHS-->
				<container class="tabbed_container" default_item="atrb" save_session_state="true" save_default_state="true">
				  	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
					<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

					<container id="prcn" late_loading="true"  >
						<translation id="title" translation_id="248079" type="use"/>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" />

						<widget class="player_scout_reports_panel" id="sCSB" file="player/player scout reports analysis subpanel" type="5">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="SCii" />
										<integer id="set_property" value="SCii" />
									</record>
									<record>
										<integer id="get_property" value="SCti" />
										<integer id="set_property" value="SCti" />
									</record>
								</list>
							</record>
						</widget>
					</container>
					<container id="atrb" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="229822" type="use" value="Attributes" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />
						<widget class="player_attributes_panel" id="pazr" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>

				<container id="medi" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="422164" type="use" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					<widget class="player_injury_panel" id="meds" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>	
				
				<container id="dahu" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" type="use" translation_id="296334"/>
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					
					<widget class="data_hub_player_analytics_panel" id="pdh1">
						<record id="object_property" get_property="objt" set_property="objt"/>
						</widget>
				</container>	
				
				</container>
				
				<container class="inner_subtle_box"  id="rigi"  minimum_width="30" priority="1">
					<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						
					<container id="meid" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
				
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
				
					<widget class="player_positions_indicator_panel" file="player/player positions indicator small horizontal" id="ppip" late_loading="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
					
				</container>	
				</container>
			</container>
		</container>
	</container>
</panel>

So I assume I need to move the "player_positions_indicator_panel" somewhere else then?

Would anyone know how to make this one container? 

Link to post
Share on other sites

35 minutes ago, MattyEssTTV said:

Would anyone know how to make this one container? 

Looking at the previous picture, you would have to make it part of the attribute tab - Meaning that the attribute tab would go all the way to the right

there might be other ways, but this is just what comes to mind for me when looking at it

Link to post
Share on other sites

2 minutes ago, snowofman said:

Looking at the previous picture, you would have to make it part of the attribute tab - Meaning that the attribute tab would go all the way to the right

there might be other ways, but this is just what comes to mind for me when looking at it

Everytime I move it there, it seems to crash. Not sure what I need to remove to get it to work. 

This is what I have got so far when I move it. 

				<!--Pros/cons & Analysis section on the RHS-->
				<container class="tabbed_container" default_item="atrb" save_session_state="true" save_default_state="true">
				  	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
					<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

					<container id="prcn" late_loading="true"  >
						<translation id="title" translation_id="248079" type="use"/>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" />

						<widget class="player_scout_reports_panel" id="sCSB" file="player/player scout reports analysis subpanel" type="5">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="SCii" />
										<integer id="set_property" value="SCii" />
									</record>
									<record>
										<integer id="get_property" value="SCti" />
										<integer id="set_property" value="SCti" />
									</record>
								</list>
							</record>
						</widget>
					</container>
					<container id="atrb" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="229822" type="use" value="Attributes" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />
						<widget class="player_attributes_panel" id="pazr" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
						
				<container class="inner_subtle_box"  id="rigi"  minimum_width="30" priority="1">
					<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						
					<container id="meid" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
				
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
				
					<widget class="player_positions_indicator_panel" file="player/player positions indicator small horizontal" id="ppip" late_loading="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
					</widget>
				</container>

				<container id="medi" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="422164" type="use" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					<widget class="player_injury_panel" id="meds" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>	
				
				<container id="dahu" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" type="use" translation_id="296334"/>
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					
					<widget class="data_hub_player_analytics_panel" id="pdh1">
						<record id="object_property" get_property="objt" set_property="objt"/>
						</widget>
				</container>	
					
				</container>
			</container>
		</container>
	</container>
</panel>

 

Link to post
Share on other sites

2 minutes ago, MattyEssTTV said:

Everytime I move it there, it seems to crash. Not sure what I need to remove to get it to work. 

This is what I have got so far when I move it. 

				<!--Pros/cons & Analysis section on the RHS-->
				<container class="tabbed_container" default_item="atrb" save_session_state="true" save_default_state="true">
				  	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
					<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

					<container id="prcn" late_loading="true"  >
						<translation id="title" translation_id="248079" type="use"/>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" />

						<widget class="player_scout_reports_panel" id="sCSB" file="player/player scout reports analysis subpanel" type="5">
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers" />
										<integer id="set_property" value="objt" />
									</record>
									<record>
										<integer id="get_property" value="SCii" />
										<integer id="set_property" value="SCii" />
									</record>
									<record>
										<integer id="get_property" value="SCti" />
										<integer id="set_property" value="SCti" />
									</record>
								</list>
							</record>
						</widget>
					</container>
					<container id="atrb" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="229822" type="use" value="Attributes" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />
						<widget class="player_attributes_panel" id="pazr" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
						
				<container class="inner_subtle_box"  id="rigi"  minimum_width="30" priority="1">
					<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						
					<container id="meid" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
				
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
				
					<widget class="player_positions_indicator_panel" file="player/player positions indicator small horizontal" id="ppip" late_loading="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
					</widget>
				</container>

				<container id="medi" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" translation_id="422164" type="use" />
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					<widget class="player_injury_panel" id="meds" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
				</container>	
				
				<container id="dahu" class="player_overview_panel" file="none" minimum_width="300" default_width="-3" priority="1">
						<translation id="title" type="use" translation_id="296334"/>
						<layout class="stick_to_sides_attachment" apply_to_children="true" inset="0,0,0,0"/>
						<record id="object_property" get_property="Pers" set_property="objt" />				
					
					<widget class="data_hub_player_analytics_panel" id="pdh1">
						<record id="object_property" get_property="objt" set_property="objt"/>
						</widget>
				</container>	
					
				</container>
			</container>
		</container>
	</container>
</panel>

 

If i were you i would rebuild it using this method
 

and then plug in the wanted widgets afterwards.

this way you have full control over what does what for future changes.

The reason why it's crashing as it is now, can be because you havnt made base tab go all the way to the right aswell and therefor have data on top of data. this is just a guess

Link to post
Share on other sites

I've been fiddling around with the <set_var name="insert_name_here"> and <var id="?????" name="insert_name"/> syntax to try and tidy up my XML panels and rework some of them, especially around portraits.

Example:

<var id="widget_id" name="portrait_id"/>

<set_var name="portrait_id">
  <flags value="tgsp"/>
</set_var>

From the example above, which is used as follows

<widget class="object_portrait_picture" image_alignment="right,bottom" scale_picture="true" keep_aspect_ratio="true">
  <var id="widget_id" name="portrait_id"/>
</widget>

This gets translated to the following <widget class="object_portrait_picture" id=tgsp /> correct?

I am trying to see if I can use something similar to use with object_property for setting the get_property value but cannot find any examples anywhere.

From the file searching I have done, it looks like <var id=""> has no equivalent to use with object_property?

I feel like I have been jumping around looking at different XML code and experimenting that I am going around in circles and confusing myself :(

Any helpful insights?

 

 

Link to post
Share on other sites

46 minutes ago, FMLuc said:

I would like to know what type of file in the home profile tab of the human manager, controls the text regarding the course for the manager license in progress

Human profile is where you'll find the needed info.. search for id="coco"

Link to post
Share on other sites

17 hours ago, snowofman said:
<widget class="object_portrait_picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
	<record id="object_property" get_property="PNat" set_property="objt" />
</widget>

Should do the trick

Guess which dumbass forgot to put flags into the graphics folder?? this guy. 

Link to post
Share on other sites

3 hours ago, wkdsoul said:

can the player mini positions indicator widget be turn horizontal? 

You should be able to!  The player basic positions widget has the ids for each position in the table so just a case of changing the layout, order (and the rotating the graphic).

Link to post
Share on other sites

1 hour ago, GIMN said:

You should be able to!  The player basic positions widget has the ids for each position in the table so just a case of changing the layout, order (and the rotating the graphic).

Annoying, make the normal pitch read only it is.. :) 

Link to post
Share on other sites

36 minutes ago, johnwalker said:

Anyone know how I can change the colour of this toggle button in the tactics screen?

Screenshot 2023-05-12 223829.png

you would have to find the graphics.

i'm currently not aware of where they are, so i would not be able to help you right now

Link to post
Share on other sites

40 minutes ago, johnwalker said:

Anyone know how I can change the colour of this toggle button in the tactics screen?

Screenshot 2023-05-12 223829.png

I believe it's graphics/buttons/custom/tactics/pitch switch/ - by default they are set to "fm purple" - so if you're trying to replace that colour consistently throughout the skin, you could just redefine that colour in the settings file.  Otherwise you'll need to edit the button_selected files in the path mentioned.

Link to post
Share on other sites

Anyone had any success pulling shot maps or player graphs into the Data Hub Overview page.  Specifically, I'm looking to get through stuff like below:

image.png.0df9954e3d43945a603f0105dfc25335.png image.png.97b656efaf6c741cf3abb0e88c47c2a0.png

Into this page here:

image.thumb.png.ecc31adf97924b2f51005f48bdc16d32.png

They syntax for regular team scattergraphs/passmaps/polygons doesn't seem to work for those other graphs.  I assume that the shot_map is something to do with time (either last_5_matches or last_match) and for players it's something to do with position - but using those specific terms doesn't work.

Link to post
Share on other sites

6 hours ago, GIMN said:

Anyone had any success pulling shot maps or player graphs into the Data Hub Overview page.  Specifically, I'm looking to get through stuff like below:

image.png.0df9954e3d43945a603f0105dfc25335.png image.png.97b656efaf6c741cf3abb0e88c47c2a0.png

Into this page here:

image.thumb.png.ecc31adf97924b2f51005f48bdc16d32.png

They syntax for regular team scattergraphs/passmaps/polygons doesn't seem to work for those other graphs.  I assume that the shot_map is something to do with time (either last_5_matches or last_match) and for players it's something to do with position - but using those specific terms doesn't work.

there's a properties file in the data hub folder, you looked in there 

Link to post
Share on other sites

4 hours ago, bluestillidie00 said:

there's a properties file in the data hub folder, you looked in there 

Yup - but following the same syntax doesnt seem to work.  For example, the general performance polygon n the screenshot:

In the properties file, it has the following paramaters:

  • list: team
  • category: polygon
  • type: team_general

This becomes:

<widget class="data_analyst_visualisation_widget" id="xgsh"  visualisation_type="polygon" data_type="team"  category="team_general" file="widgets/data analyst visualisation mini"> 

Following this works for team scattergraphs, polygons, xg table and zone maps.

Shot map has "time", instead of type.  Here's the parameters for the one I want:

  • list: scoring
  • category: shot_map
  • time: last_5_matches

I've tried the following to no avail:

<widget class="data_analyst_visualisation_widget" id="xgsh"  visualisation_type="shot_map" data_type="scoring"  category="last_5_matches" file="widgets/data analyst visualisation mini"> 
<widget class="data_analyst_visualisation_widget" id="xgsh"  visualisation_type="shot_map" data_type="scoring"  time="last_5_matches" file="widgets/data analyst visualisation mini">

For player scattergraphs, there's an additional parameter, "position".  I've tried "position" and "subcategory" inside the widget.

Edited by GIMN
accidentally submitted before finished
Link to post
Share on other sites

Not sure if this is a skinning issue, but recently on my squad view, the player price range will keep going back to its maximum size so I have to auto resize it constantly. Is this a skin issue/bug or do I need to completely re-do my squad view?

Link to post
Share on other sites

5 minutes ago, Watson156 said:

Not sure if this is a skinning issue, but recently on my squad view, the player price range will keep going back to its maximum size so I have to auto resize it constantly. Is this a skin issue/bug or do I need to completely re-do my squad view?

It's hard to say what causes it, but i would export (save) the view - then delete it  and then import it back in

you can also try and load up the default skin and see if the problem is still there.. quick way to see if it's a skin or game issue

Link to post
Share on other sites

Im trying to change player kit with number behind facepack up to club stadium image from Club info with no luck.
File: player overview panel.xml
Skin: TATO23

Anyone can help?
 

iXPOxgp.png

GaFwk3T.jpeg

HWhQUo5.jpeg

Edited by aduh
Link to post
Share on other sites

2 hours ago, aduh said:

Im trying to change player kit with number behind facepack up to club stadium image from Club info with no luck.
File: player overview panel.xml
Skin: TATO23

Anyone can help?
 

iXPOxgp.png

GaFwk3T.jpeg

HWhQUo5.jpeg

Try this

    <container>
        <layout class="stick_to_sides_attachment" apply_to_children="true" inset="0"/>

        <widget class="club_overview_stadium_panel" file="none" id="it2k" save_session_state="true" dont_set_hint="true">
            <record id="object_property" get_property="Pclb" set_property="objt"/>
            <layout class="stick_to_sides_attachment" apply_to_children="true"/>

            <widget class="stadium_picture" id="STAp" file="none" dont_set_hint="true">
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="-50"/>
                <record id="object_property" get_property="objt" set_property="objt"/>
            </widget>

        </widget>
    </container>

 

Link to post
Share on other sites

16 hours ago, bluestillidie00 said:

Try this

    <container>
        <layout class="stick_to_sides_attachment" apply_to_children="true" inset="0"/>

        <widget class="club_overview_stadium_panel" file="none" id="it2k" save_session_state="true" dont_set_hint="true">
            <record id="object_property" get_property="Pclb" set_property="objt"/>
            <layout class="stick_to_sides_attachment" apply_to_children="true"/>

            <widget class="stadium_picture" id="STAp" file="none" dont_set_hint="true">
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="-50"/>
                <record id="object_property" get_property="objt" set_property="objt"/>
            </widget>

        </widget>
    </container>

 

Cant get this to work.
(line 450 - 463)

 

<panel>
	<layout class="vertical_arrange" vertical_layout="230, -465, -215" offset="0" gap="4"/>
	
	<container class="plain_box">
	<attachment class="horizontal_arrange" horizontal_layout="-374,-1110,-374" horizontal_gap="4" /> 
		<!--Top L-->			
		<container class="tato" id="posL" default_height="-1" priority="1" gap="0" >

		<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
		
		<container class="client_object_viewer_selector_panel" id="pos1" save_session_state="true" file="player/woz/info top" default_width="-1" priority="1"> 
					<integer id="default_for_unemployed_managers" value="ilpi"/>
					<integer id="default_for_international_managers_other_team" value="ilpi"/>
					<integer id="default_for_everyone_else" value="ilpi"/>
					<integer id="default_for_versus_mode" value="ilpi"/>
	
	<container id="abcd">
			<translation id="title" translation_id="319448" type="use" value="Kits[COMMENT: title for the club kits the club overview panel]" />
			<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
							<widget class="kit_icon" kit_path="default" file="generic/small" id="kit1" scale_picture="true" keep_aspect_ratio="true" height="160" width="300" image_alignment="bottom" kit_zoom_level="1" >
		
									<layout class="centre_in_parent_attachment" alignment="horizontal" offset="50" priority="1"/>
									<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
								
										<record id="object_property">
										<list id="get_properties">
											 <record>
											 <integer id="get_property" value="Pers" />
											 <integer id="set_property" value="Pers" />
											</record>
										<record>
							  <integer id="get_property" value="Pctx" />
							  <integer id="set_property" value="Pcte" />
							</record>
						  </list>
						</record>
					</widget>
		<widget class="club_overview_kits_panel" file="player/woz/kit player panel" id="it2k" save_session_state="true">
			<record id="object_property" get_property="Pclb" set_property="objt"/>
		</widget>

		</container>				
		</container>
		</container>
		
		<!--Top M-->
	
					<container class="tato" default_height="-1" priority="1" gap="0" >
							
							<layout class="arrange_horizontal_attachment" layout="-1,460,-1" offset="0" gap="4"/>
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
					

			<container class="main_subtle_box" priority="1" offset="0" gap="0" default_height="-1" id="midl" >

							<layout class="arrange_vertical_attachment" layout="-1,-1,-1" offset="0" gap="0" />
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" gap="0" apply_to_children="true" />
						
						<container>
								<layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
								<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

								<widget class="db_record_list_text" id="intc" colour="fg" font="tad" size="11" alignment="centre_x,bottom"  icon_enabled="false">
									<record id="object_property" dont_set_hint="true" get_property="PNal"/>
								</widget>
							
								
								<widget class="international_appearances_label" colour="fg" id="inta" alignment="centre_x,top" >
									<integer id="int_apps_label_format" value="10" />
									<record id="object_property" dont_set_hint="true" get_property="Pist"/>
								</widget>
							</container>		
							
						<container>
							<layout class="arrange_horizontal_attachment" layout="-1,-1,-1,-1" offset="0" gap="0" />
							<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />
							
							<container>
								<layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
								<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
								<widget class="label" id="age" alignment="centre_x,bottom,can_scale" colour="fg" font="tad" size="11" >
									<record id="object_property" get_property="Page"/>
								</widget>
								<widget class="label" spec="text,small" alignment="centre_x,top,can_scale" colour="fg">
										<translation id="text" translation_id="227770" type="use" value="Age[comment - person age]" />
								 </widget>
							</container>							
							
							<container>
								<layout class="show_medium_vertical" min_value="900" max_value="60000"/>
								<layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
								<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
								<widget class="dob_label" colour="fg" id="dobl" alignment="centre_x,bottom,can_scale" font="tad" size="11" display_format="0">
									<record id="object_property" get_property="Pdob"/>
								</widget>
								<widget class="client_object_label" colour="fg" spec="text, small" id="mias" alignment="centre_x,top,can_scale">
									<record id="object_property">
										<integer id="get_property" value="Pcob"/>
									</record>
								</widget>
							</container>
					
					<container>
					  <layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
					  <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

					  <widget class="height_label" spec="text,large" id="heig" size="11" alignment="centre_x,bottom,can_scale" font="tad" colour="fg">
						<record id="object_property">
						  <integer id="get_property" value="Phei" />
						</record>
					  </widget>
					  <widget class="label" spec="text,small" alignment="centre_x,top,can_scale" colour="fg">
					<translation id="text" translation_id="227956" type="use" value="Height[COMMENT - label for showing a player's height]" />
					  </widget>
					</container>

					<container>
					  <layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
					  <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

					  <widget class="weight_label" spec="text,large" id="weig" size="11" alignment="centre_x,bottom,can_scale" font="tad" colour="fg">
						<record id="object_property">
						  <integer id="get_property" value="Pwei" />
						</record>
					  </widget>
					  <widget class="label" spec="text,small" alignment="centre_x,top,can_scale" colour="fg">
					<translation id="text" translation_id="227957" type="use" value="Weight[COMMENT - label for showing a player's weight]" />
					  </widget>
					</container>
							</container>
									
<container> 

<attachment class="horizontal_arrange" horizontal_layout="-1,45,-1" horizontal_gap="8"/> 
<container> 
<attachment class="horizontal_arrange" horizontal_layout="-1,25"/> 
<widget class="label" colour="fg" alignment="centre_x,centre_y,can_scale" font="tad" size="10" priority="10"> 
	<layout class="show_medium_vertical" min_value="900" max_value="60000"/>
<translation id="text" translation_id="227793" type="use" value="Condition" /> 
</widget> 
<widget class="client_object_property_panel" property="PcOI" height="50" alignment="right,centre_y" priority="1"> 

<record id="object_property" get_property="objt" set_property="objt" /> 
</widget> 
</container>
<widget class="picture" file="icons/custom/scouting/team report card/team_attribute_work_rate@2x" red_replacement="fg" blue_replacement="background" height="35" scale_picture="true" image_alignment="centre"  priority="1" /> 

<container> 
<attachment class="horizontal_arrange" horizontal_layout="25,-1"/> 
<widget class="client_object_property_panel" property="PftI" height="50" alignment="left,centre_y"  priority="1"> 

<record id="object_property" get_property="objt" set_property="objt" /> 
</widget> 
<widget class="label" alignment="centre_x,centre_y,can_scale" colour="fg" font="tad" size="10"  priority="10"> 
	<layout class="show_medium_vertical" min_value="900" max_value="60000"/>
<translation id="text" translation_id="395316" type="use" value="Sharpness" /> 
</widget>
</container> 
</container> 						

		
	
	</container>		

			<container class="main_subtle_box"  priority="1" default_height="-1" id="fllo">
							<layout class="arrange_horizontal_attachment" layout="100,-1" offset="0" gap="4"/>
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />		
			
			<container class="plain_box"  priority="1" default_height="-1" id="fl2o">			
				<layout class="arrange_vertical_attachment" layout="-1,-1" offset="0" gap="4"/>
				<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>					
		
			<container  class="main_subtle_box_no_margin" default_height="-1" priority="1" gap="0">
			<layout class="stick_to_sides_attachment" alignment="all" inset="4" priority="1" apply_to_children="true"/>
							
			<widget class="value_based_picture" scale_picture="true"> 
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
				<layout class="stick_to_sides_attachment" alignment="all" inset="4" priority="1"/>
					<list id="value_list"> 
					<record value="0" file="pictures/flags/large/africa/alg"/> 
					<record value="1" file="pictures/flags/large/africa/ang"/> 
					<record value="5" file="pictures/flags/large/africa/bdi"/> 
					<record value="2" file="pictures/flags/large/africa/ben"/> 
					<record value="4" file="pictures/flags/large/africa/bfa"/> 
					<record value="3" file="pictures/flags/large/africa/bot"/> 
					<record value="44" file="pictures/flags/large/africa/cgo"/> 
					<record value="9" file="pictures/flags/large/africa/cha"/> 
					<record value="19" file="pictures/flags/large/africa/civ"/> 
					<record value="6" file="pictures/flags/large/africa/cmr"/> 
					<record value="48" file="pictures/flags/large/africa/cod"/> 
					<record value="234" file="pictures/flags/large/africa/com"/> 
					<record value="7" file="pictures/flags/large/africa/cpv"/> 
					<record value="8" file="pictures/flags/large/africa/cta"/> 
					<record value="10" file="pictures/flags/large/africa/dji"/> 
					<record value="11" file="pictures/flags/large/africa/egy"/> 
					<record value="12" file="pictures/flags/large/africa/eqg"/> 
					<record value="204" file="pictures/flags/large/africa/eri"/> 
					<record value="13" file="pictures/flags/large/africa/eth"/> 
					<record value="14" file="pictures/flags/large/africa/gab"/> 
					<record value="15" file="pictures/flags/large/africa/gam"/> 
					<record value="16" file="pictures/flags/large/africa/gha"/> 
					<record value="18" file="pictures/flags/large/africa/gnb"/> 
					<record value="17" file="pictures/flags/large/africa/gui"/> 
					<record value="20" file="pictures/flags/large/africa/ken"/> 
					<record value="22" file="pictures/flags/large/africa/lbr"/> 
					<record value="23" file="pictures/flags/large/africa/lby"/> 
					<record value="21" file="pictures/flags/large/africa/les"/> 
					<record value="24" file="pictures/flags/large/africa/mad"/> 
					<record value="29" file="pictures/flags/large/africa/mar"/> 
					<record value="231" file="pictures/flags/large/africa/may"/> 
					<record value="26" file="pictures/flags/large/africa/mli"/> 
					<record value="30" file="pictures/flags/large/africa/moz"/> 
					<record value="28" file="pictures/flags/large/africa/mri"/> 
					<record value="27" file="pictures/flags/large/africa/mtn"/> 
					<record value="25" file="pictures/flags/large/africa/mwi"/> 
					<record value="31" file="pictures/flags/large/africa/nam"/> 
					<record value="33" file="pictures/flags/large/africa/nga"/> 
					<record value="32" file="pictures/flags/large/africa/nig"/> 
					<record value="230" file="pictures/flags/large/africa/reu"/> 
					<record value="40" file="pictures/flags/large/africa/rsa"/> 
					<record value="240" file="pictures/flags/large/africa/ssd"/> 
					<record value="34" file="pictures/flags/large/africa/rwa"/> 
					<record value="36" file="pictures/flags/large/africa/sen"/> 
					<record value="37" file="pictures/flags/large/africa/sey"/> 
					<record value="38" file="pictures/flags/large/africa/sle"/> 
					<record value="39" file="pictures/flags/large/africa/som"/> 
					<record value="35" file="pictures/flags/large/africa/stp"/> 
					<record value="41" file="pictures/flags/large/africa/sud"/> 
					<record value="42" file="pictures/flags/large/africa/swz"/> 
					<record value="43" file="pictures/flags/large/africa/tan"/> 
					<record value="45" file="pictures/flags/large/africa/tog"/> 
					<record value="46" file="pictures/flags/large/africa/tun"/> 
					<record value="47" file="pictures/flags/large/africa/uga"/> 
					<record value="49" file="pictures/flags/large/africa/zam"/> 
					<record value="50" file="pictures/flags/large/africa/zim"/> 
					<record value="239" file="pictures/flags/large/africa/zan"/> 
					<record value="51" file="pictures/flags/large/asia/afg"/> 
					<record value="53" file="pictures/flags/large/asia/ban"/> 
					<record value="52" file="pictures/flags/large/asia/bhr"/> 
					<record value="211" file="pictures/flags/large/asia/bhu"/> 
					<record value="54" file="pictures/flags/large/asia/bru"/> 
					<record value="63" file="pictures/flags/large/asia/cam"/> 
					<record value="55" file="pictures/flags/large/asia/chn"/> 
					<record value="203" file="pictures/flags/large/asia/gum"/> 
					<record value="56" file="pictures/flags/large/asia/hkg"/> 
					<record value="58" file="pictures/flags/large/asia/idn"/> 
					<record value="57" file="pictures/flags/large/asia/ind"/> 
					<record value="59" file="pictures/flags/large/asia/irn"/> 
					<record value="60" file="pictures/flags/large/asia/irq"/> 
					<record value="62" file="pictures/flags/large/asia/jor"/> 
					<record value="61" file="pictures/flags/large/asia/jpn"/> 
					<record value="66" file="pictures/flags/large/asia/kgz"/> 
					<record value="80" file="pictures/flags/large/asia/kor"/> 
					<record value="78" file="pictures/flags/large/asia/ksa"/> 
					<record value="65" file="pictures/flags/large/asia/kuw"/> 
					<record value="67" file="pictures/flags/large/asia/lao"/> 
					<record value="68" file="pictures/flags/large/asia/lib"/> 
					<record value="69" file="pictures/flags/large/asia/mac"/> 
					<record value="70" file="pictures/flags/large/asia/mas"/> 
					<record value="71" file="pictures/flags/large/asia/mdv"/> 
					<record value="202" file="pictures/flags/large/asia/mgl"/> 
					<record value="72" file="pictures/flags/large/asia/mya"/> 
					<record value="73" file="pictures/flags/large/asia/nep"/> 
					<record value="75" file="pictures/flags/large/asia/oma"/> 
					<record value="76" file="pictures/flags/large/asia/pak"/> 
					<record value="197" file="pictures/flags/large/asia/pal"/> 
					<record value="86" file="pictures/flags/large/asia/phi"/> 
					<record value="74" file="pictures/flags/large/asia/prk"/> 
					<record value="77" file="pictures/flags/large/asia/qat"/> 
					<record value="79" file="pictures/flags/large/asia/sin"/> 
					<record value="81" file="pictures/flags/large/asia/sri"/> 
					<record value="82" file="pictures/flags/large/asia/syr"/> 
					<record value="85" file="pictures/flags/large/asia/tha"/> 
					<record value="84" file="pictures/flags/large/asia/tjk"/> 
					<record value="87" file="pictures/flags/large/asia/tkm"/> 
					<record value="236" file="pictures/flags/large/asia/tls"/> 
					<record value="83" file="pictures/flags/large/asia/tpe"/> 
					<record value="88" file="pictures/flags/large/asia/uae"/> 
					<record value="89" file="pictures/flags/large/asia/uzb"/> 
					<record value="90" file="pictures/flags/large/asia/vie"/> 
					<record value="91" file="pictures/flags/large/asia/yem"/> 
					<record value="126" file="pictures/flags/large/europe/alb"/> 
					<record value="127" file="pictures/flags/large/europe/and"/> 
					<record value="128" file="pictures/flags/large/europe/arm"/> 
					<record value="129" file="pictures/flags/large/europe/aut"/> 
					<record value="130" file="pictures/flags/large/europe/aze"/> 
					<record value="131" file="pictures/flags/large/europe/bel"/> 
					<record value="133" file="pictures/flags/large/europe/bih"/> 
					<record value="132" file="pictures/flags/large/europe/blr"/> 
					<record value="134" file="pictures/flags/large/europe/bul"/> 
					<record value="135" file="pictures/flags/large/europe/cro"/> 
					<record value="136" file="pictures/flags/large/europe/cyp"/> 
					<record value="137" file="pictures/flags/large/europe/cze"/> 
					<record value="138" file="pictures/flags/large/europe/den"/> 
					<record value="139" file="pictures/flags/large/europe/eng"/> 
					<record value="170" file="pictures/flags/large/europe/esp"/> 
					<record value="140" file="pictures/flags/large/europe/est"/> 
					<record value="142" file="pictures/flags/large/europe/fin"/> 
					<record value="143" file="pictures/flags/large/europe/fra"/> 
					<record value="141" file="pictures/flags/large/europe/fro"/> 
					<record value="144" file="pictures/flags/large/europe/geo"/> 
					<record value="145" file="pictures/flags/large/europe/ger"/> 
					<record value="216" file="pictures/flags/large/europe/gib"/> 
					<record value="146" file="pictures/flags/large/europe/gre"/> 
					<record value="147" file="pictures/flags/large/europe/hun"/> 
					<record value="163" file="pictures/flags/large/europe/irl"/> 
					<record value="148" file="pictures/flags/large/europe/isl"/> 
					<record value="149" file="pictures/flags/large/europe/isr"/> 
					<record value="150" file="pictures/flags/large/europe/ita"/> 
					<record value="64" file="pictures/flags/large/europe/kaz"/> 
					<record value="219" file="pictures/flags/large/europe/kvx"/> 
					<record value="152" file="pictures/flags/large/europe/lie"/> 
					<record value="153" file="pictures/flags/large/europe/ltu"/> 
					<record value="154" file="pictures/flags/large/europe/lux"/> 
					<record value="151" file="pictures/flags/large/europe/lva"/> 
					<record value="157" file="pictures/flags/large/europe/mda"/> 
					<record value="247" file="pictures/flags/large/europe/mne"/> 
					<record value="155" file="pictures/flags/large/europe/mkd"/> 
					<record value="156" file="pictures/flags/large/europe/mlt"/> 
					<record value="158" file="pictures/flags/large/europe/ned"/> 
					<record value="159" file="pictures/flags/large/europe/nir"/> 
					<record value="160" file="pictures/flags/large/europe/nor"/> 
					<record value="161" file="pictures/flags/large/europe/pol"/> 
					<record value="162" file="pictures/flags/large/europe/por"/> 
					<record value="164" file="pictures/flags/large/europe/rou"/> 
					<record value="165" file="pictures/flags/large/europe/rus"/> 
					<record value="167" file="pictures/flags/large/europe/sco"/> 
					<record value="176" file="pictures/flags/large/europe/srb"/> 
					<record value="166" file="pictures/flags/large/europe/smr"/> 
					<record value="172" file="pictures/flags/large/europe/sui"/> 
					<record value="168" file="pictures/flags/large/europe/svk"/> 
					<record value="169" file="pictures/flags/large/europe/svn"/> 
					<record value="171" file="pictures/flags/large/europe/swe"/> 
					<record value="173" file="pictures/flags/large/europe/tur"/> 
					<record value="174" file="pictures/flags/large/europe/ukr"/> 
					<record value="175" file="pictures/flags/large/europe/wal"/> 
					<record value="205" file="pictures/flags/large/namerica/aia"/> 
					<record value="93" file="pictures/flags/large/namerica/aru"/> 
					<record value="92" file="pictures/flags/large/namerica/atg"/> 
					<record value="118" file="pictures/flags/large/namerica/bah"/> 
					<record value="96" file="pictures/flags/large/namerica/ber"/> 
					<record value="95" file="pictures/flags/large/namerica/blz"/> 
					<record value="217" file="pictures/flags/large/namerica/boe"/> 
					<record value="249" file="pictures/flags/large/namerica/blm"/> 
					<record value="94" file="pictures/flags/large/namerica/brb"/> 
					<record value="97" file="pictures/flags/large/namerica/can"/> 
					<record value="98" file="pictures/flags/large/namerica/cay"/> 
					<record value="99" file="pictures/flags/large/namerica/crc"/> 
					<record value="100" file="pictures/flags/large/namerica/cub"/> 
					<record value="110" file="pictures/flags/large/namerica/cuw"/> 
					<record value="101" file="pictures/flags/large/namerica/dma"/> 
					<record value="212" file="pictures/flags/large/namerica/dom"/> 
					<record value="103" file="pictures/flags/large/namerica/grn"/> 
					<record value="104" file="pictures/flags/large/namerica/gua"/> 
					<record value="105" file="pictures/flags/large/namerica/guy"/> 
					<record value="106" file="pictures/flags/large/namerica/hai"/> 
					<record value="107" file="pictures/flags/large/namerica/hon"/> 
					<record value="108" file="pictures/flags/large/namerica/jam"/> 
					<record value="114" file="pictures/flags/large/namerica/lca"/> 
					<record value="109" file="pictures/flags/large/namerica/mex"/> 
					<record value="207" file="pictures/flags/large/namerica/msr"/> 
					<record value="227" file="pictures/flags/large/namerica/mtq"/> 
					<record value="111" file="pictures/flags/large/namerica/nca"/> 
					<record value="112" file="pictures/flags/large/namerica/pan"/> 
					<record value="113" file="pictures/flags/large/namerica/pur"/> 
					<record value="115" file="pictures/flags/large/namerica/skn"/> 
					<record value="102" file="pictures/flags/large/namerica/slv"/> 
					<record value="233" file="pictures/flags/large/namerica/spm"/> 
					<record value="117" file="pictures/flags/large/namerica/sur"/> 
					<record value="209" file="pictures/flags/large/namerica/tca"/> 
					<record value="119" file="pictures/flags/large/namerica/tri"/> 
					<record value="120" file="pictures/flags/large/namerica/usa"/> 
					<record value="206" file="pictures/flags/large/namerica/vgb"/> 
					<record value="116" file="pictures/flags/large/namerica/vin"/> 
					<record value="208" file="pictures/flags/large/namerica/vir"/> 
					<record value="217" file="pictures/flags/large/namerica/bes"/> 
					<record value="201" file="pictures/flags/large/oceania/asa"/> 
					<record value="177" file="pictures/flags/large/oceania/aus"/> 
					<record value="178" file="pictures/flags/large/oceania/cok"/> 
					<record value="179" file="pictures/flags/large/oceania/fij"/> 
					<record value="242" file="pictures/flags/large/oceania/fsm"/> 
					<record value="243" file="pictures/flags/large/oceania/nmi"/> 
					<record value="215" file="pictures/flags/large/oceania/kir"/> 
					<record value="210" file="pictures/flags/large/oceania/ncl"/> 
					<record value="180" file="pictures/flags/large/oceania/nzl"/> 
					<record value="181" file="pictures/flags/large/oceania/png"/> 
					<record value="186" file="pictures/flags/large/oceania/sam"/> 
					<record value="182" file="pictures/flags/large/oceania/sol"/> 
					<record value="183" file="pictures/flags/large/oceania/tah"/> 
					<record value="184" file="pictures/flags/large/oceania/tga"/> 
					<record value="244" file="pictures/flags/large/oceania/tuv"/> 
					<record value="185" file="pictures/flags/large/oceania/van"/> 
					<record value="232" file="pictures/flags/large/oceania/wfi"/> 
					<record value="217" file="pictures/flags/large/namerica/boe"/> 
					<record value="225" file="pictures/flags/large/namerica/gyf"/> 
					<record value="226" file="pictures/flags/large/namerica/gyf"/> 
					<record value="228" file="pictures/flags/large/namerica/gyf"/> 
					<record value="229" file="pictures/flags/large/namerica/gyf"/> 
					<record value="187" file="pictures/flags/large/samerica/arg"/> 
					<record value="188" file="pictures/flags/large/samerica/bol"/> 
					<record value="189" file="pictures/flags/large/samerica/bra"/> 
					<record value="190" file="pictures/flags/large/samerica/chi"/> 
					<record value="191" file="pictures/flags/large/samerica/col"/> 
					<record value="192" file="pictures/flags/large/samerica/ecu"/> 
					<record value="193" file="pictures/flags/large/samerica/par"/> 
					<record value="194" file="pictures/flags/large/samerica/per"/> 
					<record value="195" file="pictures/flags/large/samerica/uru"/> 
					<record value="196" file="pictures/flags/large/samerica/ven"/> 
					</list>  
				<record id="object_property" get_property="Pnat" set_property="valu"/>
			</widget>
			
	<!--		<widget class="object_portrait_picture" id="pnat" image_alignment="middle" scale_picture="true" keep_aspect_ratio="true" transparency="1">
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
				<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
            <record id="object_property">
              <integer id="get_property" value="PNat" />
              <integer id="set_property" value="objt" />
            </record>
          </widget> -->
		
			</container> 
	
			<container class="main_subtle_box_no_margin" id="nowy" default_height="-1" priority="1" gap="0"> 
			<layout class="stick_to_sides_attachment" alignment="all" inset="4" priority="1" apply_to_children="true"/>

			<widget class="value_based_picture" scale_picture="true" file="none"> 
				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
				<layout class="stick_to_sides_attachment" alignment="all" inset="15" priority="1"/>
					<list id="value_list"> 
					<record value="0" file="icons/custom/player stats/earner@2x" red_replacement="woz_usd" blue_replacement="teal 500"/> 
					</list> 
				<record id="object_property"> 
					<list id="get_properties"> 
					<record get_property="Pcjo" set_property="valu" dont_set_hint="true"/> 
					</list> 
				</record> 
			</widget> 

			<widget class="object_portrait_picture" id="pklb" image_alignment="centre" scale_picture="true" keep_aspect_ratio="true" transparency="1"> 
			<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
			<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
			<record id="object_property" get_property="Pclb" set_property="objt" dont_set_hint="true"/> 
			</widget> 
			
			</container>
			
			</container>
			
			<container>
        <layout class="stick_to_sides_attachment" apply_to_children="true" inset="0"/>
		<!--<record id="object_property" get_property="Preg" set_property="hidn"/> -->	
			
        <widget class="club_overview_stadium_panel" file="none" id="it2k" save_session_state="true" dont_set_hint="true">
            <record id="object_property" get_property="Pclb" set_property="objt"/>
            <layout class="stick_to_sides_attachment" apply_to_children="true"/>

            <widget class="stadium_picture" id="STAp" file="none" dont_set_hint="true">
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="-50"/>
                <record id="object_property" get_property="objt" set_property="objt"/>
            </widget>

        </widget>

			
		<widget class="picture" id="fota">
			<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-100" priority="1"/>
		<layout class="stick_to_sides_attachment" alignment="all" inset="45,0,4,0" />
          <boolean id="scale_picture" value="true" />
          <boolean id="keep_aspect_ratio" value="true" />
          <flags id="image_alignment" value="centre" />

          <attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
            <list id="value">
              <boolean value="false" />
            </list>
          </attachment>

          <record id="object_property">
            <list id="get_properties">
              <record>
                <integer id="get_property" value="fcgn" />
                
              </record>
              <record>
                <integer id="get_property" value="Pfke" />
               
              </record>
              <record>
                <integer id="get_property" value="prpc" />
                <integer id="set_property" value="valu" />
              </record>
            </list>
          </record>
        </widget>
		

		
        </container>
      		
		<!-- <container class="main_subtle_box_no_margin" priority="1" default_height="-1" id="rege">
			<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
			<record id="object_property" get_property="Preg" set_property="Shwn"/>

			<widget class="kit_icon" id="kitA" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom" kit_zoom_level="1" >
									<layout class="centre_in_parent_attachment" alignment="horizontal" offset="25" priority="1"/>
									<layout class="stick_to_sides_attachment" alignment="all" inset="15,0,15,0" priority="1"/>
								
										<record id="object_property">
										<list id="get_properties">
											 <record>
											 <integer id="get_property" value="Pers" />
											 <integer id="set_property" value="Pers" />
											</record>
										<record>
							  <integer id="get_property" value="Pctx" />
							  <integer id="set_property" value="Pcte" />
							</record>
						  </list>
						</record>
					</widget>

			
		<widget class="picture" id="foto">
			<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-102" priority="1"/>
		<layout class="stick_to_sides_attachment" alignment="all" inset="40,0,59,0" />
          <boolean id="scale_picture" value="true" />
          <boolean id="keep_aspect_ratio" value="true" />
          <flags id="image_alignment" value="centre" />

          <attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
            <list id="value">
              <boolean value="false" />
            </list>
          </attachment>

          <record id="object_property">
            <list id="get_properties">
              <record>
                <integer id="get_property" value="fcgn" />
                
              </record>
              <record>
                <integer id="get_property" value="Pfke" />
               
              </record>
              <record>
                <integer id="get_property" value="prpc" />
                <integer id="set_property" value="valu" />
              </record>
            </list>
          </record>
        </widget>
		
		<widget class="club_overview_kits_panel" file="player/woz/kit player panel M" id="it2k" save_session_state="true">
			<record id="object_property" get_property="Pclb" set_property="objt"/>
		</widget>
        </container> -->	
		
	</container>		
		<container class="main_subtle_box"  default_width="-1"  priority="1">							
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
				
	<!--	<widget class="player_status_all_button" alignment="bottom" gap="0" maximised="true" id="psAB">
		
		<record id="object_property" get_property="Pnfa"/>
		</widget> 		
		
		Person 1 additional info box-->
		<widget class="player_status_all_button" alignment="bottom" gap="0" maximised="true" id="psAB">
			<layout class="show_medium_vertical" min_value="900" max_value="60000"/>
		<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
		<layout class="stick_to_sides_attachment" alignment="all" inset="4,4,0,0" />	
		<record id="object_property" get_property="Pnfa"/>
		</widget> 	
		
		<container class="plain_box"  default_width="-1"  priority="1">

			<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
			<widget class="player_personal_details_panel" file="player/woz/player personal details panel" id="ppdp">
				<record id="object_property" get_property="objt" set_property="objt"/>
			</widget>
		</container>
		</container>			
			
		</container>
	
		<!--Top R-->

			<container class="tato" id="posR" default_height="-1" priority="1" >
				<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
			<container class="client_object_viewer_selector_panel" id="woz2" save_session_state="true" file="player/woz/info top"  default_width="-1" priority="1"> 	
					<integer id="default_for_unemployed_managers" value="ilab"/>
					<integer id="default_for_international_managers_other_team" value="ilab"/>
					<integer id="default_for_everyone_else" value="ilab"/>
					<integer id="default_for_versus_mode" value="ilab"/>		
		</container>			
			</container>

						
	</container>
	

	<!-- Middle row of large panels -->
	<container class="plain_box">
	<attachment class="horizontal_arrange" horizontal_layout="-2,-3,-2" horizontal_gap="4"/> 
	
	<!-- L -->
	<container class="plain_box" id="poL2" default_height="-1" priority="1" >
							<layout class="arrange_vertical_attachment" layout="-1" offset="0" gap="0"/>
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
							<widget class="club_overview_panel" id="Col1" file="" minimum_width="300" default_width="-1" priority="3">
						<translation id="title" translation_id="230082" type="use" value="Positions" />
							  <record id="object_property" get_property="objt" set_property="objt"/>
							  <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
						<container class="tato" priority="1">
        					<layout class="arrange_horizontal_attachment" layout="-1" offset="0"/>
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />			

								<widget class="player_positions_indicator_panel" id="ppik" file="player/woz/player positions indicator left" width="-1" priority="1" navigation_container="true" default_focus="true">
								  <record id="object_property" get_property="objt" set_property="objt"/>
								</widget>													
						</container>	
					</widget>
	</container>
	
	<!-- M -->
	<container class="tato" id="poM2" default_height="-1" priority="1" >
			<layout class="arrange_vertical_attachment" layout="-1" offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
		
	  
				<container class="tabbed" id="sro2" default_height="-1" priority="1" save_session_state="true" dont_set_embedded_title="true">
				  	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
					<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
					<!-- More attribute stuff-->
	
					<widget class="player_attributes_panel" id="patt" file="player/woz/player attributes panel" late_loading="true" dont_allow_custom_attribute_change_ranges="true">
						<translation id="title" translation_id="229822" type="use" value="Attributes" />
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>
					

					<widget class="player_contract_panel" id="KonT" file="player/woz/player contract" late_loading="true">
						<translation id="title" translation_id="230163" type="use" value="Contract" />
						<record id="object_property">
						<integer id="get_property" value="objt" />
						<integer id="set_property" value="objt" />
						</record>
					</widget>
					
					<widget class="player_injury_panel" id="InjU" file="player/woz/player injury panel" late_loading="true" valid_for_unemployed_managers="false" valid_for_international_managers_other_team="false">
					<translation id="title" translation_id="466581" type="use" />
						<record id="object_property">
						<integer id="get_property" value="objt" />
						<integer id="set_property" value="objt" />
					</record>
					</widget>
	  
	  				<widget class="data_hub_player_analytics_panel" file="data_hub/data hub player analytics panel" id="pdh1">
					<translation id="title" type="use" translation_id="296334"/>
					<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>	
				
				
					<!-- <widget class="player_scout_reports_panel" file="player/woz/player coach reports mid" id="mScr" late_loading="true">
						<translation id="title" type="use" value="SciSports" />
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>	-->
					
					<widget class="player_additional_stats_panel" file="player/woz/player additional stats" id="StaT" late_loading="true">
							<translation id="title" translation_id="247412" type="use" value="Stats" />
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>

					<!-- <widget class="player_transfer_information_panel" id="TraN" file="player/woz/player transfer information" late_loading="true">
						<translation id="title" translation_id="335505" type="use" value="Transfer[COMMENT: for all actions to do with transfers etc...]" />
						<record id="object_property">
						<integer id="get_property" value="objt" />
						<integer id="set_property" value="objt" />
					</record>
					</widget>		

					<widget class="person_happiness_panel" file="player/woz/time" id="alak" late_loading="true">
						<translation id="title" type="use" translation_id="423877"/>
						<record id="object_property" get_property="objt" set_property="objt"/>
					</widget>		 		
				
					<container id="stls" class="client_object_viewer_selector_panel" save_session_state="true" file="player/woz/tab/styles"  >
						<translation id="title" translation_id="469119" type="use" />
						<record id="object_property" get_property="objt" set_property="objt"/>
					</container>-->

		<widget class="player_form_panel" file="player/woz/player form" id="ppd2" late_loading="true">
				<translation id="title" translation_id="227813" type="use" />
				<record id="object_property" get_property="objt" set_property="objt"/>
		</widget>	

		</container>

	</container>
	
	<!-- R -->
	<container  class="tato" id="poR2" priority="1">
				<layout class="arrange_horizontal_attachment" layout="-1" offset="0"/>
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="-2" apply_to_children="true" />	  	   
	
			<container class="client_object_viewer_selector_panel" id="woz3" save_session_state="true" file="player/woz/info R" default_width="-1" priority="1"> 
						<integer id="default_for_unemployed_managers" value="Irph"/>
						<integer id="default_for_international_managers_other_team" value="Irph"/>
						<integer id="default_for_everyone_else" value="pat1"/>
						<integer id="default_for_versus_mode" value="pat1"/>
		
		<container id="pat1" late_loading="true" valid_for_other_team_managers="false">
		<layout class="arrange_vertical_attachment" layout="-10,-12,-10,120" offset="0" gap="0" />
		<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="2" />
		<translation id="title" translation_id="466580" type="use" value="Dynamics and Happiness[COMMENT: section title for player featuring info on 447669 Dynamics and player happiness]" />			
		
	
			<container>
			<layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
			<widget class="label" spec="text" alignment="centre_x,centre_y,can_scale" size="9" colour="fg">
				<translation id="text" translation_id="447645" type="use" value="Overall Happiness" />
			</widget>
			<widget class="person_happiness_icon_widget" alignment="centre" font="newspaper headline" font_size="10" colour="fg" row="0" column="0">
			  <record id="object_property" get_property="Pohl"/>
			  <boolean id="use_morale_icon" value="false" />
			  <integer id="happiness_type" value="6" />
			</widget>
			</container>					
			
			<container>
			<layout class="arrange_horizontal_attachment" layout="-1,-1,-1,-1,-1,-1" offset="0" gap="1" />
			<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

        <container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
          <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="227839" type="use" value="Morale" />
          </widget>
        <widget class="person_happiness_icon_widget" alignment="centre,can_scale" row="0" column="0">
          <record id="object_property" get_property="PhrM"/>
          <boolean id="use_morale_icon" value="true" />
          <integer id="happiness_type" value="0" />
        </widget>


        </container>	
			
        <container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
          <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="447640" type="use" value="Training" />
          </widget>
        <widget class="person_happiness_icon_widget" alignment="centre" row="0" column="1">
          <record id="object_property" get_property="PHtr"/>
          <integer id="happiness_type" value="5" />
        </widget>

        </container>
		
		<container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
          <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="447641" type="use" value="Treatment" />
          </widget>
        <widget class="person_happiness_icon_widget" alignment="centre" row="0" column="2">
          <record id="object_property" get_property="PHmt"/>
          <integer id="happiness_type" value="4" />
        </widget>


        </container>	
			
        <container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
          <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="447642" type="use" value="Club" />
          </widget>
         <widget class="person_happiness_icon_widget" alignment="centre" row="0" column="3">
          <record id="object_property" get_property="PHct"/>
          <integer id="happiness_type" value="2" />
        </widget>
        </container>
		
		<container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
                  <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="447643" type="use" value="Management" />
          </widget>
		<widget class="person_happiness_icon_widget" alignment="centre" row="0" column="4">
          <record id="object_property" get_property="PHcm"/>
          <integer id="happiness_type" value="3" />
        </widget>


        </container>	
			
        <container>
          <layout class="arrange_vertical_attachment" layout="-3,-4" offset="0" gap="0" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
          <widget class="label" spec="text,small" alignment="centre_x,bottom,can_scale" colour="fg">
            <translation id="text" translation_id="447644" type="use" value="Playing Time" />
          </widget>
        <widget class="person_happiness_icon_widget" alignment="centre" row="0" column="5">
          <record id="object_property" get_property="PHpt"/>
          <integer id="happiness_type" value="1" />
        </widget>

        </container>

      </container>				
					
			<container >
			<layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

			<widget class="playing_time_expectations_widget" alignment="centre_x,bottom" size="11" font="tad" colour="fg">
				<record id="object_property" get_property="Ppte"/>
			</widget>
					<widget class="label" spec="text" alignment="centre_x,top,can_scale" size="9" colour="fg">
				<translation id="text" translation_id="492003" type="use" value="Expectations (Next 5 Matches)[COMMENT: AREA: Playing Time; SUB-AREA: Expected Playing Time to come; FR: 27981; TONE: Formal; CHARLIMIT: None; NOTE: gives the user info on how much a player expects to play in the next five matches]" />
			</widget>
			</container>	
					
	  	  			
				<widget class="client_object_label_value_table" id="Pmrl" auto_size="vertical">
					<record id="object_property" get_property="objt" set_property="objt"/>
					<record id="table_properties" layout="-8, -20" mode="fill_rows, stripe_rows" >
							<boolean id="auto_size_rows" value="false" />
						<boolean id="fixed_size_rows" value="26" />
						<boolean id="save_session_state" value="true" />
						<boolean id="multiline" value="true" />
						<boolean id="late_loading" value="true" />
						<list id="column_properties">
							<record indx="0" colour="fg" alignment="centre_y,left" multiline="true"  />
							<record indx="1" font="text" alignment="centre,right" multiline="true" auto_size="vertical"/>
						</list>
						<list id="column_display_properties">
							<record indx="0" alignment="left,centre_y" />
							
						</list>
					</record>
					<list id="viewed_property_ids">
					
						<integer value="PHgh" />
						<integer value="rlhn" />
						<integer value="DRsd" />
						<integer value="THic" />

					</list>
				</widget>
	  
	</container>
	
						
	</container>
	</container>	
	</container>	
	
	
	<!-- Bottom row -->
	
	<container>
	<layout class="show_medium_vertical" min_value="950" max_value="60000"/>
	<attachment class="horizontal_arrange" horizontal_layout="-2,-3,-2" horizontal_gap="4"/> 

	<!-- Smaller panels L-->
	
	<container class="tato" id="smal" priority="1">
				<layout class="arrange_horizontal_attachment" layout="-1" offset="0"/>
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />	

				<record id="default_properties" file="player/woz/player overview small selector panel" save_session_state="true" minimum_width="29" default_width="-374"  />
				<container class="client_object_viewer_selector_panel" id="pos2" priority="1" navigation_container="true" >
					<integer id="default_for_unemployed_managers" value="ppsp"/>
					<integer id="default_for_international_managers_other_team" value="ppsp"/>
					<integer id="default_for_everyone_else" value="ppsp"/>
					<integer id="default_for_versus_mode" value="ppsp"/>
				</container>
	</container>
	

	
	<!-- M-->
	<container class="tato" id="smam" default_height="-1" priority="1" >
			<layout class="arrange_vertical_attachment" layout="-1" offset="0" gap="0"/>
			<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
		
				<container class="tabbed" id="dol1" default_height="-1" priority="1" save_session_state="true" dont_set_embedded_title="true">
				  	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
								<!-- Linked header -->
						
			<container navigation_container="true" id="dol2" default_height="-1" priority="1" save_session_state="true" late_loading="true"  dont_set_embedded_title="true" >
					<translation id="title" translation_id="385617" type="use" value="Season Stats[COMMENT: player overview; player stats by competition panel title]" />
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />	
						<widget class="player_additional_stats_panel" id="pcsp" file="player/woz/player additional stats small">
							<record id="object_property">
								<list id="get_properties">
									<!-- Hide this panel if player is in inactive league-->
									<record id="object_property" get_property="objt" set_property="objt"/>
									<record id="object_property" get_property="Pila" set_property="hidn"/>
								</list>
							</record>
						</widget>
						<widget class="player_stats_panel" id="pssp" file="player/woz/player stats small">
							<record id="object_property">
								<list id="get_properties">
									<!-- Show this panel if player is in inactive league-->
									<record id="object_property" get_property="Pila" set_property="Shwn"/>
									<record id="object_property" get_property="objt" set_property="objt"/>
								</list>
							</record>
						</widget>
			</container>
			
			<widget class="player_history_injury_panel" id="InjH"  file="player/woz/player history injury" late_loading="true" valid_for_unemployed_managers="false" valid_for_international_managers_other_team="false">
			<translation id="title" translation_id="316626" type="use" value="Past Injuries[COMMENT: player history; panel header text listing previous injuries suffered]"/>
					<record id="object_property" get_property="objt" set_property="objt"/>
			</widget>
				
			<widget class="player_history_achievements_panel" id="phad" file="player/player history achievements small" late_loading="true">
				<translation id="title" translation_id="435775" type="use" value="Career Milestones[COMMENT: was previously ID 329749 Career Achievements, rewording as it's a better term for the content on the screen]" />
			<record id="object_property" get_property="objt" set_property="objt"/>

	</widget>
			
	</container>
	</container>
	
	<!-- Smaller panels R-->	
	<container priority="1" class="tato" id="smar" default_height="-1">
				<layout class="arrange_horizontal_attachment" layout="-1" offset="0"/>
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />	
					
				<record id="default_properties" file="player/woz/player overview small selector panel" save_session_state="true" minimum_width="290" default_width="-1"  />
				<container class="client_object_viewer_selector_panel" id="pos3" priority="1" navigation_container="true" >
					<integer id="default_for_unemployed_managers" value="Pcrs"/>
					<integer id="default_for_international_managers_other_team" value="Pcrs"/>
					<integer id="default_for_everyone_else" value="Pcrs"/>
					<integer id="default_for_versus_mode" value="Pcrs"/>
				</container>
			
	
	</container>	
	</container>
</panel>

 

KbhttKH.png

Link to post
Share on other sites

<attachment class="horizontal_arrange" horizontal_layout="-1,45,-1" horizontal_gap="8"/> 

<Container>

Could be wrong but might need another horizontal layout try adding after -1 add ,-1

Not at home at the moment but I've been playing about with this panel last night and had issues because I wasn't adding another layout on

 

Almost certain I'm wrong with this as it should already be declaring this for the shirt. If someone else doesn't help you sooner will take a look when I'm home later 

 

Edited by JustHowie
Link to post
Share on other sites

12 minutes ago, JustHowie said:

<attachment class="horizontal_arrange" horizontal_layout="-1,45,-1" horizontal_gap="8"/> 

<container>

 

Could be wrong but might need another horizontal layout try adding after -1 add ,-1

Not at home at the moment but I've been playing about with this panel last night and had issues because I wasn't adding another layout on

 

Still not working :(

Link to post
Share on other sites

On 12/05/2023 at 23:26, GIMN said:

I believe it's graphics/buttons/custom/tactics/pitch switch/ - by default they are set to "fm purple" - so if you're trying to replace that colour consistently throughout the skin, you could just redefine that colour in the settings file.  Otherwise you'll need to edit the button_selected files in the path mentioned.

Thanks, I went in and edited the button colours.

Does anyone know what controls the green box colour in the tactics screen?

image.png.5c8fd48d4dc0517ed8a81bedeb27fddc.png

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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