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
#224590 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi
1. for player profile:
a. go to "player personal details1" and serach for
find for:
<!--national flag-->
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="top, left">
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="550"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="15" />
<!-- Specifically override the default display widget -->
<record id="widget_properties">
<flags id="alignment" value="centre" />
</record>
<record id="widget_info">
<symbol id="class" value="client_object_logo_picture" />
<flags id="image_alignment" value="centre" />
<boolean id="scale_picture" value="true" />
<boolean id="keep_aspect_ratio" value="true" />
</record>
<record id="object_property">
<integer id="get_property" value="PNat" />
</record>
</widget>
b. change the value of alignment="left" inset="550"/> for another smaller (this value concerning the distance from the left of the panel);
change also the value of the inset=15 for another bigger (then, the flag will be smaller).
2. For titlebar:
a. go to titlebar.xml
b. search for
<widget class="picture" id="lftB" auto_size="all">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="20"/>
<record id="object_property">
<integer id="get_property" value="mbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>
c. change the value of inset="20" for a smaller value (you can also change the value of vertical inset, changing the value "0" by other.
#224500 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
In order to edit the picutres of key employees you have to edit the bergkamp club overview staff panel.xml. Open it and find for <container default_height="200" priority="1"> Reduce the value 200.
#224499 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Sorry but I don't understand. I thought you want the 1.0 version of titlebar...really I don't know what you want. Could you explain again, please?
#223207 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi
You can use these
Your text to link here...
Your text to link here...
#223197 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi korki
you're absolutely right ;-) Thanks!!!
And your opposition panel looks great. I thank you if you please could send me the xml ;-)
Concerning the bright, I started to change some panels in order to reduce it. In the next release I will try to reduce the white...
cheers
flut
#222878 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi
Here is 2 files
Your text to link here...
Your text to link here...
Put it in the panels folder.
Concerning the background logo in the right, you can increase it in "titlebar". Search for:
<widget class="picture" id="rigB" scale_picture="true" transparency="1.0">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="right" inset="0"/>
<record id="object_property">
<integer id="get_property" value="sbpc"/>
<integer id="set_property" value="file"/>
</record>
try to change the value of the vertical insight (put a negative number) or change the scale_picture to "false" (I didn't try these yet).
The cut off number in player proflie you have to edit in player personal details panel1 in the following code
<!--squad number-->
<widget class="text" auto_size="vertical" alignment="centre" size="small">
<translation id="text" translation_id="316630" type="use" value="no.[COMMENT: title for displaying a squad number on the player profile panel]" />
</widget>
<widget class="squad_number_label" id="SqNu" alignment="centre" spec="text,large" font="fonts/letterpressed" size="14">
<record id="object_property">
<integer id="get_property" value="Psnu" />
</record>
</widget>
cheers
flut
#222576 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi memomal
In order to adjust the player picture go to "player personal details panel1" and search for:
<widget class="client_object_profile_picture" id="prop" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
<list id="value">
<boolean value="false" />
</list>
</attachment>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
Increase the value of inset="=0"
2. For club logo, go to the club overview details2, search for
<!--logo-->
<widget class="picture" id="pict" height="200" scale_picture="true">
reduce the value "200".
3. Here is the titlebar from 1.0 version
Here
#222293 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Sorry. I didn't understand your question....
#221273 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
#220874 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
I really don't know what happens and also how to help you. You are playing in full window?
#220832 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Hi
Is weird the problem you report. Try with the new update version 1.1 ;-)
#220831 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
You have to edit playe rpersonal details panel1
Search for
<!--national flag-->
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="top, left">
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="550"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="10" />
<!-- Specifically override the default display widget -->
<record id="widget_properties">
<flags id="alignment" value="centre" />
</record>
<record id="widget_info">
<symbol id="class" value="client_object_logo_picture" />
<flags id="image_alignment" value="centre" />
<boolean id="scale_picture" value="true" />
<boolean id="keep_aspect_ratio" value="true" />
</record>
<record id="object_property">
<integer id="get_property" value="PNat" />
</record>
</widget>
and change the value of
<layout class="stick_to_sides_attachment" alignment="vertical" inset="10" /> (increasing the value "inset" the flag will be smaller). If you want to move it, edit the code
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="550"/>
changing the values of top inset and left inset
#220336 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
Now I will try to answer the questions:
1. Johan06nice - you have to edit player personal details panel1. But I didn’t understood what you really want to do. Could you please explain again?
2. coop21 - remember that this skin is for career mode and not for FMC and please check if you did all the steps correctly ;-)
3. Neochrome - you have to edit the following panels: player profile technical attributes1; player profile mental attributes1; player profile physical attributes overview1.
In each one of those xml you have to change the following code: <record index="2" alignment="centre" font="semi_bold" colour="white" height="20" appearance="boxes/custom/attributes/paper" > by, for instance <record index="2" alignment="centre" font="fonts/panel_title" style="bold" colour="white" height="20" appearance="boxes/custom/attributes/paper" > (the text in bold refers that one you could edit with the font you like)
4. pmacklam - you're absolutely right. Some font colours are difficult to read..however, I didn't found the code responsible for that, yet. So, in the next update, the box will be a little bit dark in order to make the text more readable.
5. Aljo24 - my logos are FMIF logos. Meanwhile, I already fixed the problem wit the mettalic logos (in some panels they are cut). However if you want to keep the flag at right of the player profile you have to edit the xml in order to reduce the size of the flag...
6- Mano - sorry but I don't know yet if I will make a dark version this year...
7. Duracell.88 and vedran.bukal - I understand you..however I play in the resolution I did the skin and it will be a hard work (and I have no enough free time...) tho adjust for smaller resolutions..So...I'm sorry about that.
cheers
flut
#212903 Portugal - Liga ZON Sagres SS'2014/15 Relink! (01/03/15)
flut
Here is the kit for Belenenses away, now with the brand ;-)
#205649 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
You have to paste the link in the right place:
1. click on the icon with a screen (the sixth in the bar on the top; you see it when you write your comment) and will open a window
2, paste the link
#205064 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
You have to upload it with, for instance, postimage.org, and then, you have to paste the link here. For that, click on the icon with a screen (the sixth from the left in the bar above the text you write when you comment here)
#205007 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
When you are in the panel you want to do the screenshot you just have to tape "alt" and "F9". The Screenshot appears in the screenshot folder in the Football manager folder you have in My documents (will be created a png file).
Thanks kamkaran ;-)
#204831 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi Edwin
Could you please put a screenshot in order to better understand your problem?
And you play in 1600x900 but windowed mode, right (because if you play in 1600x900 full screen all the panels must be showed adequately with 1600x900 version)?
#204406 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
In fact I didn't a 1600x900 version (only for white version).
Sorry...
#203855 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
;-) ;-) :-)
#203651 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
1. FMEL is a FM editor live (you can search for it and download it)
2. After download it start your game. Execute FMEL and click in "load game"; in the search window write the name of the stadium and in Tab stadiums will appear the stadium; click on the name (will open a new window) and you just have to look at the ID.
3. Create the stadium picture and save as .png (put the ID number as the name of the png file)
4. Open the folder you have the stadiums and a) paste de stadium pic you did, into that folder; b) search for "config" file and open it.
5. Look at the code of the config in order to understand how should you add the new code for your stadium:
the code have the following format:
<record from="98031214" to="graphics/pictures/stadium/98031214/stadium"/>
You just have to copy one line (similar to that above) and paste it; after that you should change the numbers (in the example: 98031214) for that one of your stadium.
6. save the config.file
7. Reload the game (similarly you do when you want change a skin)
8. done
#203422 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi
You have to find the ID of the new stadium (you can see it using FMEL) and, after that, you have to do the new picture stadium with that ID, put it in the stadiums folder and change the config.
#201264 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi markelos and Carlito85
In fact this skin doesn't work properly in low resolution and in windowed mode. Only the white skin - the 1600x900 version - works in lower resolution than 1920x1080. Sorry ;-(
#197690 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
1. In order to fix the scroll attributes in player profile panel you can do the following:
Go to the following panels:
Player Profile Technical attributes1
player profile physical attributes1
player profile mental attributes1
find this line:
<widget class="table" id="pltt" mode="fill_rows, stripe_rows, printable, select_rows, select_multiple" layout="-1, 35, 13" fixed_size_rows="true" row_spacing="-2">
You can try to adjust the panel based on two ways:
1) Define a value for size rows and replace fixed_size_rows=”true” by row_height=”[put here the value]”
2) change the value for "row spacing" to another (for example -3).
I think the first method is enough and you can, after, change the “row spacing” to “0” but for all of these methods use try and error.
#197544 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi Bastien
In fact there are lots of files to edit in order to adjust for your resolution screen. I can't help you. Sorry...
#197543 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Hi Kobe
Go to the panels folder and open the file Bergkamp Person personal information.
Search for
<container class="vertical_adaptive_container" offset="0" >
<layout class="arrange_horizontal_attachment" alignment="all" gap="5" offset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" layout_children="true" />
<layout class="stick_to_sides_attachment" alignment="bottom" inset="45"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="458"/>
<layout class="fit_children_attachment" alignment="vertical" />
<layout class="fit_children_attachment" alignment="horizontal, fill" />
<!-- player view menu -->
<widget class="check_box" id="shtr" click_event="shtc" alignment="centre" auto_size="all" save_current_state="true" save_default_state="true" font="fonts/team_titlebar" size="7" >
<translation id="text" translation_id="258284" type="use" value="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" />
</widget>
</container>
<container class="vertical_adaptive_container" offset="0" >
<layout class="arrange_horizontal_attachment" alignment="all" gap="5" offset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" layout_children="true" />
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="230"/>
<layout class="fit_children_attachment" alignment="vertical" />
<layout class="fit_children_attachment" alignment="horizontal, fill" />
<widget class="embedded_popup_button" id="view" text="Highlight key attributes for role[COMMENT: option allowing for viewing the key attributes needed to play in a certain role]" auto_tick_exclusive="true" select_event="view" fixed="true" save_current_state="true">
<translation id="text" translation_id="330016" type="use" value="Highlight key attributes for role[COMMENT: option allowing for viewing the key attributes needed to play in a certain role]" />
</widget>
</container>
<container embed_in_frame="true">
<layout class="arrange_horizontal_attachment" alignment="right" gap="0" offset="0" embed_in_frame="true"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" layout_children="true" embed_in_frame="true"/>
<layout class="stick_to_sides_attachment" alignment="top, right" inset="0" embed_in_frame="true"/>
<layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true" offset="180"/>
<layout class="fit_children_attachment" alignment="horizontal, fill" embed_in_frame="true" />
<widget class="view_menu_label" embed_in_frame="true"/>
<!-- view button -->
<widget class="view_menu_popup" id="vwgr" auto_tick_exclusive="true" auto_size="horizontal" select_event="vwgr" embed_in_frame="true" save_current_state="true"/>
</container>
and change the values in red.
#196915 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Sorry but I will not make any other version or update of this skin for FM14....
#196632 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
Thanks. ;-)
You can change the colour of attributes background box in the "fmc2014flutskindark settings.xml" you find in the settings folder of the skin.
Search for
<colour name="low attribute background" red="216" green="157" blue="157"/>
<colour name="normal attribute background" red="94" green="149" blue="183"/>
<colour name="good attribute background" red="53" green="148" blue="82" />
<colour name="excellent attribute background" red="240" green="138" blue="35" />
and change the values according your taste.
cheers
#195917 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi Doddo
Here is the file link
#195741 FMC FLUT skin for FM 2014 v 2.0 [updated 30.07.2014]
flut
Hi Doddo
I think the problem is not related with the skin. As you can see, in my game the panel is ok. Maybe the problem is due to same conflict (between skins or some file you added to the skin...). The xml responsible for that panel is "team container information overview panel.xml".