Jump to content

[FM23][SKIN] The Annual Show Your Skin thread


TCSSkin
 Share

Recommended Posts

19 minutes ago, milenec11 said:

what do you think if at tactic panel the green filed was the white board of some coach like that .........

WS59134-36X24__30697.png

I had played around with an idea like that, with a blackboard instead of a white board, but struggled to find a way to have the player icons/kits look like something I was happy with.

Link to post
Share on other sites

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

3 hours ago, GIMN said:

I had played around with an idea like that, with a blackboard instead of a white board, but struggled to find a way to have the player icons/kits look like something I was happy with.

something like that??

1000_F_83011514_LLzJQNlOK25Jma9KDbhSTg4LjPqn1PUD.jpg

 

or even similar to that.........

in a small board with info like country photo age position?

84-Rated-Squad-1024x576.webp

 

or something like that with some info 

the backgroubd color according the position color

0_Messi_158023.png

Link to post
Share on other sites

4 hours ago, milenec11 said:

something like that??

1000_F_83011514_LLzJQNlOK25Jma9KDbhSTg4LjPqn1PUD.jpg

 

or even similar to that.........

in a small board with info like country photo age position?

84-Rated-Squad-1024x576.webp

 

or something like that with some info 

the backgroubd color according the position color

0_Messi_158023.png

Some nice ideas.  Have you thought about trying it out yourself?

Link to post
Share on other sites

10 minutos atrás, GIMN disse:

It's not quite what you were asking for - but team colours have found a way into my plans.  I present the club webpage:

image.gif.4b8098e9321637713aba2bf353e7107a.gif

I expect it will get stale after a little while, but for now, I'm enjoying the novelty.

That is some angry manager that you have :lol:

But wow. What a job. 

Link to post
Share on other sites

1 minute ago, milenec11 said:

no  i am useless on that

Whilst it's not "easy", it's not as difficult as it looks.  The real trick is to look at @bluestillidie00's and @keysi's work over the years, open the files in a text editor, get confused, try and change something and end up breaking everything.  And that's how you learn what that bit of code controls.  Joking aside, there are some things that are easier to change than others, and there are some fantastic guides in this forum.  You may well be able to make a couple of changes that will allow you to make the game closer to perfect for you!

Link to post
Share on other sites

1 minute ago, GIMN said:

Whilst it's not "easy", it's not as difficult as it looks.  The real trick is to look at @bluestillidie00's and @keysi's work over the years, open the files in a text editor, get confused, try and change something and end up breaking everything.  And that's how you learn what that bit of code controls.  Joking aside, there are some things that are easier to change than others, and there are some fantastic guides in this forum.  You may well be able to make a couple of changes that will allow you to make the game closer to perfect for you!

And you might be able to achieve new goals every year. It feels awesome to finally make something work you dreamed of years ago :D

Link to post
Share on other sites

Em 03/11/2022 em 15:40, PequenoGenio disse:

Sorry if this isn´t the right place but in the past with (BIG) help i turn my player profile like this but one thing that is missing is the icons with the players status (wnt, inj, etc)

spacer.png


It's possible to do it? It's "easy"? and how?
And if not in that place (white) at least in the shirt zone.

Anyone?

My code:

Spoiler
<!-- A panel showing various bits of information about a player -->
<panel>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

	<boolean id="should_force_refresh" value="true"/>

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

		<container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

			<container minimum_width="300" priority="1">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
				<layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

				<container class="bordered_box" priority="1" default_height="-1">
					<layout class="arrange_vertical_attachment" offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

					<container>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" offset="5" gap="0"/>
						<!-- KIT ICON -->
						<widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true" kit_zoom_level="2" priority="1">
							<layout class="stick_to_sides_attachment" alignment="left" inset="-38"/>
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers"/>
										<integer id="set_property" value="objt"/>
									</record>
								</list>
							</record>
						</widget>
					</container>

					<widget class="picture" id="foto">
						<layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
						<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>

				<!-- Personal Details -->
				<container id="icn1">
					<layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16"/>

					<widget class="object_portrait_picture" image_alignment="centre" scale_picture="true" wants_mouse_events="true" width="130">
						<record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
					</widget>

					<container>
						<layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
						<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

						<!-- Nationality -->
						<widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
							<record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical" format="[%nation#1-nationality]" size="small"/>
							<record id="widget_properties" auto_size="vertical"/>
							<record id="object_property" dont_set_hint="true" get_property="PNat" />
						</widget>

						<!-- Age & DoB-->
						<container>
							<layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
							<layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
							<layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
							<!-- Age -->
							<!-- We use an editable panel here just to make it disappear when editing-->
							<!-- fixed height as an attempt to fix 152615 -->-->
							<widget class="editable_client_object_property_panel" id="age " height="22" auto_size="horizontal">
								<record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22" auto_size="horizontal" size="large" style="bold" appearance="buttons/primary/normal/button">
									<translation id="format" translation_id="242551" type="use" value="[%number#1] years old" />
								</record>
								<record id="widget_edit_info" width="0" height="0"/>
								<record id="object_property" get_property="Page" />
							</widget>

							<!-- DoB -->
							<widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical" size="small">
								<record id="widget_info" class="game_formatted_label" alignment="left,centre_y" auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])"/>
								<record id="widget_properties" height="22"/>
								<record id="object_property" get_property="Pdob" />
							</widget>
						</container>

						<!-- Int Caps -->
						<widget class="international_appearances_label" id="inta" auto_size="vertical">
							<integer id="int_apps_label_format" value="8" />
							<record id="object_property" dont_set_hint="true" get_property="Pist" />
						</widget>

						<!-- Youth Caps -->
						<widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
							<integer id="int_apps_label_format" value="9" />
							<record id="object_property" dont_set_hint="true" get_property="Pist" />
						</widget>

					</container>

				</container>

				<widget class="spacer" />
				<widget class="vertical_divider" auto_size="none"/>
			</container>

			<!-- Contract info etc-->
			<container minimum_width="200" priority="3">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
				<layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10"/>

				<container id="icn2">
					<layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16"/>

					<container width="100">
						<layout class="vertical_arrange" vertical_alignment="middle"/>

						<container height="100">
							<layout class="stick_to_sides_attachment" apply_to_children="true"/>

							<widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" wants_mouse_events="true">
								<record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" />
							</widget>

						</container>

					</container>

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

						<container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

							<!--Player extra details (e.g. onloan at...)-->
							<widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false" size="small">
								<record id="object_property" get_property="PExD" />
							</widget>

							<!--Value-->
							<widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold" colour="text" alignment="left, centre">
								<translation id="format" translation_id="383826" type="use" value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
								<record id="widget_properties" auto_size="all"/>
								<record id="object_property" get_property="Pdva" dont_set_hint="true" />
							</widget>

							<!--Wage / Expiry date-->
							<container height="30" id="wged">
								<layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2"/>
								<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0"/>

								<widget class="editable_client_object_property_panel" id="Pcww" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcww" />
								</widget>
								<widget class="editable_client_object_property_panel" id="Pcex" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcex" />
								</widget>
							</container>
							<widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

							<!-- Agreed playing time-->
							<widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
								<record id="object_property" get_property="Pcpt" />
							</widget>
						</container>

					</container>

				</container>

				<!-- Vertical separator line -->
				<widget class="vertical_divider" priority="4"/>
			</container>

			<!-- Scout report info etc-->
			<container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
				<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" />

				<record id="icon_properties" red_replacement="bg accent" blue_replacement="fg"/>

				<!-- Set icon to only show: Sct-->
				<record id="widget_properties" type="2" />

				<container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
					<record id="object_property" get_property="objt" set_property="objt" />
				</container>
			</container>
		</container>
	</container>
</panel>

 

 

Link to post
Share on other sites

6 minutes ago, PequenoGenio said:

Anyone?

My code:

  Hide contents
<!-- A panel showing various bits of information about a player -->
<panel>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

	<boolean id="should_force_refresh" value="true"/>

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

		<container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

			<container minimum_width="300" priority="1">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
				<layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

				<container class="bordered_box" priority="1" default_height="-1">
					<layout class="arrange_vertical_attachment" offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

					<container>
						<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5" offset="5" gap="0"/>
						<!-- KIT ICON -->
						<widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true" kit_zoom_level="2" priority="1">
							<layout class="stick_to_sides_attachment" alignment="left" inset="-38"/>
							<record id="object_property">
								<list id="get_properties">
									<record>
										<integer id="get_property" value="Pers"/>
										<integer id="set_property" value="objt"/>
									</record>
								</list>
							</record>
						</widget>
					</container>

					<widget class="picture" id="foto">
						<layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
						<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>

				<!-- Personal Details -->
				<container id="icn1">
					<layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16"/>

					<widget class="object_portrait_picture" image_alignment="centre" scale_picture="true" wants_mouse_events="true" width="130">
						<record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
					</widget>

					<container>
						<layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
						<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

						<!-- Nationality -->
						<widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
							<record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical" format="[%nation#1-nationality]" size="small"/>
							<record id="widget_properties" auto_size="vertical"/>
							<record id="object_property" dont_set_hint="true" get_property="PNat" />
						</widget>

						<!-- Age & DoB-->
						<container>
							<layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
							<layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
							<layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
							<!-- Age -->
							<!-- We use an editable panel here just to make it disappear when editing-->
							<!-- fixed height as an attempt to fix 152615 -->-->
							<widget class="editable_client_object_property_panel" id="age " height="22" auto_size="horizontal">
								<record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22" auto_size="horizontal" size="large" style="bold" appearance="buttons/primary/normal/button">
									<translation id="format" translation_id="242551" type="use" value="[%number#1] years old" />
								</record>
								<record id="widget_edit_info" width="0" height="0"/>
								<record id="object_property" get_property="Page" />
							</widget>

							<!-- DoB -->
							<widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical" size="small">
								<record id="widget_info" class="game_formatted_label" alignment="left,centre_y" auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])"/>
								<record id="widget_properties" height="22"/>
								<record id="object_property" get_property="Pdob" />
							</widget>
						</container>

						<!-- Int Caps -->
						<widget class="international_appearances_label" id="inta" auto_size="vertical">
							<integer id="int_apps_label_format" value="8" />
							<record id="object_property" dont_set_hint="true" get_property="Pist" />
						</widget>

						<!-- Youth Caps -->
						<widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
							<integer id="int_apps_label_format" value="9" />
							<record id="object_property" dont_set_hint="true" get_property="Pist" />
						</widget>

					</container>

				</container>

				<widget class="spacer" />
				<widget class="vertical_divider" auto_size="none"/>
			</container>

			<!-- Contract info etc-->
			<container minimum_width="200" priority="3">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
				<layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10"/>

				<container id="icn2">
					<layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16"/>

					<container width="100">
						<layout class="vertical_arrange" vertical_alignment="middle"/>

						<container height="100">
							<layout class="stick_to_sides_attachment" apply_to_children="true"/>

							<widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" wants_mouse_events="true">
								<record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" />
							</widget>

						</container>

					</container>

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

						<container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

							<!--Player extra details (e.g. onloan at...)-->
							<widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false" size="small">
								<record id="object_property" get_property="PExD" />
							</widget>

							<!--Value-->
							<widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold" colour="text" alignment="left, centre">
								<translation id="format" translation_id="383826" type="use" value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
								<record id="widget_properties" auto_size="all"/>
								<record id="object_property" get_property="Pdva" dont_set_hint="true" />
							</widget>

							<!--Wage / Expiry date-->
							<container height="30" id="wged">
								<layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2"/>
								<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0"/>

								<widget class="editable_client_object_property_panel" id="Pcww" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcww" />
								</widget>
								<widget class="editable_client_object_property_panel" id="Pcex" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcex" />
								</widget>
							</container>
							<widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

							<!-- Agreed playing time-->
							<widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
								<record id="object_property" get_property="Pcpt" />
							</widget>
						</container>

					</container>

				</container>

				<!-- Vertical separator line -->
				<widget class="vertical_divider" priority="4"/>
			</container>

			<!-- Scout report info etc-->
			<container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
				<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" />

				<record id="icon_properties" red_replacement="bg accent" blue_replacement="fg"/>

				<!-- Set icon to only show: Sct-->
				<record id="widget_properties" type="2" />

				<container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
					<record id="object_property" get_property="objt" set_property="objt" />
				</container>
			</container>
		</container>
	</container>
</panel>

 

 

Not a helpful response, I'm afraid - I've always struggled to get player status icons working properly.

Link to post
Share on other sites

14 minutes ago, PequenoGenio said:

Anyone?

 

You can try this:

<!-- Status Indicators -->
<widget class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
        alignment="bottom" gap="4" max_items_per_row_or_column="1">
  <layout class="stick_to_sides_attachment" alignment="top" inset="68" />
  <layout class="stick_to_sides_attachment" alignment="right" inset="0" />
  <record id="object_property" get_property="Pnfa" />
</widget>

638736633_Screenshot2022-11-05at21_01_51.png.f15fe96626d00292c749e47ae73567a4.png

Link to post
Share on other sites

1 hora atrás, sebastian_starttrbts disse:

You can try this:

<!-- Status Indicators -->
<widget class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
        alignment="bottom" gap="4" max_items_per_row_or_column="1">
  <layout class="stick_to_sides_attachment" alignment="top" inset="68" />
  <layout class="stick_to_sides_attachment" alignment="right" inset="0" />
  <record id="object_property" get_property="Pnfa" />
</widget>

638736633_Screenshot2022-11-05at21_01_51.png.f15fe96626d00292c749e47ae73567a4.png

Were should i add that?

Link to post
Share on other sites

39 minutes ago, PequenoGenio said:

Were should i add that?

Probably, this isn't the best way, but it seems to work.

<!-- A panel showing various bits of information about a player -->
<panel>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <boolean id="should_force_refresh" value="true" />

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

        <container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

            <container minimum_width="300" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

                <container class="bordered_box" priority="1" default_height="-1">
                    <layout class="arrange_vertical_attachment" offset="0" gap="0" />
                    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                    <container>
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
                            offset="5" gap="0" />
                        <!-- KIT ICON -->
                        <widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
                            kit_zoom_level="2" priority="1">
                            <layout class="stick_to_sides_attachment" alignment="left" inset="-38" />
                            <record id="object_property">
                                <list id="get_properties">
                                    <record>
                                        <integer id="get_property" value="Pers" />
                                        <integer id="set_property" value="objt" />
                                    </record>
                                </list>
                            </record>
                        </widget>
                    </container>

                    <widget class="picture" id="foto">
                        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1" />
                        <layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1" />
                        <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>

                <!-- Personal Details -->
                <container id="icn1">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true"
                        wants_mouse_events="true" width="130">
                        <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
                    </widget>

                    <container>
                        <layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"
                            apply_to_children="true" />

                        <!-- Nationality -->
                        <widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
                            <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical"
                                format="[%nation#1-nationality]" size="small" />
                            <record id="widget_properties" auto_size="vertical" />
                            <record id="object_property" dont_set_hint="true" get_property="PNat" />
                        </widget>

                        <!-- Age & DoB-->
                        <container>
                            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
                            <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
                            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true"
                                inset="0" />
                            <!-- Age -->
                            <!-- We use an editable panel here just to make it disappear when editing-->
                            <!-- fixed height as an attempt to fix 152615 -->-->
                            <widget class="editable_client_object_property_panel" id="age " height="22"
                                auto_size="horizontal">
                                <record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22"
                                    auto_size="horizontal" size="large" style="bold"
                                    appearance="buttons/primary/normal/button">
                                    <translation id="format" translation_id="242551" type="use"
                                        value="[%number#1] years old" />
                                </record>
                                <record id="widget_edit_info" width="0" height="0" />
                                <record id="object_property" get_property="Page" />
                            </widget>

                            <!-- DoB -->
                            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical"
                                size="small">
                                <record id="widget_info" class="game_formatted_label" alignment="left,centre_y"
                                    auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])" />
                                <record id="widget_properties" height="22" />
                                <record id="object_property" get_property="Pdob" />
                            </widget>
                        </container>

                        <!-- Int Caps -->
                        <widget class="international_appearances_label" id="inta" auto_size="vertical">
                            <integer id="int_apps_label_format" value="8" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                        <!-- Youth Caps -->
                        <widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
                            <integer id="int_apps_label_format" value="9" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                    </container>

                </container>

                <widget class="spacer" />
                <widget class="vertical_divider" auto_size="none" />
            </container>

            <!-- Contract info etc-->
            <container minimum_width="200" priority="3">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10" />

                <container id="icn2">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <container width="100">
                        <layout class="vertical_arrange" vertical_alignment="middle" />

                        <container height="100">
                            <layout class="stick_to_sides_attachment" apply_to_children="true" />

                            <widget class="object_portrait_picture" id="pclB" image_alignment="centre"
                                scale_picture="true" wants_mouse_events="true">
                                <record id="object_property" dont_set_hint="true" get_property="Pclb"
                                    set_property="objt" />
                            </widget>

                        </container>

                    </container>

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

                        <container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

                            <!--Player extra details (e.g. onloan at...)-->
                            <widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false"
                                size="small">
                                <record id="object_property" get_property="PExD" />
                            </widget>

                            <!--Value-->
                            <widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold"
                                colour="text" alignment="left, centre">
                                <translation id="format" translation_id="383826" type="use"
                                    value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
                                <record id="widget_properties" auto_size="all" />
                                <record id="object_property" get_property="Pdva" dont_set_hint="true" />
                            </widget>

                            <!--Wage / Expiry date-->
                            <container height="30" id="wged">
                                <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2" />
                                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true"
                                    inset="0" />

                                <widget class="editable_client_object_property_panel" id="Pcww" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcww" />
                                </widget>
                                <widget class="editable_client_object_property_panel" id="Pcex" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcex" />
                                </widget>
                            </container>
                            <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

                            <!-- Agreed playing time-->
                            <widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
                                <record id="object_property" get_property="Pcpt" />
                            </widget>
                        </container>

                    </container>

                </container>

                <!-- Vertical separator line -->
                <widget class="vertical_divider" priority="4" />
            </container>

            <!-- Scout report info etc-->
            <container>
                <layout class="arrange_vertical_attachment" layout="-2" gap="8" offset="0" />
                <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" />

                <container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
                    <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" />

                    <record id="icon_properties" red_replacement="bg accent" blue_replacement="fg" />

                    <!-- Set icon to only show: Sct-->
                    <record id="widget_properties" type="2" />

                    <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
                        <record id="object_property" get_property="objt" set_property="objt" />
                    </container>
                </container>

                <!-- Status Indicators -->
                <container class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
                    alignment="bottom" gap="4" max_items_per_row_or_column="1" >
                    <layout class="stick_to_sides_attachment" alignment="top" inset="100" />
                    <layout class="stick_to_sides_attachment" alignment="left" inset="32" />
                    <record id="object_property" get_property="Pnfa" />
		            </container>

            </container>



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

You can adjust the inset-values for top and left to move the icons in the direction you want them to be in.

734921996_Screenshot2022-11-05at22_38_27.png.5198142286372d9622ea99b1cadc9af7.png

Edited by sebastian_starttrbts
Link to post
Share on other sites

13 minutos atrás, sebastian_starttrbts disse:
<!-- A panel showing various bits of information about a player -->
<panel>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <boolean id="should_force_refresh" value="true" />

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

        <container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

            <container minimum_width="300" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

                <container class="bordered_box" priority="1" default_height="-1">
                    <layout class="arrange_vertical_attachment" offset="0" gap="0" />
                    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                    <container>
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
                            offset="5" gap="0" />
                        <!-- KIT ICON -->
                        <widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
                            kit_zoom_level="2" priority="1">
                            <layout class="stick_to_sides_attachment" alignment="left" inset="-38" />
                            <record id="object_property">
                                <list id="get_properties">
                                    <record>
                                        <integer id="get_property" value="Pers" />
                                        <integer id="set_property" value="objt" />
                                    </record>
                                </list>
                            </record>
                        </widget>
                    </container>

                    <widget class="picture" id="foto">
                        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1" />
                        <layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1" />
                        <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>

                <!-- Personal Details -->
                <container id="icn1">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true"
                        wants_mouse_events="true" width="130">
                        <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
                    </widget>

                    <container>
                        <layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"
                            apply_to_children="true" />

                        <!-- Nationality -->
                        <widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
                            <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical"
                                format="[%nation#1-nationality]" size="small" />
                            <record id="widget_properties" auto_size="vertical" />
                            <record id="object_property" dont_set_hint="true" get_property="PNat" />
                        </widget>

                        <!-- Age & DoB-->
                        <container>
                            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
                            <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
                            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true"
                                inset="0" />
                            <!-- Age -->
                            <!-- We use an editable panel here just to make it disappear when editing-->
                            <!-- fixed height as an attempt to fix 152615 -->-->
                            <widget class="editable_client_object_property_panel" id="age " height="22"
                                auto_size="horizontal">
                                <record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22"
                                    auto_size="horizontal" size="large" style="bold"
                                    appearance="buttons/primary/normal/button">
                                    <translation id="format" translation_id="242551" type="use"
                                        value="[%number#1] years old" />
                                </record>
                                <record id="widget_edit_info" width="0" height="0" />
                                <record id="object_property" get_property="Page" />
                            </widget>

                            <!-- DoB -->
                            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical"
                                size="small">
                                <record id="widget_info" class="game_formatted_label" alignment="left,centre_y"
                                    auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])" />
                                <record id="widget_properties" height="22" />
                                <record id="object_property" get_property="Pdob" />
                            </widget>
                        </container>

                        <!-- Int Caps -->
                        <widget class="international_appearances_label" id="inta" auto_size="vertical">
                            <integer id="int_apps_label_format" value="8" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                        <!-- Youth Caps -->
                        <widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
                            <integer id="int_apps_label_format" value="9" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                    </container>

                </container>

                <widget class="spacer" />
                <widget class="vertical_divider" auto_size="none" />
            </container>

            <!-- Contract info etc-->
            <container minimum_width="200" priority="3">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10" />

                <container id="icn2">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <container width="100">
                        <layout class="vertical_arrange" vertical_alignment="middle" />

                        <container height="100">
                            <layout class="stick_to_sides_attachment" apply_to_children="true" />

                            <widget class="object_portrait_picture" id="pclB" image_alignment="centre"
                                scale_picture="true" wants_mouse_events="true">
                                <record id="object_property" dont_set_hint="true" get_property="Pclb"
                                    set_property="objt" />
                            </widget>

                        </container>

                    </container>

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

                        <container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

                            <!--Player extra details (e.g. onloan at...)-->
                            <widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false"
                                size="small">
                                <record id="object_property" get_property="PExD" />
                            </widget>

                            <!--Value-->
                            <widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold"
                                colour="text" alignment="left, centre">
                                <translation id="format" translation_id="383826" type="use"
                                    value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
                                <record id="widget_properties" auto_size="all" />
                                <record id="object_property" get_property="Pdva" dont_set_hint="true" />
                            </widget>

                            <!--Wage / Expiry date-->
                            <container height="30" id="wged">
                                <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2" />
                                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true"
                                    inset="0" />

                                <widget class="editable_client_object_property_panel" id="Pcww" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcww" />
                                </widget>
                                <widget class="editable_client_object_property_panel" id="Pcex" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcex" />
                                </widget>
                            </container>
                            <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

                            <!-- Agreed playing time-->
                            <widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
                                <record id="object_property" get_property="Pcpt" />
                            </widget>
                        </container>

                    </container>

                </container>

                <!-- Vertical separator line -->
                <widget class="vertical_divider" priority="4" />
            </container>

            <!-- Scout report info etc-->
            <container>
                <layout class="arrange_vertical_attachment" layout="-2" gap="8" offset="0" />
                <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" />

                <container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
                    <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" />

                    <record id="icon_properties" red_replacement="bg accent" blue_replacement="fg" />

                    <!-- Set icon to only show: Sct-->
                    <record id="widget_properties" type="2" />

                    <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
                        <record id="object_property" get_property="objt" set_property="objt" />
                    </container>
                </container>

                <!-- Status Indicators -->
                <container class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
                    alignment="bottom" gap="4" max_items_per_row_or_column="1" >
                    <layout class="stick_to_sides_attachment" alignment="top" inset="100" />
                    <layout class="stick_to_sides_attachment" alignment="left" inset="32" />
                    <record id="object_property" get_property="Pnfa" />
		            </container>

            </container>



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

 

Probably, this isn't the best way, but it seems to work.

You can adjust the inset-values for top and left to move the icons in the direction you want them to be in.

734921996_Screenshot2022-11-05at22_38_27.png.5198142286372d9622ea99b1cadc9af7.png

Works but not at 100%. the panel, when i click on the indicators, change sizes.

spacer.png

After i click on the indicator:

spacer.png


But thanks for the help my friend

Link to post
Share on other sites

8 minutes ago, PequenoGenio said:

Works but not at 100%. the panel, when i click on the indicators, change sizes.

spacer.png

After i click on the indicator:

spacer.png


But thanks for the help my friend

 

Oh, that's not something we want. Try this:

<!-- A panel showing various bits of information about a player -->
<panel>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <boolean id="should_force_refresh" value="true" />

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

        <container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

            <container default_width="-1" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

                <container class="bordered_box" priority="1" default_height="-1">
                    <layout class="arrange_vertical_attachment" offset="0" gap="0" />
                    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                    <container>
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
                            offset="5" gap="0" />
                        <!-- KIT ICON -->
                        <widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
                            kit_zoom_level="2" priority="1">
                            <layout class="stick_to_sides_attachment" alignment="left" inset="-38" />
                            <record id="object_property">
                                <list id="get_properties">
                                    <record>
                                        <integer id="get_property" value="Pers" />
                                        <integer id="set_property" value="objt" />
                                    </record>
                                </list>
                            </record>
                        </widget>
                    </container>

                    <widget class="picture" id="foto">
                        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1" />
                        <layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1" />
                        <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>

                <!-- Personal Details -->
                <container id="icn1">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" default_width="-1"/>

                    <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true"
                        wants_mouse_events="true" width="130">
                        <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
                    </widget>

                    <container>
                        <layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"
                            apply_to_children="true" />

                        <!-- Nationality -->
                        <widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
                            <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical"
                                format="[%nation#1-nationality]" size="small" />
                            <record id="widget_properties" auto_size="vertical" />
                            <record id="object_property" dont_set_hint="true" get_property="PNat" />
                        </widget>

                        <!-- Age & DoB-->
                        <container>
                            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
                            <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
                            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true"
                                inset="0" />
                            <!-- Age -->
                            <!-- We use an editable panel here just to make it disappear when editing-->
                            <!-- fixed height as an attempt to fix 152615 -->-->
                            <widget class="editable_client_object_property_panel" id="age " height="22"
                                auto_size="horizontal">
                                <record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22"
                                    auto_size="horizontal" size="large" style="bold"
                                    appearance="buttons/primary/normal/button">
                                    <translation id="format" translation_id="242551" type="use"
                                        value="[%number#1] years old" />
                                </record>
                                <record id="widget_edit_info" width="0" height="0" />
                                <record id="object_property" get_property="Page" />
                            </widget>

                            <!-- DoB -->
                            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical"
                                size="small">
                                <record id="widget_info" class="game_formatted_label" alignment="left,centre_y"
                                    auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])" />
                                <record id="widget_properties" height="22" />
                                <record id="object_property" get_property="Pdob" />
                            </widget>
                        </container>

                        <!-- Int Caps -->
                        <widget class="international_appearances_label" id="inta" auto_size="vertical">
                            <integer id="int_apps_label_format" value="8" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                        <!-- Youth Caps -->
                        <widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
                            <integer id="int_apps_label_format" value="9" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                    </container>

                </container>

                <widget class="spacer" />
                <widget class="vertical_divider" auto_size="none" />
            </container>

            <!-- Contract info etc-->
            <container default_width="-1" priority="3">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10" />

                <container id="icn2">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <container width="100">
                        <layout class="vertical_arrange" vertical_alignment="middle" />

                        <container height="100">
                            <layout class="stick_to_sides_attachment" apply_to_children="true" />

                            <widget class="object_portrait_picture" id="pclB" image_alignment="centre"
                                scale_picture="true" wants_mouse_events="true">
                                <record id="object_property" dont_set_hint="true" get_property="Pclb"
                                    set_property="objt" />
                            </widget>

                        </container>

                    </container>

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

                        <container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

                            <!--Player extra details (e.g. onloan at...)-->
                            <widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false"
                                size="small">
                                <record id="object_property" get_property="PExD" />
                            </widget>

                            <!--Value-->
                            <widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold"
                                colour="text" alignment="left, centre">
                                <translation id="format" translation_id="383826" type="use"
                                    value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
                                <record id="widget_properties" auto_size="all" />
                                <record id="object_property" get_property="Pdva" dont_set_hint="true" />
                            </widget>

                            <!--Wage / Expiry date-->
                            <container height="30" id="wged">
                                <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2" />
                                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true"
                                    inset="0" />

                                <widget class="editable_client_object_property_panel" id="Pcww" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcww" />
                                </widget>
                                <widget class="editable_client_object_property_panel" id="Pcex" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcex" />
                                </widget>
                            </container>
                            <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

                            <!-- Agreed playing time-->
                            <widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
                                <record id="object_property" get_property="Pcpt" />
                            </widget>
                        </container>

                    </container>

                </container>

                <!-- Vertical separator line -->
                <widget class="vertical_divider" priority="4" />
            </container>

            <!-- Scout report info etc-->
            <container default_width="-1">
                <layout class="arrange_vertical_attachment" layout="-2" gap="8" offset="0" />
                <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" />

                <container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
                    <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" />

                    <record id="icon_properties" red_replacement="bg accent" blue_replacement="fg" />

                    <!-- Set icon to only show: Sct-->
                    <record id="widget_properties" type="2" />

                    <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
                        <record id="object_property" get_property="objt" set_property="objt" />
                    </container>
                </container>

                <!-- Status Indicators -->
                <container class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
                    alignment="bottom" gap="4" max_items_per_row_or_column="1" >
                    <layout class="stick_to_sides_attachment" alignment="top" inset="100" />
                    <layout class="stick_to_sides_attachment" alignment="left" inset="32" />
                    <record id="object_property" get_property="Pnfa" />
		            </container>

            </container>



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

 

Link to post
Share on other sites

13 minutos atrás, sebastian_starttrbts disse:

 

Oh, that's not something we want. Try this:

<!-- A panel showing various bits of information about a player -->
<panel>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <boolean id="should_force_refresh" value="true" />

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

        <container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

            <container default_width="-1" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

                <container class="bordered_box" priority="1" default_height="-1">
                    <layout class="arrange_vertical_attachment" offset="0" gap="0" />
                    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                    <container>
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
                            offset="5" gap="0" />
                        <!-- KIT ICON -->
                        <widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
                            kit_zoom_level="2" priority="1">
                            <layout class="stick_to_sides_attachment" alignment="left" inset="-38" />
                            <record id="object_property">
                                <list id="get_properties">
                                    <record>
                                        <integer id="get_property" value="Pers" />
                                        <integer id="set_property" value="objt" />
                                    </record>
                                </list>
                            </record>
                        </widget>
                    </container>

                    <widget class="picture" id="foto">
                        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1" />
                        <layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1" />
                        <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>

                <!-- Personal Details -->
                <container id="icn1">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" default_width="-1"/>

                    <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true"
                        wants_mouse_events="true" width="130">
                        <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
                    </widget>

                    <container>
                        <layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"
                            apply_to_children="true" />

                        <!-- Nationality -->
                        <widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
                            <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical"
                                format="[%nation#1-nationality]" size="small" />
                            <record id="widget_properties" auto_size="vertical" />
                            <record id="object_property" dont_set_hint="true" get_property="PNat" />
                        </widget>

                        <!-- Age & DoB-->
                        <container>
                            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
                            <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
                            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true"
                                inset="0" />
                            <!-- Age -->
                            <!-- We use an editable panel here just to make it disappear when editing-->
                            <!-- fixed height as an attempt to fix 152615 -->-->
                            <widget class="editable_client_object_property_panel" id="age " height="22"
                                auto_size="horizontal">
                                <record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22"
                                    auto_size="horizontal" size="large" style="bold"
                                    appearance="buttons/primary/normal/button">
                                    <translation id="format" translation_id="242551" type="use"
                                        value="[%number#1] years old" />
                                </record>
                                <record id="widget_edit_info" width="0" height="0" />
                                <record id="object_property" get_property="Page" />
                            </widget>

                            <!-- DoB -->
                            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical"
                                size="small">
                                <record id="widget_info" class="game_formatted_label" alignment="left,centre_y"
                                    auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])" />
                                <record id="widget_properties" height="22" />
                                <record id="object_property" get_property="Pdob" />
                            </widget>
                        </container>

                        <!-- Int Caps -->
                        <widget class="international_appearances_label" id="inta" auto_size="vertical">
                            <integer id="int_apps_label_format" value="8" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                        <!-- Youth Caps -->
                        <widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
                            <integer id="int_apps_label_format" value="9" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                    </container>

                </container>

                <widget class="spacer" />
                <widget class="vertical_divider" auto_size="none" />
            </container>

            <!-- Contract info etc-->
            <container default_width="-1" priority="3">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10" />

                <container id="icn2">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <container width="100">
                        <layout class="vertical_arrange" vertical_alignment="middle" />

                        <container height="100">
                            <layout class="stick_to_sides_attachment" apply_to_children="true" />

                            <widget class="object_portrait_picture" id="pclB" image_alignment="centre"
                                scale_picture="true" wants_mouse_events="true">
                                <record id="object_property" dont_set_hint="true" get_property="Pclb"
                                    set_property="objt" />
                            </widget>

                        </container>

                    </container>

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

                        <container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

                            <!--Player extra details (e.g. onloan at...)-->
                            <widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false"
                                size="small">
                                <record id="object_property" get_property="PExD" />
                            </widget>

                            <!--Value-->
                            <widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold"
                                colour="text" alignment="left, centre">
                                <translation id="format" translation_id="383826" type="use"
                                    value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
                                <record id="widget_properties" auto_size="all" />
                                <record id="object_property" get_property="Pdva" dont_set_hint="true" />
                            </widget>

                            <!--Wage / Expiry date-->
                            <container height="30" id="wged">
                                <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2" />
                                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true"
                                    inset="0" />

                                <widget class="editable_client_object_property_panel" id="Pcww" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcww" />
                                </widget>
                                <widget class="editable_client_object_property_panel" id="Pcex" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcex" />
                                </widget>
                            </container>
                            <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

                            <!-- Agreed playing time-->
                            <widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
                                <record id="object_property" get_property="Pcpt" />
                            </widget>
                        </container>

                    </container>

                </container>

                <!-- Vertical separator line -->
                <widget class="vertical_divider" priority="4" />
            </container>

            <!-- Scout report info etc-->
            <container default_width="-1">
                <layout class="arrange_vertical_attachment" layout="-2" gap="8" offset="0" />
                <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" />

                <container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
                    <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" />

                    <record id="icon_properties" red_replacement="bg accent" blue_replacement="fg" />

                    <!-- Set icon to only show: Sct-->
                    <record id="widget_properties" type="2" />

                    <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
                        <record id="object_property" get_property="objt" set_property="objt" />
                    </container>
                </container>

                <!-- Status Indicators -->
                <container class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
                    alignment="bottom" gap="4" max_items_per_row_or_column="1" >
                    <layout class="stick_to_sides_attachment" alignment="top" inset="100" />
                    <layout class="stick_to_sides_attachment" alignment="left" inset="32" />
                    <record id="object_property" get_property="Pnfa" />
		            </container>

            </container>



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

 

It works!!! Thank you!!!!

Link to post
Share on other sites

56 minutos atrás, GIMN disse:

A bit of a compromise for the Club Vision screen.  Wanted to do an infographic style with each year of the 5-year-plan in a different container, but not been able to get it to work.  So, I've settled with a slight rejig, pushing the "Board Culture" to the centre, and bringing some of the details from the board and supporter pages onto the main overview.

image.thumb.png.ef2b4d25394798226842e8fc72f72b39.png

SORRY if you already talked about this, but do you have a release date for the skin?

Link to post
Share on other sites

25 minutes ago, Nahuelzn said:

At this point I'm not playing FM23 until @GIMN releases the skin. It's just awesome (and atributeless, which I love).

Game changing material here man! Incredible work.

Too kind.  I really need to stop playing around with new ideas now and start cleaning up the files/folders.  Fingers crossed the full release on Tuesday won't bring up any surprises!

25 minutes ago, Pointless said:

@GIMN I've been following for a long time, it's really an excellent theme. Will there be a version with dark theme and attributes? :)

Attributes - maybe.  There will definitely be a version with graphical attributes (like my skin last year, or @sebastian_starttrbts's awesome work), and I'll see how easy it is to go back to change everything back to regular attributes.  If I do release a version with regular attributes it might be a little while after the others.

Dark theme - probably not.  I haven't looked into it much yet, but I anticipate it's going to be quite a lot of work to undo everything so far.  Unfortunately it's not just a case of changing the text colour in the settings, and there's something like 500 xmls currently (although I expect once I finish going through the files some will be deleted as I copied them oer and then realised they didn't actually control the thing I was trying to change).

Link to post
Share on other sites

8 minutes ago, teep007 said:

SORRY if you already talked about this, but do you have a release date for the skin?

I'm aiming for the end of the week after release, somewhere around 18th-20th November.

Also, thanks @bluestillidie00. I've decided to change the "Club Managing" part of my profile to the estimated release date to try and cut down on that question!

Link to post
Share on other sites

36 dakika önce, GIMN said:

Too kind.  I really need to stop playing around with new ideas now and start cleaning up the files/folders.  Fingers crossed the full release on Tuesday won't bring up any surprises!

Attributes - maybe.  There will definitely be a version with graphical attributes (like my skin last year, or @sebastian_starttrbts's awesome work), and I'll see how easy it is to go back to change everything back to regular attributes.  If I do release a version with regular attributes it might be a little while after the others.

Dark theme - probably not.  I haven't looked into it much yet, but I anticipate it's going to be quite a lot of work to undo everything so far.  Unfortunately it's not just a case of changing the text colour in the settings, and there's something like 500 xmls currently (although I expect once I finish going through the files some will be deleted as I copied them oer and then realised they didn't actually control the thing I was trying to change).

 

Thanks for the answers ^^

Link to post
Share on other sites

14 minutes ago, Olas Nick said:

will you redesign Club Facilities panel? I think this is the worst panel in FM

Unlikely.  Generally speaking, I've left most subpages alone, instead preferring to pull the information I think is useful/interesting into the overview pages.

Link to post
Share on other sites

4 hours ago, GIMN said:

Attributes - maybe.  There will definitely be a version with graphical attributes (like my skin last year, or @sebastian_starttrbts's awesome work), and I'll see how easy it is to go back to change everything back to regular attributes.  If I do release a version with regular attributes it might be a little while after the others.

I think your skin with the player profile page @_Ben_  is doing would be very nice.  

Very cool top see what everyone is coming up with this year.

 

Link to post
Share on other sites

Em 05/11/2022 em 22:11, sebastian_starttrbts disse:

 

Oh, that's not something we want. Try this:

<!-- A panel showing various bits of information about a player -->
<panel>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <boolean id="should_force_refresh" value="true" />

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

        <container class="horizontal_adaptive_container" inset="0" gap="16" mode="distribute_equally">

            <container default_width="-1" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="280, -1, 10, 1" offset="0" gap="0" />

                <container class="bordered_box" priority="1" default_height="-1">
                    <layout class="arrange_vertical_attachment" offset="0" gap="0" />
                    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                    <container>
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
                            offset="5" gap="0" />
                        <!-- KIT ICON -->
                        <widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
                            kit_zoom_level="2" priority="1">
                            <layout class="stick_to_sides_attachment" alignment="left" inset="-38" />
                            <record id="object_property">
                                <list id="get_properties">
                                    <record>
                                        <integer id="get_property" value="Pers" />
                                        <integer id="set_property" value="objt" />
                                    </record>
                                </list>
                            </record>
                        </widget>
                    </container>

                    <widget class="picture" id="foto">
                        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="70" priority="1" />
                        <layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1" />
                        <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>

                <!-- Personal Details -->
                <container id="icn1">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" default_width="-1"/>

                    <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true"
                        wants_mouse_events="true" width="130">
                        <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
                    </widget>

                    <container>
                        <layout class="arrange_vertical_attachment" alignment="middle" offset="0" gap="1" />
                        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"
                            apply_to_children="true" />

                        <!-- Nationality -->
                        <widget class="editable_client_object_property_panel" id="intc" auto_size="vertical">
                            <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical"
                                format="[%nation#1-nationality]" size="small" />
                            <record id="widget_properties" auto_size="vertical" />
                            <record id="object_property" dont_set_hint="true" get_property="PNat" />
                        </widget>

                        <!-- Age & DoB-->
                        <container>
                            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
                            <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
                            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true"
                                inset="0" />
                            <!-- Age -->
                            <!-- We use an editable panel here just to make it disappear when editing-->
                            <!-- fixed height as an attempt to fix 152615 -->-->
                            <widget class="editable_client_object_property_panel" id="age " height="22"
                                auto_size="horizontal">
                                <record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22"
                                    auto_size="horizontal" size="large" style="bold"
                                    appearance="buttons/primary/normal/button">
                                    <translation id="format" translation_id="242551" type="use"
                                        value="[%number#1] years old" />
                                </record>
                                <record id="widget_edit_info" width="0" height="0" />
                                <record id="object_property" get_property="Page" />
                            </widget>

                            <!-- DoB -->
                            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical"
                                size="small">
                                <record id="widget_info" class="game_formatted_label" alignment="left,centre_y"
                                    auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])" />
                                <record id="widget_properties" height="22" />
                                <record id="object_property" get_property="Pdob" />
                            </widget>
                        </container>

                        <!-- Int Caps -->
                        <widget class="international_appearances_label" id="inta" auto_size="vertical">
                            <integer id="int_apps_label_format" value="8" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                        <!-- Youth Caps -->
                        <widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
                            <integer id="int_apps_label_format" value="9" />
                            <record id="object_property" dont_set_hint="true" get_property="Pist" />
                        </widget>

                    </container>

                </container>

                <widget class="spacer" />
                <widget class="vertical_divider" auto_size="none" />
            </container>

            <!-- Contract info etc-->
            <container default_width="-1" priority="3">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10" />

                <container id="icn2">
                    <layout class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="16" />

                    <container width="100">
                        <layout class="vertical_arrange" vertical_alignment="middle" />

                        <container height="100">
                            <layout class="stick_to_sides_attachment" apply_to_children="true" />

                            <widget class="object_portrait_picture" id="pclB" image_alignment="centre"
                                scale_picture="true" wants_mouse_events="true">
                                <record id="object_property" dont_set_hint="true" get_property="Pclb"
                                    set_property="objt" />
                            </widget>

                        </container>

                    </container>

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

                        <container class="vertical_arrange_container" alignment="middle" offset="0" gap="2">

                            <!--Player extra details (e.g. onloan at...)-->
                            <widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false"
                                size="small">
                                <record id="object_property" get_property="PExD" />
                            </widget>

                            <!--Value-->
                            <widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold"
                                colour="text" alignment="left, centre">
                                <translation id="format" translation_id="383826" type="use"
                                    value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
                                <record id="widget_properties" auto_size="all" />
                                <record id="object_property" get_property="Pdva" dont_set_hint="true" />
                            </widget>

                            <!--Wage / Expiry date-->
                            <container height="30" id="wged">
                                <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2" />
                                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true"
                                    inset="0" />

                                <widget class="editable_client_object_property_panel" id="Pcww" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcww" />
                                </widget>
                                <widget class="editable_client_object_property_panel" id="Pcex" colour="fg"
                                    red_replacement="edit_box_background">
                                    <record id="object_property" get_property="Pcex" />
                                </widget>
                            </container>
                            <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

                            <!-- Agreed playing time-->
                            <widget class="playing_time_label" id="sqst" auto_size="vertical" size="small">
                                <record id="object_property" get_property="Pcpt" />
                            </widget>
                        </container>

                    </container>

                </container>

                <!-- Vertical separator line -->
                <widget class="vertical_divider" priority="4" />
            </container>

            <!-- Scout report info etc-->
            <container default_width="-1">
                <layout class="arrange_vertical_attachment" layout="-2" gap="8" offset="0" />
                <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" />

                <container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
                    <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" />

                    <record id="icon_properties" red_replacement="bg accent" blue_replacement="fg" />

                    <!-- Set icon to only show: Sct-->
                    <record id="widget_properties" type="2" />

                    <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
                        <record id="object_property" get_property="objt" set_property="objt" />
                    </container>
                </container>

                <!-- Status Indicators -->
                <container class="player_status_all_button" id="psAB" maximised="true" auto_size="vertical"
                    alignment="bottom" gap="4" max_items_per_row_or_column="1" >
                    <layout class="stick_to_sides_attachment" alignment="top" inset="100" />
                    <layout class="stick_to_sides_attachment" alignment="left" inset="32" />
                    <record id="object_property" get_property="Pnfa" />
		            </container>

            </container>



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

 

After all, it doesn't work 100%. It only shows two icons. For example, if a player is injured, in the transfer list, loan list and is wanted by some club only show two of these four icons.

Link to post
Share on other sites

On 06/11/2022 at 21:38, Jellico73 said:

I think your skin with the player profile page @_Ben_  is doing would be very nice.  

Very cool top see what everyone is coming up with this year.

 

I agree.  I'd been working on something similar as a possible way of incorporating attributes, and have got permission from the maestro himself to use it.  So the plan is something akin to this:

image.thumb.png.51e0a2d04bfa86a6dbd85ab02345f96d.png

And then if I realise a regular attribute version, it'll be like this (but the attribute colours will need to be tweaked a little):

image.thumb.png.56abbe3336bd7470d0c09593f0a939fb.png

Edited by GIMN
Uploading second image
Link to post
Share on other sites

6 minutes ago, PequenoGenio said:

After all, it doesn't work 100%. It only shows two icons. For example, if a player is injured, in the transfer list, loan list and is wanted by some club only show two of these four icons.

I'm using this widget, the only difference is that I have it vertical in player overview & player popup, not horizontal.

<!--Status icons-->
<widget class="player_status_all_button" alignment="bottom" gap="2" maximised="true" id="psAB">
	<record id="object_property" get_property="Pnfa"/>
</widget> 

 

Link to post
Share on other sites

2 minutes ago, GIMN said:

I agree.  I'd been working on something similar as a possible way of incorporating attributes, and have got permission for the maestro himself to use it.  So the plan is something akin to this:

image.thumb.png.51e0a2d04bfa86a6dbd85ab02345f96d.png

And then if I realise a regular attribute version, it'll be like this (but the attribute colours will need to be tweaked a little):

image.thumb.png.56abbe3336bd7470d0c09593f0a939fb.png

Just a random thought here, I'm guessing it's impossible to calculate the average of a category, right? Meaning we could get an avg number for final third, shooting, aerial, etc...? I do it in excel, but having it in game would be nice.

Link to post
Share on other sites

13 minutos atrás, keysi disse:

I'm using this widget, the only difference is that I have it vertical in player overview & player popup, not horizontal.

<!--Status icons-->
<widget class="player_status_all_button" alignment="bottom" gap="2" maximised="true" id="psAB">
	<record id="object_property" get_property="Pnfa"/>
</widget> 

 

I must have done something wrong because it's giving me xml errors.

Link to post
Share on other sites

7 minutes ago, RogerC said:

Just a random thought here, I'm guessing it's impossible to calculate the average of a category, right? Meaning we could get an avg number for final third, shooting, aerial, etc...? I do it in excel, but having it in game would be nice.

I've had no joy getting it to work, but I'm sure it is possible because that's how the attribute polygons work.  You can easily change these by defining which attributes you want it to average within the xml file.  Furthermore, you can get it to return a numerical value on the polygon as well (just not been able to get it to do so without the polygon present)

image.png.40e0605ec3b55c05a90bb7bd05f8c0e6.png

Link to post
Share on other sites

7 hours ago, GIMN said:

I agree.  I'd been working on something similar as a possible way of incorporating attributes, and have got permission for the maestro himself to use it.  So the plan is something akin to this:

image.thumb.png.51e0a2d04bfa86a6dbd85ab02345f96d.png

And then if I realise a regular attribute version, it'll be like this (but the attribute colours will need to be tweaked a little):

image.thumb.png.56abbe3336bd7470d0c09593f0a939fb.png

Oh, yeah! That's looks amazing!!! 👏👍 This is exactly what I'm looking for (attributes without numbers). And if you could just average the views, that would be fantastic! For me it's important to know only determination, leadership and teamwork. Maybe those three could stand alone, but the rest definitely average out (if it's possible). I think your SKIN will be one of the best ever 😉

Link to post
Share on other sites

21 minutes ago, GIMN said:

I refuse to do the necessary admin to clean up the files/folders and continue to play around with things of little importance.  Thanks to the wonderful @Tyburn, I've been able to get closer to what I want from the Club Vision page.

image.gif.f91785d360bcf2380aa254d1b777e881.gif

Jesus Christ, you sir are creating a masterpiece !

Those bubbles have the club logo as background .. :eek:

 

Link to post
Share on other sites

1 hour ago, BuzzR said:

Jesus Christ, you sir are creating a masterpiece !

Those bubbles have the club logo as background .. :eek:

 

It's probably the jankiest bit of code I've done so far. Literally a container with the logo, then a container above it with a faded circle image.

When I first set the animation the logo started a little bit later than the bubble which looked super ridiculous! I'm genuinely scared to see what happens when I change resolution. :lol:

Link to post
Share on other sites

Might split opinion a little here but I'm a very visual learner and, given that my skin adds a lot of extra stuff to the player page, I'm trying to create some links through icons - which I find are much more recognisable than strings of text. I've, therefore, built on my confidence of actually being able to make them, and dotted them in the key places on the player info panel, as you can see here:

3b372423c146a2449337dfe9b69c6c42.png

372848879de1f6e9d9653ed70a4dd1ce.png

There's still plenty of work to be done with them but just interested in opinions on this?

Edited by _Ben_
Link to post
Share on other sites

3 hours ago, _Ben_ said:

Might split opinion a little here but I'm a very visual learner and, given that my skin adds a lot of extra stuff to the player page, I'm trying to create some links through icons - which I find are much more recognisable than strings of text. I've, therefore, built on my confidence of actually being able to make them, and dotted them in the key places on the player info panel, as you can see here:

3b372423c146a2449337dfe9b69c6c42.png

372848879de1f6e9d9653ed70a4dd1ce.png

There's still plenty of work to be done with them but just interested in opinions on this?

These look really nice Ben

Link to post
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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