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
#581159 FM 2021 FLUT skin dark - Version 16.0
flut
For number you should edit
<!-- player number -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
first reduce the value 95. After you obtain the size you want, you should also change the values of left and right to adjust the number in the right place.
#581158 FM 2021 FLUT skin dark - Version 16.0
flut
HI
Thanks for helping with the answers 🙂
Regarding the badges, if you want you can delete it from the folder and...the game will assume the other you want (or the default).
#581156 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
Hi
1. As I said you should edit kit icon 14
Here, reduce the value
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="100"/>
Here also reduce the value
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
After, maybe you should also change the lines of top and left in order to adjust the number in the right place
2. I did not understand. The circles are there (a can see them in the pitch in your screenshot). They are not in the popup (is the default view).
#581061 FM 2021 FLUT skin dark - Version 16.0
flut
the-guvnor: sorry nut I can't help you since everything goes well in my game.
#581049 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
ou should edit the name and the number in the following pieces of code in panels/generic/kit icon14
<widget class="label" id="bNAM" size="11" alignment="top, centre_y, can_scale" font="fonts/kit name" colour="secondary" >
<layout class="stick_to_sides_attachment" alignment="top" inset="44" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="100"/>
</widget>
<!-- player number -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
Regarding the kits: the kits are only for the players and not the GK. There is no possibility to have a distinct kit for GK (as in all the kit packs)
#580952 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
einherjer83: thanks!!!
Chung_Ad:
1. This is due your screen resolution. Please go to the thread of the skin. I already answered how you can remove that “wrong” logo.
2. For use the skin without backgrounds go to cliente object browser.xml and change
<!-- background picture - covers entire screen -->
<widget class="background" file="backgrounds/default" id="bgnd">
<!-- Once everything is hooked up we'll use a get global attachment like below tied to the
appropriate global setting to show/hide instead of the complex test multiple global
setups for the various items we'll show/hide -->
<!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
<record id="object_property">
<integer id="get_property" value="bgnd" />
<integer id="set_property" value="file" />
</record>
<attachment class="test_multiple_globals_attachment" default_value="false">
<list id="get_properties">
<record get_property="MatS" test_mode="equal" value="true" skip_if_null="true" />
<!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
<record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
</list>
<integer id="set_property" value="hidn" />
</attachment>
</widget>
For
<!-- background picture - covers entire screen -->
<widget class="picture" file="backgrounds/default" id="lggg">
<!-- Once everything is hooked up we'll use a get global attachment like below tied to the
appropriate global setting to show/hide instead of the complex test multiple global
setups for the various items we'll show/hide -->
<!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
<record id="object_property">
<integer id="get_property" value="lggg" />
<integer id="set_property" value="pict" />
</record>
<attachment class="test_multiple_globals_attachment" default_value="false">
<list id="get_properties">
<record get_property="MatS" test_mode="equal" value="true" skip_if_null="true" />
<!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
<record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
</list>
<integer id="set_property" value="hidn" />
</attachment>
</widget>
3. This i salso reagrding your screen resolution. The skin works well in 4k, icons only, full window. If you usem for exemple 1920x1080 you can play with 50% zoom (better) or 85% zoom icons only (acceptable)
#580950 FM 2021 FLUT skin dark - Version 16.0
flut
For moving the player name open kit icon14.xml and change the value of top inset in this piece of code
<!-- player number -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
</widget>
Rosek: could you please place a screenshot since I didn’t understand what is the button you are talking about?
McG84: you don’t have to remove the stars but move the name of the manager for the right place. For that go to club overview panel.xml and change the value of top in the following code
<widget class="person_snapshot_club_overview_panel" id="mana" file="person snapshot club overview16">
<translation id="title" translation_id="227981" type="use" value="Manager" />
<layout class="stick_to_sides_attachment" alignment="top" inset="19"/>
Georgios Pesios and Kinkladze10: you can edit that box (containing the manager in club overview panel) in club overview panel (look at my comment to McG84). You maybe also have to edit the person snapshot club overview16.xml
For player name in the shirt decrease the value of horizontal inset in that piece of code.
SolC: Thanks. You can edit it in titlebar.xml (which is inside the generic folder in the panels folder of the skin)
Jeff's72: You can remove them in the match score area panel.xml, removing the following piece of code
<container class="main_box_no_margin" width="200" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="black">
<layout class="arrange_vertical_attachment" alignment="vertical" layout="-1" offset="0" gap="0" />
<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" />
<!--weather-->
<widget class="weather_indicator_panel" file="weather indicator horizontal1" id="FxWe" >
<record id="object_property">
<integer id="get_property" value="FxWe" />
<integer id="set_property" value="valu" />
</record>
</widget>
</container>
<container class="main_box_no_margin" width="251" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="black">
<layout class="arrange_vertical_attachment" layout="-1,-1,-1" offset="0" gap="0" />
<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
<!-- stadium -->
<widget class="client_object_label" id="namV" style="bold" alignment="centre,can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="stad" />
</record>
</widget>
<!-- city -->
<widget class="city_label" id="namL" alignment="centre;can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="SctI" />
</record>
</widget>
<!--fixture name-->
<widget class="fixture_name_text" icon_enabled="true" id="Name" style="bold" alignment="centre,can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="FxNm" />
</record>
</widget>
<!--date
<widget class="date_cell" id="date" alignment="centre,can_scale" auto_size="vertical" size="9" colour="text">
<translation id="format" translation_id="447557" type="use" value="[%date#1-time] kick off on [%date#1-short][COMMENT: string to show the kick off time and date of a fixture]" />
<record id="object_property">
<integer id="get_property" value="fxdt" />
</record>
</widget>-->
</container>
HI bartdude: you left me without any words. I just have to be recognized by your always kind and stimulating words. I really don't know if I can correspond your expectations this year but I just can promise that if nothing special will happens in my life I will continue trying to improve the skin. Thank you again!!!! And also fot your generous donation and your appeal to donations by other FM Players.
#580694 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
If you move the front kit to the left will be cut. Since I use the FC12 kits as default, in order to have that front kit perfectly adjusted, correctly covering what's behind, I advise using the FC12 pack prepared for Flutskin HERE
#580672 FM 2021 FLUT skin dark - Version 16.0
flut
Go to kit icon18 (located in panels/generic) and delete the following code:
<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="22"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="11"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="43" />
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
#580555 FM 2021 FLUT skin dark - Version 16.0
flut
Yes. You just have to delete the match commentary.xml and reload the game in order the game read the deafault one again
#580552 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
You can reduce the shirt number increasing the value
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
However, after that you should also change the values of top and left in order to adjust the number in the centre of the kit.
All of the changes should be using trial and error method, since it depends on the screen resolution.
#580397 FM 2021 FLUT skin dark - Version 16.0
flut
Thank you again Dazs8!! You're work is absolutely great and excellent for FlutSkin. Cheers, my friend!
#580359 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
You just have to delete the following piece of code in kit icon16.xml (located in generic folder)
<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="145"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="127" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
#580321 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
For the box with the manager you should edit the file person snapshot club overview16.xml
For decrease the number edit kit icon14 in the following code
<!-- player number -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
</widget>
#580202 FM 2021 FLUT skin dark - Version 16.0
flut
THis will be fixed in the next version of the skin that I will release tomorrow.
#580071 FM 2021 FLUT skin dark - Version 16.0
flut
But please could you place screenshots in order I have no doubt about where are that bugs?
#579956 FM 2021 FLUT skin dark - Version 16.0
flut
Yes, the popup now includes the left and right foo (the player overview panel also includes it in all three options).
Charçston, could you please put a screenshot with the problem you reported?
cheers
#579567 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks 🙂
Regarding you question, in the next version that "card" will be black 🙂
cheers
#579391 FM 2021 FLUT skin dark - Version 16.0
flut
you can go to player overview panel.xml and in the piece of code
<container class="bordered_box" appearance="boxes/bordered/standard/paper" red_replacement="" priority="1" colour="black" dont_set_embedded_title="true" default_height="-5" id="plfz" minimum_height="20">
<translation id="text" type="use" value="Player" />
change for
<container class="bordered_box" appearance="boxes/bordered/standard/paper" red_replacement="" priority="1" colour="black" dont_set_embedded_title="true" default_height="-5" id="plfz" minimum_height="20">
<translation id="text" type="use" value="" />
However, in the drop down arrow that option will be without any title.
#579373 FM 2021 FLUT skin dark - Version 16.0
flut
Oh I see, yes, when we go to preferences. I don't know how to change it
#579371 FM 2021 FLUT skin dark - Version 16.0
flut
Use this one (place it in the player folder of the skin)
DOWNLOAD
#579300 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Latrell: use THIS
Place it in panels/player (overwrite the original one)
McG84: thanks. 🙂
#579014 FM 2021 FLUT skin dark - Version 16.0
flut
mattafc1234: thanks. for delete the wrong logo go to panels/generic/kit icon16 and delete the following code
<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="128"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="105" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
mysterio: as soon as I can I will upadte the kits pack with greece
mush2015: thanks!! 🙂
SteveWise106: Thanks. In fact when we play with a club, the sidebar matches the colour of the club, for all other clubs is dark. Maybe later I will do na alt for sidebar. However, for now I have to finish the chanages and bugs reported. When the skin will be in its stable version I will start with some addons (alt files).
DaveCillo: Many thanks. However, the light version still have to wait untill this version is stabel and “concluded”. This year I have no much time to work on both simultaneously. Sorry… Regarding the bug you reported is now fixed and the fix will be included in the next version.
#578962 FM 2021 FLUT skin dark - Version 16.0
flut
You are placing lots of questions and requests. So, I have to beg you:
1. Please report bugs and place screenshots to better understand them
2. Please read the thread befor posting because it already started the same thing that happened last year (some questions were already answered and is "terrible" to see many repeated questions)
3.Try to not make requests just because you prefered or like something, i.e., try question with "common sense"
4. Please be patient if I don't answer quickly
After all, this is only the first version and I know it can be much improved but ... slowly (my time is not only dedicated to the skin and it is not infinite).
#578651 FM 2021 FLUT skin dark - Version 16.0
flut
Sheffield Hammer: unfortunately I couldn't find how to do it yet....that's why the skin maintain the 6 letters names..
mysterio: you can use THIS but if you don't use the SS default kits, the images will be overlapped. However, if you want, you can use the FC Style pack I updated in HERE
#578532 FM 2021 FLUT skin dark - Version 16.0
flut
I really appreciated!!
#578428 FM 2021 FLUT skin dark - Version 16.0
flut
You are talking about the player popup panel. In fact I ddn't work on it yet. In the future versions I will edit that panel.
#578416 FM 2021 FLUT skin dark - Version 16.0
flut
this meaning that the is name too big or too small (I don't know exactly). However you can adjust it in panels/generic/kit icon14
Edit the following code, namely the value of horizontal (use trial and error strategy)
<widget class="label" id="bNAM" size="11" alignment="top, centre_y, can_scale" font="fonts/kit name" colour="secondary" >
<layout class="stick_to_sides_attachment" alignment="top" inset="45" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="80"/>
</widget>
#578357 FM 2021 FLUT skin dark - Version 16.0
flut
If you want to remove the wrong badge do the following:
go to panels/generic/kit icon16 and delete the following code
<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="128"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="105" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
For removing the kits it's more difficult and I can't explain you since if you remove them the text that are below will jump for the place of the kits.
#578328 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks 🙂
Regarding your questions: I already tried to do both of them but for now, unfortunately I couldn't found how to solve that problems (6 letters only and the colour of the teams...). Of course if I find the solution I will include that changes in the next versions.