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
#630581 FM 2021 FLUT skin dark - Version 16.0
flut
Hi don't know. In fact this skin slow down a little bit some panels (but just a little bit and only in some panels; and never massively). Maybe there is a conflict with other skins. Try to remove the other skins, download this skin again and reload the game….
#630577 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. is not easy to enlarge it and works well. However, you can try to do it in match caption panel small.xml
You can edit it in the following line of code, changing the width and the height.
<container class="plain_box" entity_layout_id="at0c" id="comC" appearance="boxes/custom/match/tv captions/si tv/caption/footer/paper" width="50" height="38">
However in order to adjust it well in the box you should edit other lines of code and I couldn't find exactly what is the codes to change. But you can try it. And if you find the solution I appreciate if you could share it.
#630558 FM 2021 FLUT skin dark - Version 16.0
flut
Done!!
Thank you Rosek (and Qvordrup)!!!
#630556 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. MagiIc is right. You can use V12 with the player overview from V11.
However, here is the link for V11
https://www.mediafire.com/file/zskecspv8o5mh6l/FLUTSKIN_DARK_FM21_V11_.zip/file
#630348 FM 2021 FLUT skin dark - Version 16.0
flut
HI all
Now you already can download the V12 adapted for Rosek for 2560x1440 screen resolution.
Thank you Rosek!!!!!
#630195 FM 2021 FLUT skin dark - Version 16.0
flut
Hmm…send me your kit icon34.xml and your player overview panel.xml and I will take a look on that files.
#630180 FM 2021 FLUT skin dark - Version 16.0
flut
Sorry. I mean the sidebar (the bar in the left side) only showing icons and not icons/text (i.e., the thin sidebar and not the wide sidebar)
#630136 FM 2021 FLUT skin dark - Version 16.0
flut
You are playing with sidebar icons only?
#630121 FM 2021 FLUT skin dark - Version 16.0
flut
Please read my last post to Magi1lc.
#630120 FM 2021 FLUT skin dark - Version 16.0
flut
If you are using the Profile Flut Stadium option, for number and for the wrong place of the nation flag and the physical condition, you just have to follow the instructions I gave to Paumate (if you look at his posts it worked) and Qvordrup.
You can edit it in kit icon34.xml in the following code
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="2"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="97"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="100" />
</widget>
2. for the place of the icons the code is in player overview panel.xml
<!-- bandeira pequena -->
<widget class="nation_button" id="natH" icon_alignment="left,top" dspf="4">
<layout class="stick_to_sides_attachment" alignment="top" inset="268.5" />
<layout class="stick_to_sides_attachment" alignment="centre" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="28"/>
<record id="object_property">
<integer id="get_property" value="Pnat" />
<integer id="set_property" value="valu" />
</record>
</widget>
<!-- condition -->
<widget class="editable_client_object_property_panel" id="conv" alignment="left" icon_alignment="left">
<layout class="stick_to_sides_attachment" alignment="top" inset="128" />
<layout class="stick_to_sides_attachment" alignment="centre" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="7"/>
<record id="widget_info" class="player_condition_icon_widget" appearance="" label_disabled="true" scale_picture="false" icon_alignment="right"/>
<record id="widget_properties" alignment="right,centre_y"/>
<record id="object_property" get_property="PcOI"/>
</widget>
3. finally for move the kits You can adjust it also in player overview panel.xml changing the values of left inset in following lines of code (use try and error method and don't forget that the second and third lines of each option should have the same value). I highlighted in red the lines of code you have to change for the option Profile Flut Stadium.
There are 6 options and, then, 18 lines you should change (3 for each option). The values in parenthesis are the current values
Profile Flut Card and Stadium
243 (70)
259 and 276 (-70)
Profile Flut Stadium
533 (90)
550 and 566 (-50)
Profile
841 (83)
856 and 872 (-65)
Profile Flut Team Colours
1181 (83)
1196 and 1212 (-65)
Profile Flut Card Background colour
1509 (110)
1524 and 1540 (-89)
Profile Flut Card
1838 (110)
1853 and 1869 (-89)
#630118 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. I really don't know what happens. Have you tried?
#630015 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
I use FC kits, because I prefer this style and also because I am a contributor, namely regarding the kits of portuguese leagues. Thus, since I use FC Style, I edit the skin using them. The advantage is the fact that using FC Style you can be sure that all kits displayed in the skin are in the right place and without be cut. However, as we know, there are many players who use the SS Kits and they also work, in overall, well, in spite of, sometimes, some tweaks are required. To sum up, I believe is mainly a question of personal taste and a little patience to do de adjustments if you use SS Kits.
#630010 FM 2021 FLUT skin dark - Version 16.0
flut
I also noticed in your screenshot, that for your resolution the nation button and the condition icon are out of the place. For the option you use (Profile Flut Stadium) you can adjust it in player overview panel.xml in the following code
<!-- bandeira pequena -->
<widget class="nation_button" id="natH" icon_alignment="left,top" dspf="4">
<layout class="stick_to_sides_attachment" alignment="top" inset="268.5" />
<layout class="stick_to_sides_attachment" alignment="centre" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="28"/>
<record id="object_property">
<integer id="get_property" value="Pnat" />
<integer id="set_property" value="valu" />
</record>
</widget>
<!-- condition -->
<widget class="editable_client_object_property_panel" id="conv" alignment="left" icon_alignment="left">
<layout class="stick_to_sides_attachment" alignment="top" inset="128" />
<layout class="stick_to_sides_attachment" alignment="centre" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="7"/>
<record id="widget_info" class="player_condition_icon_widget" appearance="" label_disabled="true" scale_picture="false" icon_alignment="right"/>
<record id="widget_properties" alignment="right,centre_y"/>
<record id="object_property" get_property="PcOI"/>
</widget>
#629930 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
In fact I noticed that. However, I don't know how to fix it. Sorry.
#629920 FM 2021 FLUT skin dark - Version 16.0
flut
Done!! Thanks 🙂
#629916 FM 2021 FLUT skin dark - Version 16.0
flut
You can edit it in kit icon34.xml in the following code
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="2"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="97"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="100" />
</widget>
#629910 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
Is done. I included that in the post (editing the post) 🙂
#629904 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. You forgot the screenshot 🙂
#629898 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks!! This means that you used my first skin for FM13 when I started this great adventure!!! Thanks!!!
#629896 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
No. I included that option (ability, and the other 3, from the info - mentals. personal details and contract) as an individual panel in eacj one of the 4 boxes in the left and the right of the middle panel. Thus, you only can choose ability. 🙂
#629894 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
You can adjust it in player overview panel.xml changing the values of left inset in following lines of code (use try and error method and don't forget that the second and third lines of each option should have the same value)
There are 6 options and, then, 18 lines you should change (3 for each option). The values in parenthesis are the current values
Profile Flut Card and Stadium
243 (70)
259 and 276 (-70)
Profile Flut Stadium
533 (90)
550 and 566 (-50)
Profile
841 (83)
856 and 872 (-65)
Profile Flut Team Colours
1181 (83)
1196 and 1212 (-65)
Profile Flut Card Background colour
1509 (110)
1524 and 1540 (-89)
Profile Flut Card
1838 (110)
1853 and 1869 (-89)
#629851 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
Now you can play with V12. This version only have two main changes: the new player overview panel, recovering the FlutSkin for FM18 style (but with a few updates 🙂 ) and the club overview panel tweaked.
As I said in the skin presentation I had doubts to release this version, since I don't like to release versions with only a few changes. However, since the player overview panel is New and many people wait for that new panel, I decided to open an exception!!
I hope you enjoy this version and thank you all for your support!!!
#629721 FM 2021 FLUT skin dark - Version 16.0
flut
What do you think (I tweaked the key players)?
#629515 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. That problem is not related to the skin. In my game the stadium is Gelder Group Sincil Bank Stadium. Maybe in the season you play the club (Lincoln) are playing in the Leicester Stadium (for instance if the Licoln stadium is under remodelng). But as I said, this is nothing to do with the skin.
#629514 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. I don't use touch. Maybe it works but I really don't know and even working you need many xmls to put in the touch skin and I can't help you in that task. Sorry.
#629499 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
You can change the colours in the settings.xml in the following codes (the first block is if you want to change the colour of the numbers; the second blocak cahnge the colour of background boxes).
<!-- profile attribute colours -->
<colour name="low attribute" red="247" green="121" blue="121"/>
<colour name="normal attribute" red="245" green="245" blue="85"/>
<colour name="good attribute" value="green 100" />
<colour name="excellent attribute" value="green" />
<!-- background attribute box colours Flut 20 v2 -->
<colour name="unknown attribute background" red="146" green="82" blue="143"/>
<colour name="low attribute background" red="247" green="121" blue="121"/>
<colour name="normal attribute background" red="245" green="245" blue="85"/>
<colour name="good attribute background" value="green 200" />
<colour name="excellent attribute background" value="green" />
#629443 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
First of all thanks for your comments and suggestions. Following the majority I changed the default vision of the player overview panel for the FM18 style. Thus, in the next update this (see below) will be the panel which have 6 different options in the drop down arrow (also as below). The panel of FlutsKin V11, will be as an alternative.
Rosek: I will not do this “new” panel for picture in the centre since the picture will not be well adjusted in the centre (but in the centre-right) and I don't like the effect.
Magi1lc: for FM22 I can try to keep this panel (if I know how to do it and, of course, if I still edit the skin 🙂  😉
#629270 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all. What do you think about these two additions?
2. alt player overview panel, bringing back the FlutSkin FM18 player overview
#629071 FM 2021 FLUT skin dark - Version 16.0
flut
When I started to edit the skin for these year I used a tactics panel with rotation/animation, like that one. However, I concluded that it doesn't work well namely when we minimise the panel. That's why I changed that panel and abandoned that idea. Thus, is possible but doesn't work as it should….
#629070 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
Yes. For example, for the file sent by Qvordruo you should use 100% windows settings, 100% Zoom in the game and the short sidebar (icons only). Of course I assumed you are using a 1920x1080 screen.