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
#341561 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Ross: do you want to remove CA/PA and the additional attributes and return to the previous version of player profile?
#341538 FM 2016 FLUT skin v2.3
flut
Hi luffy: Thanks.
The problem you report is weird. It seems there is a conflict with other skins..Did you try to clean the cache, keep only this skin in the skins folder and reload the game? I didn't play in Barclays League (and the same for bundesliga) but when I go to the panel of Barclays League and Bundesliga everything is okay.
#341348 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi roykela: Thanks.
1. For the first question you can edit the place of the match scoreboard in the file match title bar score.xml (in the panels folder of the skin).
Search for the code
<container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper">
<layout class="arrange_horizontal_attachment" alignment="horizontal" gap="0" offset="0"/>
and increase the value of offset (however I think you only can move to the right a little bit because from certain value the scoreboard will be cut...and I don't remember how to do it for fix this problem)
2. Use THIS (put it in the panels folder of the skin)
#341347 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Tomas: Thanks. If you are talking about the 3D kits, the problem is not related to the skin. However, maybe there is a conflict with other skins. Try to clean the cache, keep only this skin in the skins folder and reload the game.
#340122 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Dennis:
Go to the settings xml of the skin and search for:
<!-- background attribute box colours Flut 1.5 -->
<colour name="unknown attribute background" red="210" green="210" blue="210"/>
<colour name="low attribute background" red="241" green="159" blue="193"/>
<!--<colour name="normal attribute background" red="248" green="207" blue="0"/>-->
<colour name="normal attribute background" red="128" green="188" blue="244"/>
<!--<colour name="good attribute background" red="83" green="184" blue="66" />-->
<colour name="good attribute background" red="15" green="158" blue="15" />
<!--<colour name="excellent attribute background" red="62" green="211" blue="62" />-->
<colour name="excellent attribute background" red="28" green="207" blue="28" />
Change the values of red, green, blue in the lines without <!-- in the beggining (because these lines are not active). Clean the cache of the game, exit the game and reload it.
#340061 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Dennis: Thanks.
Regarding your question, you want to change the colour of the boxes of the attributes, am I right?
#339519 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi scousse: sorry but I didn't understand the problem. Could you please explain again and put screenshots showing the problem?
#339031 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi
The flags displayed in the player profile and also in the nation panels (country locator) are part of the skin and they are in the pack (skin/graphics/pictures/flags/big). Other flags or nation logos are not included in the skin.
#338676 FM 2016 FLUT skin - Dark Version v2.3
flut
yes.
#337633 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi scouse100: first of all, thanks D_LO.
In fact, if you want to change the colour of attributes boxes you have to go to the settings.xml and find the following code:
<colour name="unknown attribute background" red="210" green="210" blue="210"/>
<colour name="low attribute background" red="241" green="159" blue="193"/>
<!--<colour name="normal attribute background" red="248" green="207" blue="0"/>-->
<colour name="normal attribute background" red="128" green="188" blue="244"/>
<!--<colour name="good attribute background" red="83" green="184" blue="66" />-->
<colour name="good attribute background" red="15" green="158" blue="15" />
<!--<colour name="excellent attribute background" red="62" green="211" blue="62" />-->
<colour name="excellent attribute background" red="28" green="207" blue="28" />
Change the values of red, green and blue according the colour you want (you can use photoshop in order to know the values of the colour you want) in the lines where there isn’t the symbol <!— (because this lines are not active), and save the xml (I highlighted in blue the lines you should change)
After the changes, exit the game and reload it. Done!!
#337632 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi
1. In order to delete the "signature" name you have to go to the custom folder (inside the panels folder) and, in all of the xml except picture selector panel, you have to delete the code similar to the following:
<!-- person name -->
<widget class="person_button" dslk="true" font="fonts/signature" alignment="bottom,can_scale" size="17" colour="secondary">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="4" />
<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="0"/>
<record id="object_property">
<integer id="get_property" value="objt" />
</record>
</widget>
In each one of those xml you also have to delete the code similar to this one:
<widget class="picture" file="boxes/flut/paper11" image_alignment="bottom" >
<layout class="stick_to_sides_attachment" alignment="bottom" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<!-- colorir fundo da cor da equipa -->
<record id="object_property">
<integer id="get_property" value="tbcl" />
<integer id="set_property" value="colr" />
</record>
</widget>
2. To get the kit on the player info page, do I need to copy my kit files into logos? (I have read the pdf but still a bit confused) Surely I dont have to rewrite the config myself?
Yes you have to do exactly I explain in pdf. You have to copy your kits folder and change the config in order to seems like the following (this is an example for the Anderlecht kit). Note that you just have to change in each line the words “team” by “club”, “kits” by “logo” and “home” by “background/left” (if you use, for instance, notepad++ its quite easy with some patience)
A line of the original config
<record from="anderlecht_1" to="graphics/pictures/team/256/kits/home"/>
A line for the new config
<record from="anderlecht_1" to="graphics/pictures/club/256/logo/background/left"/>
After the changes you should put the new folder in the logos folder of the game.
#336439 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi
Sorry but I didn't understand. What is the problem that still unsolved?
#336021 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi vonreichsm:
For the second question:
1. in order to increase the box on the right you have to edit the inbox content with player overview panel (in the news_item_panels)
Search for
<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0"/>
<layout class="arrange_horizontal_attachment" layout="-1, 615" offset="0" gap="1"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
and increase the value 615
2. for the values of the attributes: go to player attributtes panel overview inbox (in the panels folder), search for
<record index="1" id="val " sort_disabled="true" column_alignment="centre">
<record id="widget_info" class="attribute_label" alignment="centre, can_scale" colour="white" size="12" font="fonts/ProximaNova-Bold1" style="bold" use_attribute_colour_as_bg="true" appearance="boxes/custom/attributes/paper"/>
</record>
and change the value size="12"
For the first question, you can use THIS
Put it in the news_item_panels folder
cheers
#335632 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi vonreichsm: thanks. But we were almost out of the Euro....And in spite of the fact that it was a good game (with lots of emotions) Portugal is not playing good enough......yet :-)
Here is the fix for your problem.
Put it in the panels folder of the skin.
cheers
DOWNLOAD
#334835 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi vanh: thanks for the report. Use THIS
Put it in the panels folder of the skin (overwrite the other one)
#334446 FM 2016 FLUT skin v2.3
flut
#334445 FM 2016 FLUT skin - Dark Version v2.3
flut
#334165 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi. If you follow the procedures explained in the post the skin will be shown in the preferences. However, don't forget that this skin is for career mode.
#331339 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi
You can use THIS
Put the folder "menubar" in the panels folder of the skin, and the file sidebar menu table, also in the panels folder.
Now you're sidebar will be always black. If you want to change for another colour, open the xml find the code
<widget class="picture" id="colb" file="boxes/flut/sb1" red_replacement="black" rthr="68"/>
and change "black" for other colour.
#330943 FM 2016 FLUT skin v2.3
flut
:-)
You can try THIS for dark skin.
cheers
#330887 FM 2016 FLUT skin v2.3
flut
You can use those folders I sent you and the settings file original.
This is only for white skin.
But I think you have not this problem with dark skin. have you?
Let me know if it worked.
#330870 FM 2016 FLUT skin v2.3
flut
Hi
I'm sure now it will work. Put these folder (extracted, of course) in the following path:
skin/graphics/boxes/subsection (overwrite the other with the name standard)
DOWNLOAD
#330795 FM 2016 FLUT skin v2.3
flut
Okay. Try this one (put it in the settings folder of the skin).
DOWNLOAD
#330789 FM 2016 FLUT skin v2.3
flut
Hi mckagan: thanks :-)
Concerning the problems you reported they are indeed related to the zoom. Try to use THESE folders. Put it in the path
whiteskin/graphics/boxes
(delete the folders with the same name as these).
Please let me know if now everything is okay
#329825 FM 2016 FLUT skin v2.3
flut
#329824 FM 2016 FLUT skin - Dark Version v2.3
flut
#327677 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi TH: I use the notepad++ in order to change all the lines at once of each one of the config in the kits folder.
#327617 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi TH26
1. Please read the pdf (tutorial). I explain there how you should do in order to see the kits.
2. Concerning club overview:
A. Use THIS . Put it in the panels folder of skin
B. Go to "club overview details2.xml" and Reduce the value of height in the following code:
<!--logo-->
<widget class="picture" id="pict" height="180" scale_picture="true">
increase, also, the value (in the same xml) of the "gap" in the following code
<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
<layout class="arrange_vertical_attachment" alignment="vertical" offset="0" gap="0"/>
3. Go to the match overview.xml and reduce the value of "height" in the following code
<!--home team-->
<widget class="client_object_logo_picture" id="hmtd" scale_picture="false" height="55">
<boolean id="keep_aspect_ratio" value="true"/>
<flags id="image_alignment" value="top"/>
<record id="object_property">
<integer id="get_property" value="home"/>
<integer id="set_property" value="objt"/>
</record>
</widget>
<!--away team-->
<widget class="client_object_logo_picture" id="awtd" scale_picture="false" height="55">
<boolean id="keep_aspect_ratio" value="true"/>
<flags id="image_alignment" value="top"/>
<record id="object_property">
<integer id="get_property" value="away"/>
<integer id="set_property" value="objt"/>
</record>
</widget>
#327156 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi vonreichsm:
Go to "non player comparison.xml" and change
<!-- Top section displaying personal details side-by side -->
<!-- The fixed height is a bug-fix to avoid using fit_children (too slow) -->
<container id="namh" height="248">
by
<!-- Top section displaying personal details side-by side -->
<!-- The fixed height is a bug-fix to avoid using fit_children (too slow) -->
<container id="namh" height="310">
#326597 FM 2016 FLUT skin - Dark Version v2.3
flut
Thanks for the information. I think that the "=" means that there is more than one nation in that position.....