Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
#820149 FM 2024 FLUT skin dark - 10.0
flut
Hi bogie
The kits prepared for flutskin are for the player panel. You should have the 2d normal kits pack for the club panel.
#820032 FM 2024 FLUT skin dark - 10.0
flut
Hi, frklyn
Thanks.
Regarding your questions:
https://sortitoutsi.net/content/44727/2d-kits-1819-for-flutskin-titlebarplayer-overview-v10
#819945 FM 2024 FLUT skin dark - 10.0
flut
Thanks 🙂 🙂
#819944 FM 2024 FLUT skin dark - 10.0
flut
Thanks bartdude!! I hope everything goes well with you.
#819943 FM 2024 FLUT skin dark - 10.0
flut
Yes. Unfortunately, it doesn't work well with a drop-down arrow in more than one of the panels, so I had to avoid using it.
#819932 FM 2024 FLUT skin dark - 10.0
flut
Hi all
I forgot to change the code for not display the CA/PA ranging from 0-200. Therefore, if you don't have the IGE the values will not be displayed. Thus, here is the file with the CA/PA ranging from 0-20. You should place it in the player folder of the panels folder of the skin.
#819931 FM 2024 FLUT skin dark - 10.0
flut
Thank you, my friend 🙂
#819926 FM 2024 FLUT skin dark - 10.0
flut
HI, and thanks.
Regarding your questions:
change:
<!-- 40% -->
<container class="plain_box" id="40bg" appearance="boxes/overlay/40/40" >
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
for
<!-- 40% -->
<container class="plain_box" id="40bg" appearance="boxes/overlay/40/40" hidn="true" >
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
and
<!-- 80%-->
<container class="plain_box" id="80bg" appearance="boxes/overlay/80/80" hidn="true">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
fpr
<!-- 80%-->
<container class="plain_box" id="80bg" appearance="boxes/overlay/80/80" >
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
#819914 FM 2024 FLUT skin dark - 10.0
flut
Hi Bielsa
Thanks.
For the player panel1, player flut card, you can adjust the font in player flut card.xml.
For the player panel7 is the player flut stadium1.xml
#819844 FM 2024 FLUT skin dark - 10.0
flut
Hello. After many months of being practically absent, I’m back with version 5 of your FLUTSKIN.
The main added value in this version is including the PIZZA PANEL in a new Player Panel (Player Panel 7).
Thanks to gimn85 for so quickly permitting me to include it in my skin—thank you!
I also want to thank Darkside for all the support and sharing, especially for “waking me up” from my “lethargy.”
This version would never have been released if Darkside hadn’t reached out again— sharing, suggesting, supporting, and reigniting the “skin editing addiction” (lol). Thank you, my friend!!
I hope you enjoy it! And I apologize in advance if I’m not very responsive to questions…
A big hug to you all, and thank you for playing this beloved game with your FLUTSKIN!
A few screenshots
#817958 FM 2024 FLUT skin dark - 10.0
flut
But CA/PA are there…
#817956 FM 2024 FLUT skin dark - 10.0
flut
Hi Bielsa
Did you try to reduce the graphic?
You also can try to change the height in the following code in match title bar.xml (or do both changes - the graphic and the code)
<!-- Logo Options-->
<widget class="icon_button" id="inst" icon="icons/tv logos/tv logo" label_disabled="true" alignment="right" icon_alignment="right" height="26" appearance="">
#817955 FM 2024 FLUT skin dark - 10.0
flut
You should have the In-Game Editor (IGE) for all the hidden attributes that could be displayed.
#817953 FM 2024 FLUT skin dark - 10.0
flut
Hi. I did it for a 4K since I use a 4 K screen. If you follow the instructions for using the skin strictly, the skin should be displayed exactly as in the screenshots.
#817951 FM 2024 FLUT skin dark - 10.0
flut
Hi and sorry.
Go to tactics icon info panel overview17.xml and change the following code
<container>
<layout class="arrange_vertical_attachment" layout="-1, 48" offset="-2" gap="2"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="1" apply_to_children="true"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<container class="animated_wipe_cycle_fade_container" id="topc" interval="7">
<widget class="tactics_kit_picture" id="kitp" keep_aspect_ratio="true" alignment="centre" scale_picture="true" number_inset_right="0" number_inset_top="0" number_height="65">
</widget>
<container >
<widget id="cKiu" class="kit_icon" scale_picture="true" file="generic/kit icon22" kit_zoom_level="2" >
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="Pers" />
<integer id="set_property" value="Pers" />
</record>
<record>
<integer id="get_property" value="Pctx" />
<integer id="set_property" value="Pcte" />
</record>
</list>
</record>
</widget>
<widget class="picture" id="lftB" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<integer id="get_property" value="mbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>
</container>
</container>
<container class="spacer" id="kitS"/>
</container>
for
<container>
<layout class="arrange_vertical_attachment" layout="-1, 48" offset="-2" gap="2"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="1" apply_to_children="true"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<widget class="tactics_kit_picture" id="kitp" keep_aspect_ratio="true" alignment="centre" scale_picture="true" number_inset_right="0" number_inset_top="0" number_height="65">
</widget>
<container class="spacer" id="kitS"/>
</container>
#817949 FM 2024 FLUT skin dark - 10.0
flut
Hi
Go to player wide picture.xml and remove the following code:
<container >
<layout class="arrange_horizontal_attachment" layout="-5,-6" offset="0" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<container/>
<container class="plain_box" id="mmnp" hidn="true" wants_mouse_events="true">
<animation class="slide_in_bottom_animation"/>
<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />
<container class="client_object_viewer_selector_panel" file="player/player hidden attributes1">
<record id="object_property" get_property="Pers"/>
</container>
</container>
<!--but -->
<!--but -->
<!--but -->
<widget class="client_object_viewer_selector_panel" file="player/reveal hidden" alignment="right" >
<layout class="stick_to_sides_attachment" alignment="top" inset="131"/>
<layout class="stick_to_sides_attachment" alignment="right" inset="5" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
</widget>
</container>
#817947 FM 2024 FLUT skin dark - 10.0
flut
That is weird. If you have your team's kits, they should be displayed like the others….Thus, sorry, but I don't know how to help you.
#817946 FM 2024 FLUT skin dark - 10.0
flut
Hi.
To the best of my knowledge, you can't. The code is the same. So, you must choose to have pictures of the stadiums or the players.
#817945 FM 2023 FLUT skin dark - Version 8.0
flut
Hi. I did the skin for metallic logos/flags. So, I believe if you use the small metallic flags, the problem will be solved.
#807243 FM 2024 FLUT skin dark - 10.0
flut
Go to player flut stadium.xml and remove the following code:
<widget id="cKip" class="kit_icon" file="generic/kit icon36" scale_picture="true" image_alignment="centre" kit_zoom_level="2" priority="1">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="-60" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="20" />
<layout class="stick_to_sides_attachment" alignment="all" inset="15" />
<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>
<!-- This is the shirt -->
<widget class="picture" id="lftB" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="-60" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="20" />
<attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
<list id="value">
<boolean value="false" />
</list>
</attachment>
<layout class="stick_to_sides_attachment" alignment="all" inset="15" />
<record id="object_property">
<integer id="get_property" value="mbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>
#807136 FM 2024 FLUT skin dark - 10.0
flut
As I said before, it only works if you buy the IGE.
#807134 FM 2024 FLUT skin dark - 10.0
flut
Do you have the ingame editor (IGE, not the FM outgame editor)?
#807057 FM 2024 FLUT skin dark - 10.0
flut
Hi. Sorry. My mistake.
Use the following code:
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Current Ability -->
<widget class="label" auto_size="vertical" alignment="left, can_scale" font="title" size="8" colour="accent">
<translation id="text" translation_id="251893" type="use" value="Current Ability[COMMENT: scout report panel box heading]" />
</widget>
<!-- <widget class="team_stars_label" lrge="true" id="CAic" auto_size="all" value="15" />-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<!--<record id="object_property" get_property="Pcab"/>-->
<record id="object_property" get_property="PCAB"/>
<record id="widget_properties" alignment="centre,can_scale" />
</widget>
<container/>
</container>
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Potential Ability -->
<widget class="label" auto_size="vertical" size="8" alignment="left, can_scale" font="title" colour="accent">
<translation id="text" translation_id="251894" type="use" value="Potential Ability[COMMENT: scout report panel box heading]" />
</widget>
<!--<widget class="team_stars_label" lrge="true" id="PAic" auto_size="all" value="15" >-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<!-- <record id="object_property" get_property="Ppab"/>-->
<record id="object_property" get_property="PPAB"/>
<record id="widget_properties" alignment="centre,can_scale" />
</widget>
<container/>
</container>
#807028 FM 2024 FLUT skin dark - 10.0
flut
If you want to see the stadium you should have the stadiums folder to be read by the game before the player background pictures (it also can happens when you don't have the stadium picture of that club). The alternative is to remove the folder with the pplayer background pictures (however, the player background pictures will not be displayed, of course 🙂 )
#807026 FM 2024 FLUT skin dark - 10.0
flut
That folder contains many alternative files for changing the skin according your personal taste. Please read the skin presentation.
#807024 FM 2024 FLUT skin dark - 10.0
flut
I don't know what happens…but what is that panel?
#807023 FM 2024 FLUT skin dark - 10.0
flut
For using 1-200 you should have the ingame editor of the game.
If you have it, you just have to go to player additional attributes panel.xml and change
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Current Ability -->
<widget class="label" auto_size="vertical" alignment="left, can_scale" font="title" size="8" colour="accent">
<translation id="text" translation_id="251893" type="use" value="Current Ability[COMMENT: scout report panel box heading]" />
</widget>
<!-- <widget class="team_stars_label" lrge="true" id="CAic" auto_size="all" value="15" />-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<record id="object_property" get_property="Pcab"/>
<!--<record id="object_property" get_property="PCAB"/>-->
<record id="widget_properties" alignment="centre,can_scale" />
</widget>
<container/>
</container>
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Potential Ability -->
<widget class="label" auto_size="vertical" size="8" alignment="left, can_scale" font="title" colour="accent">
<translation id="text" translation_id="251894" type="use" value="Potential Ability[COMMENT: scout report panel box heading]" />
</widget>
<!--<widget class="team_stars_label" lrge="true" id="PAic" auto_size="all" value="15" >-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<record id="object_property" get_property="Ppab"/>
<!-- <record id="object_property" get_property="PPAB"/>-->
<record id="widget_properties" alignment="centre,can_scale" />
</widget>
<container/>
</container>
for
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Current Ability -->
<widget class="label" auto_size="vertical" alignment="left, can_scale" font="title" size="8" colour="accent">
<translation id="text" translation_id="251893" type="use" value="Current Ability[COMMENT: scout report panel box heading]" />
</widget>
<!-- <widget class="team_stars_label" lrge="true" id="CAic" auto_size="all" value="15" />-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<record id="object_property" get_property="Pcab"/>
<record id="object_property" get_property="PCAB"/>
<!-- <record id="widget_properties" alignment="centre,can_scale" />-->
</widget>
<container/>
</container>
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0" />
<layout class="arrange_horizontal_attachment" layout="-3,-1,20" alignment="top,extend" offset="0" />
<layout class="centre_in_parent_attachment" alignment="vertical" inset="0" apply_to_children="true" />
<!-- Potential Ability -->
<widget class="label" auto_size="vertical" size="8" alignment="left, can_scale" font="title" colour="accent">
<translation id="text" translation_id="251894" type="use" value="Potential Ability[COMMENT: scout report panel box heading]" />
</widget>
<!--<widget class="team_stars_label" lrge="true" id="PAic" auto_size="all" value="15" >-->
<widget class="attribute_label" alignment="centre,can_scale" colour="black" style="semi_bold" use_attribute_colour_as_bg="true" size="10" appearance="boxes/custom/attributes/paper" height="23" >
<record id="object_property" get_property="Ppab"/>
<record id="object_property" get_property="PPAB"/>
<!-- <record id="widget_properties" alignment="centre,can_scale" />-->
</widget>
<container/>
</container>
#807022 FM 2024 FLUT skin dark - 10.0
flut
You can adjusti that values in five different xmls.
<!-- DoB -->
<widget class="formatted_label" id="dobl" size="6.5" style="bold" alignment="left, can_scale" format="([%date#1-short])" colour="text">
<layout class="stick_to_sides_attachment" alignment="top" inset="81" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="5" />
<layout class="stick_to_sides_attachment" alignment="left" inset="0" gap="0" />
<record id="object_property" get_property="Pdob" />
</widget>
<!-- Age -->
<widget class="formatted_label" alignment="left,bottom, can_scale" style="bold,outlined" size="8" colour="text">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="17" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="5" />
<layout class="stick_to_sides_attachment" alignment="left" inset="0" gap="0" />
<translation id="format" translation_id="242551" type="use" value="[%number#1] years old"/>
<record id="object_property" get_property="Page"/>
</widget>
2 to 5. person snapshot club overviewCCSC.xml, person snapshot club overviewCDOF.xml, person snapshot club overviewCHYD.xml, person snapshot club overviewCMTA.xml in the same piece of code
<!-- DoB -->
<widget class="formatted_label" id="dobl" size="6.5" style="bold" alignment="left, can_scale" format="([%date#1-short])" colour="text">
<layout class="stick_to_sides_attachment" alignment="top" inset="81" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="5" />
<layout class="stick_to_sides_attachment" alignment="left" inset="0" gap="0" />
<record id="object_property" get_property="Pdob" />
</widget>
<!-- Age -->
<widget class="formatted_label" alignment="left,bottom, can_scale" style="bold,outlined" size="8" colour="text">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="17" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="5" />
<layout class="stick_to_sides_attachment" alignment="left" inset="0" gap="0" />
<translation id="format" translation_id="242551" type="use" value="[%number#1] years old"/>
<record id="object_property" get_property="Page"/>
</widget>
#807019 FM 2024 FLUT skin dark - 10.0
flut
What is the panel you are using for player picture? Player Flut Card and Stadium? If so,, for removing the back kit go to player flut card and stadium.xml and remove the following code:
<widget id="mKit" class="kit_icon" file="generic/kit icon35" scale_picture="true" kit_zoom_level="2" priority="1">
<layout class="stick_to_sides_attachment" alignment="top" inset="25"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="70" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="30" />
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<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>
#788421 FM 2024 FLUT skin dark - 10.0
flut
Hi
Here is your file fixed. 🙂