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
#195590 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
hi Doddo
thanks ;-)
concerning your problem, are you sure it is related to the skin? have you tried other skin to check if the problem doesn't occur?
#194824 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
You can copy the "match dual panel.xml".
#194375 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi
I'll try to tell you what are the xml you have to edit....but is not easy to explain you....
1. You have to search "match pre match panel" in panels folder.
Find
<container class="vertical_adaptive_container" inset="0" offset="0" gap="10">
<container default_height="-3">
and try to change the value "-3" for "-4" (the number will increase the top left of the panel and diminish the box with the green grass; maybe, however, the green grass will be unformatted; in order to adjust it you have to edit match8 picture (you will find it in graphics/boxes/flut/match8);
2. This is weird, because in my game the font colour is okay. Try the following:
go to "match team stats table overview1" and change the colour and/or the font in the following code
<record index="0" colour="title" font="fonts/panel_title4" size="9" />
<record index="1" colour="title" font="fonts/panel_title4" size="9" />
<record index="2" colour="title" font="fonts/panel_title4" size="9"/>
<record index="4" colour="title" font="fonts/panel_title4" size="9"/>
3. Because of your resolution my suggestion is to delete the honours panel (if you will do that the other problems will be fixed).
You just have to go to "team container information overview panel.xml", and delete the following code
<container priority="3" default_height="-2" minimum_height="120" >
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
<layout class="arrange_horizontal_attachment" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="all" offset="0" layout_children="true" />
<widget class="team_container_honours_panel" id="hons" default_height="-1" minimum_height="120" priority="2">
<record id="object_property">
<integer id="get_property" value="objt" />
<integer id="set_property" value="objt" />
</record>
</widget>
</container>
cheers
flut
#192968 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
In fact I think I will not update the dark version. Sorry ;-(
#191157 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
;-)
#189964 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Thanks. ;-)
This happens because you play in windowed mode. If you use full mode the pictures will appear.
However if you want, you can edit the xml in order to fit the pictures.
Go to the panels folder of the skin and find "bergkamp club overview staff panel". Open it and search for
<!--captain-->
<container default_height="200" priority="1">
Change the value 200 for other value (smaller than 200).
cheers
flut
#189913 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Could you please put a screenshot with the problem?
#188320 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Unfortunately I did it only for 1920x1080 and 1600x900. So the skin don't works properly with smaller resolutions...You can try the 1600x900 with 75 zoom but I think it will be too small and maybe unreadable...sorry ;-(
#187978 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi
Thanks ;-)
Concerning your questions:
1. The skin is able to use the Editor, however I don't know how to help you because I don't use it (I never used it);
2. The Instant Result are also included (in black, below the continue button).
cheers
flut
#187622 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Thanks ;-)
Concerning your question, I don't know if I understood but you could change the highlights speed in the bottom right button (with the definitions).
#186628 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Thanks. ;-)
You can find the dark version here in FM14 Skins topic. However the dark version doesn't have the latest two updates...Maybe someday I will decide to update it ;-)
#185358 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi tattsumi
thanks.
Concerning your question...unfortunately I don't know how to fix the bug I referred...;-(
cheers
#183644 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi
In fact there is a bug (the button to uncheck doesn't work). If you don't want to see the match between highlights panel you can uncheck it with other skin and then return to flutskin (the box will be uncheked too).
#168382 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Thanks ;-)
#167121 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Sorry but I don't know how make it works as you want...
#167026 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
#166970 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
If you want delete the third kit, go to team container information overview.xml (in panels folder), and search for
<widget class="label" id="T_tl" alignment="centre_x" auto_size="vertical" font="fonts/letterpressed" size="11">
<translation id="text" translation_id="256677" type="use" value="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" />
</widget>
<widget class="kit_picture" id="T_tk" kit_id="2" scale_picture="true" keep_aspect_ratio="true" height="160" width="160" image_alignment="centre" >
<record id="object_property">
<integer id="get_property" value="Tftm" />
<integer id="set_property" value="Ttea" />
</record>
</widget>
delete all the above code.
#166968 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi vanh
Thanks.
Use this
Put it in the panels folder of the skin.
#166744 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Sorry. I don't understand. Could you please put a screenshot with the problem?
#165763 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi
What is your screen resolution? And you play full mode or windowed mode?
#165555 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
I'm sorry vanh but I never tried to play the game adding a league...so I don't know what happens and I think I can't help you. Sorry...
#165263 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Don't forget that this skin is for FM career mode only (not for FMC).
#164933 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Thanks Tooj ;-)
I really appreciate your words ;-)
#164642 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Put it on skin 1600x900 inside the panels folder.
In the game go to preferences/interface/size of text and images and choose 75%
#164611 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
really I don't know what happens (even your panel_title font is not the correct...).
Maybe some conflict with other skins...
Try this: Delete the skin. Download the latest version. Keep only this skin in your skins folder. Clean the cache and reload the game...
#164610 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi
Use this: Your text to link here...
Put it on panels folder of the skin version 1600x900
And play the game with 1600x900 version, with zoom 75%
#164308 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi Joselito
Thanks ;-)
Concerning your question....I have no answer yet. I do not know if I'll have time to do it.....
#164163 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Thanks by the answer Aerythrylin ;-)
Btw I sent you a PM concerning your first comment.
cheers
flut
#163517 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Yes. You can do that, replace the faded by the normal logos ;-)
#163449 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
Thanks.
In order to show competition logos on the right you have to create a folder with the competition logos for background right.
In the config the code must be like the following:
<record from="100100" to="graphics/pictures/comp/100100/logo/background/right"/>