Jump to content

Hidden Attributes panel


ferociousblazze

Recommended Posts

Is there some way to create a panel for the hidden attributes of players/staff in the overview profile screen? And if anyone knows how to do this especially with the flut skin?

I've seen a panel like this in the nocturno skin but it doesn't seem to work 

Link to post
Share on other sites

21 hours ago, ferociousblazze said:

yeah and used fmrte before that but i'd like to be able to have easy access to them and not resorting to outside means, more of a quality of life improvement

You have to have purchased it to see the figures. (In game editor)

Link to post
Share on other sites

@wkdsoul I got that, I have purchased the editor. Probably when I checked nocturno last i had not installed the editor cause now I can see them. Still is there a way to implement it in the profile as a seperated list like technical mental physical? Do you know if I can just copy paste the code from an xml from nocturno to get it to work for flut? 

Thanks for the tip by the way :)

Link to post
Share on other sites

so this is the code used in nocturno and from what i can understand it uses some custom graphics to present the hidden attributes.

Spoiler

<?xml version='1.0' encoding='utf-8'?>
<panel>



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



	<container>
		<layout class="arrange_vertical_attachment" alignment="bottom,extend" gap="0" />
		<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
		<container class="vertical_adaptive_container" inset="0" offset="0" gap="1">



			<!-- hidden box
			<container default_height="27" minimum_height="27" priority="5">
				<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="4"/>

				<widget class="button" appearance="boxes/bordered/standard/paper1" red_replacement="primary" alignment="centre_x,centre_y" font="gunzo2" colour="gzk" size="12">
					<translation id="text" type="use" value="Hidden" />
					<translation id="hint" type="use" value="성격 제외 히든 5개" />
				</widget>
			</container> -->

			<container height="5"/>


			<!-- RCA, CA, PA -->
			<container default_height="33" minimum_height="30" priority="2">
				<layout class="arrange_horizontal_attachment" layout="5,-1, -1, -1,5" offset="0" gap="0" />
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

				<container/>

				<!-- RCA -->
				<container>
					<layout class="arrange_vertical_attachment" layout="15,-1" offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="label" spec="text,normal" style="semi_bold" colour="white" alignment="centre_x,bottom" auto_size="vertical">
						<string id="text" value="RCA"/>
						<translation id="hint" translation_id="349114" type="use" value="The Current Ability level recommended based on player attributes set[COMMENT: player edit panel]" />
					</widget>

					<widget class="label" size="11" alignment="centre_x,top" style="semi_bold" colour="accent">
						<record id="object_property">
							<integer id="get_property" value="PRCA" />
						</record>
					</widget>

				</container>

				<!-- CA -->
				<container>
					<layout class="arrange_vertical_attachment" layout="15,-1" offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="label" spec="text,normal" style="semi_bold" colour="white" alignment="centre_x,bottom" auto_size="vertical">
						<string id="text" value="CA"/>
						<translation id="hint" translation_id="310135" type="use" value="Current Ability[COMMENT: contract offer screen - comments table]" />
					</widget>

					<widget class="attribute_label" size="11" alignment="centre_x,top" style="semi_bold" font="Regular" colour="accent">
						<record id="object_property">
							<integer id="get_property" value="PCAB" />
						</record>
					</widget>

				</container>

				<!-- PA -->
				<container>
					<layout class="arrange_vertical_attachment" layout="15,-1" offset="0" gap="0"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="label" spec="text,normal" style="semi_bold" colour="faded text" alignment="centre_x,bottom" auto_size="vertical">
						<string id="text" value="PA"/>
						<translation id="hint" translation_id="310136" type="use" value="Potential Ability[COMMENT: contract offer screen - comments table]" />
					</widget>

					<widget class="label" size="11" alignment="centre_x,top" style="semi_bold" font="Regular" colour="accent">
						<record id="object_property">
							<integer id="get_property" value="PPAB" />
						</record>
					</widget>

				</container>

				<container/>

			</container>


			<container height="7"/>


			<!-- hidden 1 -->
			<container default_height="60" minimum_height="30" priority="1">
				<layout class="arrange_horizontal_attachment" layout="-1,-1,-1,-1" offset="0" />
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

				<!-- adaptability -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="adap" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="227943" type="use" value="Adaptability" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pada" />
						</record>
					</widget>

					<widget class="label" spec="text,small" size="9" font="play-regular2" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="227943" type="use" value="Adaptability" />
					</widget>

				</container>

				<!-- ambition -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="ambi" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293412" type="use" value="Ambition" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pamb" />
						</record>
					</widget>

					<widget class="label" spec="text,small" size="9" font="play-regular2" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293412" type="use" value="Ambition" />
					</widget>

				</container>

				<!-- loyalty -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="loya" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293414" type="use" value="Loyalty" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Ploy" />
						</record>
					</widget>

					<widget class="label" spec="text,small" size="9" font="play-regular2" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293414" type="use" value="Loyalty" />
					</widget>

				</container>

				<!-- pressure -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="pres" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293329" type="use" value="Pressure" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Ppre" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293329" type="use" value="Pressure" />
					</widget>

				</container>

			</container>


			<container height="7"/>

			<!-- hidden 3 -->
			<container default_height="60" minimum_height="30" priority="1">
				<layout class="arrange_horizontal_attachment" layout="-1,-1,-1,-1,-1" offset="0" />
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />


				<!-- consistency -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>
					<widget class="value_based_picture" id="cont" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="361095" type="use" value="Cons[COMMENT: column heading; short for Consistency]" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="PCON" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="361095" type="use" value="Cons[COMMENT: column heading; short for Consistency]" />
					</widget>
				</container>

				<!-- dirtiness -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>
					<widget class="value_based_picture" id="dirt" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="230007" type="use" value="Dirtiness" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pdir" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="red 500" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="230007" type="use" value="Dirtiness" />
					</widget>
				</container>

				<!-- important -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>
					<widget class="value_based_picture" id="impo" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="230008" type="use" value="Important Matches" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pimp" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="230008" type="use" value="Important Matches" />
					</widget>
				</container>

				<!-- injury -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>
					<widget class="value_based_picture" id="inju" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="230009" type="use" value="Injury Proneness" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pipr" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="red 500" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="230009" type="use" value="Injury Proneness" />
					</widget>
				</container>



				<!-- Versatility -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>
					<widget class="value_based_picture" id="vers" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="230011" type="use" value="Versatility" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pver" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="230011" type="use" value="Versatility" />
					</widget>
				</container>

			</container>


			<container height="2"/>


			<!-- hidden 2 -->
			<container default_height="60" minimum_height="30" priority="1">
				<layout class="arrange_horizontal_attachment" layout="-1,-1,-1,-1" offset="0" />
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

				<!-- professional -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="prof" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293415" type="use" value="Professionalism" /> 
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Ppro" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293415" type="use" value="Professionalism" /> 
					</widget>

				</container>

				<!-- sportmanship -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="sprt" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293416" type="use" value="Sportsmanship" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pspo" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293416" type="use" value="Sportsmanship" />
					</widget>

				</container>

				<!-- temperament -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="temp" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="349110" type="use" value="Temperament[COMMENT: how good a person is at keeping their temper]" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Ptem" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="349110" type="use" value="Temperament[COMMENT: how good a person is at keeping their temper]" />
					</widget>

				</container>

				<!-- controversy -->
				<container>
					<layout class="arrange_vertical_attachment" layout="30,25" offset="0" gap="2"/>
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

					<widget class="value_based_picture" id="ctrv" scale_picture="true" keep_aspect_ratio="true" transparency="1">
						<translation id="hint" translation_id="293413" type="use" value="Controversy" />
						<list id="value_list">
							<record min_value="1" max_value="1" file="icons/custom/HAtt/1"/>
							<record min_value="2" max_value="2" file="icons/custom/HAtt/2"/>
							<record min_value="3" max_value="3" file="icons/custom/HAtt/3"/>
							<record min_value="4" max_value="4" file="icons/custom/HAtt/4"/>
							<record min_value="5" max_value="5" file="icons/custom/HAtt/5"/>
							<record min_value="6" max_value="6" file="icons/custom/HAtt/6"/>
							<record min_value="7" max_value="7" file="icons/custom/HAtt/7"/>
							<record min_value="8" max_value="8" file="icons/custom/HAtt/8"/>
							<record min_value="9" max_value="9" file="icons/custom/HAtt/9"/>
							<record min_value="10" max_value="10" file="icons/custom/HAtt/10"/>
							<record min_value="11" max_value="11" file="icons/custom/HAtt/11"/>
							<record min_value="12" max_value="12" file="icons/custom/HAtt/12"/>
							<record min_value="13" max_value="13" file="icons/custom/HAtt/13"/>
							<record min_value="14" max_value="14" file="icons/custom/HAtt/14"/>
							<record min_value="15" max_value="15" file="icons/custom/HAtt/15"/>
							<record min_value="16" max_value="16" file="icons/custom/HAtt/16"/>
							<record min_value="17" max_value="17" file="icons/custom/HAtt/17"/>
							<record min_value="18" max_value="18" file="icons/custom/HAtt/18"/>
							<record min_value="19" max_value="19" file="icons/custom/HAtt/19"/>
							<record min_value="20" max_value="20" file="icons/custom/HAtt/20"/>
						</list>
						<record id="object_property">
							<integer id="get_property" value="Pcvy" />
						</record>
					</widget>

					<widget class="label" spec="text,small" font="play-regular2" size="9" colour="white" alignment="centre_x,top, can_scale" auto_size="vertical">
						<translation id="text" translation_id="293413" type="use" value="Controversy" />
					</widget>

				</container>

			</container>



		</container>
	</container>

</panel>

 

is there something I can do so that these stats just appear underneath the physical attributes and do you know if just copying the xml and the graphics in the same folders of the flut would be enough to make it appear in it's panels? first time i'm actually trying to fiddle with skins, thanks for any kind of advice

 

Link to post
Share on other sites

Firstly some basics you may or may not be familiar with. Worst case it might help someone else reading. Make a copy of your skin and be prepared for error messages and using the undo function (notepad++ is a free program I'd recommend to use for coding if you don't already have an equivalent). All of this is par for the course when it comes to skinning, even for those who are familiar with what they're doing. So don't worry about error messages and leave your edited files open to enable easy undos. Clear cache and reload the skin after every edit to see where you stand (this is when you'll likely encounter some errors).

 

This is a tough request as you're dealing with two highly customised skins, it's unlikely anyone willing or capable of helping has all specifics ready to hand to be less general in their advice. I suspect Flut has several attribute panel variations so you're going to need to choose your preferred panel. In-game labeling may help identify the panel purely by the panel's name in the player folder within panels. If that isn't the case you may have to do some searching for the correct attribute panel via the player overview, use the search function (ctrl+F) to use any clues, i.e. attributes. Any associated panels/secondary panels will follow: "file=". Then it's a case of follow the panels until you find the one you need. The in-game label for the drop down will ultimately be what leads you to the right panel.

 

This is all working on the basis that you are going to put it under the physicals (again should be identifiable using the search function within the coding). I would remind though that goal-keepers tend to have technicals under this section so bear that in mind too.

Also pay particular attention to the layouts of the container which you add to and ensure the format of any additions is consistent with what is already present. Use what's there as a guide. 

 

Link to post
Share on other sites

@D_LO_ thanks for the advice, did pretty much expect that to be honest but never hurts to check whether you can save yourself some trouble :P

Do you think it would be easier to just copy the panel used in nocturno so that i can simply select from one of the drop-down options?

Another thought I had after you mentioned the goalies was whether I could make it so that the hidden atts are shown in the same way as the other attributes but in a separate panel so that there are no conflicts?

Link to post
Share on other sites

4 hours ago, ferociousblazze said:

Do you think it would be easier to just copy the panel used in nocturno so that i can simply select from one of the drop-down options?

Tbh if you like the rest of the player overview from Nocturno yeah that would probably be easiest, just copy over the player overview and search within this panel for any linked panels (as mentioned above) which you'd also need. There will be secondary panels required and these will have their own secondary panels as well. It's just an exercise in searching though. 

 

5 hours ago, ferociousblazze said:

Another thought I had after you mentioned the goalies was whether I could make it so that the hidden atts are shown in the same way as the other attributes but in a separate panel so that there are no conflicts?

Annoyingly, as you probably also know you have a number of options, you're only really limited by your imagination and skinning capabilities. If it was me I wouldn't put it under the physicals, I'd probably in corporate it in the additional attribute section (usually media description, foot preference, personality, etc.) but then I've included this info. elsewhere on my overview. 

Another option would be to almost create another separate 'box' but that really is skinning from scratch. You'd need to be able to create containers and the ensuing layout. 

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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