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
#697132 FM 2022 FLUT skin dark - 6.0
flut
Hi NunoKopio, Qvordrup and wannachupbrew
The fix will be used in FlutSkin.
Thanks wannachupbrew! đ
cheers
#694689 FM 2022 FLUT skin dark - 6.0
flut
Well. It was richbell who edited that version. You can try to ask him what are all the panels he changed. However, if you want, you can try to find all panels with the name including âplayer attributesâ and include them in this version. I believe that most of them will work.
#694675 FM 2022 FLUT skin dark - 6.0
flut
G0ofyy: thanks for your kind words. I really appreciated đ
Fallout lord: what is the player option you use? And when you talk about the smaller background image what is the image you are talking about?
Regarding the year founded you can move it down, for the top of the pennant, above the team logo (is the right place of the year). For that, open club overview panel.xml and change:
<widget class="dashed_number_label" spec="text" style="bold" id="CyfV" size="11" colour="secondary" alignment="centre_x,top" auto_size="vertical">
<boolean id="NumF" value="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="-2" />
<layout class="stick_to_sides_attachment" alignment="top" inset="36" />
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<integer id="get_property" value="Cyfn" />
</record>
</widget>
For
<widget class="dashed_number_label" spec="text" style="bold" id="CyfV" size="11" colour="secondary" alignment="centre_x,top" auto_size="vertical">
<boolean id="NumF" value="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="-2" />
<layout class="stick_to_sides_attachment" alignment="top" inset="50" />
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<integer id="get_property" value="Cyfn" />
</record>
</widget>
For media prediction open club overview details9.xml and change:
<widget class="media_expectation_text" spec="text" colour="secondary" style="bold" size="14" alignment="centre_x,centre_y" auto_size="vertical" id="CxcV" >
<boolean id="NumF" value="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="24,0,0,0"/>
<record id="object_property">
<integer id="get_property" value="CmeD" />
</record>
</widget>
For
<widget class="media_expectation_text" spec="text" colour="secondary" style="bold" size="14" alignment="centre_x,centre_y" auto_size="vertical" id="CxcV" >
<boolean id="NumF" value="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="30,0,0,0"/>
<record id="object_property">
<integer id="get_property" value="CmeD" />
</record>
</widget>
Selleck87: sorry. I didnât understand your questionâŚ.
#693581 Site issues - reporting thread
flut
Thanks đ
#691881 FM 2022 FLUT skin dark - 6.0
flut
You can change the picture of that panel.
For that, keep the code of client object browser.xml as it is (without remove the code I told you to remove) and go to graphics/backgrounds (of the skin). There you can find a .jpg file called âpressâ. You just have to make your own picture and name it âpressâ (overwrite the original).
đ
#691858 FM 2022 FLUT skin dark - 6.0
flut
Hi
I don't know if I understood well your question. I understood that you want to return to the default press room panel. If so, open client object browser.xml and remove the following code
<widget class="picture" id="prCN" file="backgrounds/press" scale_picture="true" keep_aspect_ratio="false">
<attachment class="test_multiple_globals_attachment" default_value="false">
<list id="get_properties">
<record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
</list>
<integer id="set_property" value="Shwn"/>
</attachment>
#691839 FM 2022 FLUT skin dark - 6.0
flut
Hi
Thanks đ
Could you please show me a screenshot with that panel?
#691292 FM 2022 FLUT skin dark - 6.0
flut
HI
The ID is in the title bar (the top bar), after the name of the club/league position (look at thsi screenshot)
#690902 FM 2022 FLUT skin dark - 6.0
flut
Hi
Ops you are absolutely right. I forgot to change something there. Thanks for reporting. Now is centred.
For that:
<widget class="player_season_stats_table_panel" file="player/player season stats table panel" id="pssp" late_loading="true">
<translation id="title" translation_id="385617" type="use" value="Season Stats[COMMENT: player overview; player stats by competition panel title]" />
</widget>
2. Change the code for
<widget class="player_season_stats_table_panel" file="player/player season stats table panel1" id="pssp" late_loading="true">
<translation id="title" translation_id="385617" type="use" value="Season Stats[COMMENT: player overview; player stats by competition panel title]" />
</widget>
3. Go to player season stats table panel1.xml and search for the code
<record id="default_properties" alignment="left,centre_y" spec="text" column="0" />
change that code for
<record id="default_properties" alignment="centre" spec="text" column="0" />
Done đ
#690901 FM 2022 FLUT skin dark - 6.0
flut
Hi
Unfortunately that player names and numbers share the code with other panels. I tried to reduce in this panel but it affected other panels. That's why I keep this panel like that, since we only access it once in each season.
#690900 FM 2022 FLUT skin dark - 6.0
flut
Hi
I already answered you via PM đ
#690899 FM 2022 FLUT skin dark - 6.0
flut
Hi
If you already use the citypics pack I put the link in the skin presentation (the pack was done by DAZS8) and the citypics and/or stadiums are not there, you can create/use your own pictures. You just have to have the pictures you want and make a config file.
For stadiums I put a tutorial for that in the skin pack âStadium CONFIGS Flutskin FM.pdfâ.
For citypics your config should have codes like the following (is just an example for one citypic). Note that the ID is the ID of the club.
<record from="11000034" to="graphics/pictures/club/11000034/background"/>
#690425 FM 2022 FLUT skin dark - 6.0
flut
Thanks!!
For the kit in player attributes panel you should edit kit icon52.xml
cheers
#689837 FM 2022 FLUT skin dark - 6.0
flut
shenryo: now I believe I understood. Tahnks. However, and unfortunately, since I did that change for a long time ago, I don't remember now how you can place it on the header (I have an idea but it is hard to explainâŚ). Sorry.
kingofpain: thanks đ
#689809 FM 2022 FLUT skin dark - 6.0
flut
Hi matg: many thanks!!!! đ
Hi evoking: Only in the player overview panel near the attributes. However, if you want, you can use this file (I changed the code)
https://www.mediafire.com/file/p0mym06uu21nltx/player_additional_attributes_panel.xml/file
Hi kingofpain: Thanks! Regarding your issue, I really donât know why it happens. Maybe there is somekind of conflict with other skins or other flutskin versionâŚTry to clear the cache, exit the game, keep only this skin (and this version of the skin) in the skins folder of the game and reload the game.
Hi shenryo: I didnât change anything in that panel (and I did not understand your last question). Regarding your first question, try the following. Go to match score ĂĄrea panel.xml and in the first line of code follow the instructions. For example if your screen resolution is 2560 x 1440 and you are playing with 100% Windows display settings and zoom, change
<panel width="1720" > <!-- Put here a value equal to your screen resolution minus 200 -->
For
<panel width="2360" > <!-- Put here a value equal to your screen resolution minus 200 -->
#689412 FM 2022 FLUT skin dark - 6.0
flut
Hi
Sorry but I didn't understand your question. Could you please explain a little bit more and/or show a screenshot?
#689411 FM 2022 FLUT skin dark - 6.0
flut
Hi and thanks đ
I stopped includding that fix because it causes a bug in the data_hub panel (the panel displayed will be emptyâŚ.).
#689409 FM 2022 FLUT skin dark - 6.0
flut
Hi DazS
OhâŚsorry, my fault. In fact now I use the ability ranging from 0-200 and I forgot to change the code for the released version (it works well only if we have the ingame editor). However, is easy to change the code.
Go to player additional attributes panel.xml and change
<record id="object_property" get_property="PCAB"/>
for
<record id="object_property" get_property="Pcab"/>
and
<record id="object_property" get_property="PPAB"/>
for
<record id="object_property" get_property="Ppab"/>
cheers đ
#689225 FM 2022 FLUT skin dark - 6.0
flut
Thanks, Richard!! đ đ
And congratulations regarding Leeds Utd.
I have to say that I am also happy, since FCP won the League and the CUP!! It was a great season!!!
cheers
#689190 FM 2022 FLUT skin dark - 6.0
flut
Hi all
Now you can download the version 6 of your FlutSkin. I hope you enjoy the changes, although just âsmallâ changes.
I believe this is the final version of FlutSkin for FM22.
Once again, thank you all for keep me focused on improve the skin.
A special thank you to all that decided to distinguish me with a donation (you are just a few, but you make the difference!!). Cheers!!!
#689185 FM 2022 FLUT skin dark - 6.0
flut
Hauler: I don't know. You have to use trial and error method, combining the ZOOM of the game with the windows display settings.
gulchynsky: there are, as you noticed, many different fonts (even much more than I have in the fonts folder of the skin - they are in the default skin) and many times the type of font is in the xml of the panel. For some of the panels I could told you what you have to do, but not for other. However, for telling you that, I will have to open many xmls for search what is the font I use. Thus, sorry, but I can't help you.
facundo: what alternative backgrounds are you talking about? Sorry but I didn't understand.
#689181 FM 2022 FLUT skin dark - 6.0
flut
Thanks.
For that, since you use the âprofileâ option, you should go to player overview panel.xml and remove all the code from line 841 to line 933
#688061 FM 2022 FLUT skin dark - 6.0
flut
Osaris and Destino: everything is okay in my game. Therefore, sorry but I canât help you
Funny_emu: The problem with the logo is due to the fact that you are using the original background logos and for display the logos as it is in my screenshots, you should use the normal logos as background logos.
thomasmilton: that percentage graphs are already in the team squad viewâŚ.. Maybe there is a conflict with other skin. Clear the cache, keep this skin only in the skins folder and reload the game.
#685534 FM 2022 FLUT skin dark - 6.0
flut
Hi McG84, Is weird and I have no explanation for that. Thus I donât know how to help you. Sorry.
Hi fixer: go to player additional attributes panel.xml and change:
<record id="object_property" get_property="Pcab"/>
for
<record id="object_property" get_property="PCAB"/>
and
<record id="object_property" get_property="Ppab"/>
For
<record id="object_property" get_property="PPAB"/>
Hi MikeyL92: I included the code âsave session stateâ in the panels for saving the changes we do, and in my game it seems is working (I changed in the drop down arrow, saved the game, exit the game and reloaded the game; the panel kept the changes).
Hi luffy: Regarding your first question, I really donât know what happens. Did you try with other skin? (maybe there is a conflictâŚ.)
Concerning the second question everything is okay. You are playing in Bundesliga and that panel without player pictures is only for Bundesliga (is the default of the game for Bundesliga)
#684032 FM 2022 FLUT skin dark - 6.0
flut
Hi
That is weird. I tried with my game and it seems everything is okay. Try to clear the cache and reload the game (and don't fprget to keep this skin version only in your skins folder of the game).
#684031 FM 2022 FLUT skin dark - 6.0
flut
Thank you all!! And thank you, today specially to spike for the donation!! I really appreciated.
#683809 FM 2022 FLUT skin dark - 6.0
flut
Hi all
I've been working on the skin and decided to make a new approach to the Home Human page. So, I created 4 different tabs that allow easier access to all the information available on the home page. What do you think?
#683721 FM 2022 FLUT skin dark - 6.0
flut
Great!!
However, I'm curious. I noticed that that popup was from FM21, but what are the differences? Here is a screenshot of FM22
#683713 FM 2022 FLUT skin dark - 6.0
flut
Hi mackboss: sorry but I didn't understand your question. The player popup panel already have attributes with background boxesâŚCould you please explain a little bit more your question?
#683593 FM 2022 FLUT skin dark - 6.0
flut
Well, R Charlston and bartdude, my friends, I feel really honored with your comments and your kind words. A big thank you!!!
Jeff: yes, I intend to release a new update with a few (just a fewâŚ) changes.