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
#308764 FM 2016 FLUT skin - Dark Version v2.3
flut
#308420 FM 2016 FLUT skin - Dark Version v2.3
flut
TH26: place screenshots please. As I said in my last post is difficult to understand all the questions and changes ppl want to introduce.....
#308045 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Matt
Is really weird your problem. Try to keep only the skin in your skins folder, clean the cache and reload the game. Maybe there is a conflict among the skins....
#307200 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Tim: Sorry but I didn’t understand. I explained in my last post how you should proceed in order to place the graphics you want in the place you want.
Hi MarcoVanb: could you please place a screenshot?
Hi MattyboyAFC: Could you please place screenshots of the problem? If you want a previous version, please tell me what is the version you want and I place here the link.
Hi Danny: Could you please place a screenshot?
#307136 Club Cities for FlutSkin
flut
Hi tugalx
Almost all of that. If you take a look in the download area, some of the "singular" links are in green with the updated data (after 8 Nov 2015). Those aren't in the megapack.
cheers
flut
#306553 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Tim
If you just want to reduce the size of the nation logo, you have to open the player overview panel.xml and in the following code you have to increase the value I highlight in red. The value I highlight in blue is used to move the logo up and down.
<container width="165" height="165" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="top" inset="15"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<!-- 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>
</container>
If you want to change the nation logo with the competition logo you have to also open the file player personal details panel1.xml and find the following code
<!-- This is the competition logo -->
<widget class="picture" id="rigB" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="top" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="5" />
<record id="object_property">
<integer id="get_property" value="sbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>
Place the first block of the code /that one from the player overview panel) in the place of this last block (in player personal details panel1) and this last one in the place of the first one (in the player overview panel)
#306387 FM 2016 FLUT skin - Dark Version v2.3
flut
You did in the right way (changed in the settings). After changes done you have to exit the game and reload it.
The codes to change are:
<!-- 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="236" green="197" blue="1"/>
<colour name="good attribute background" red="52" green="138" blue="4" />
<colour name="excellent attribute background" red="62" green="211" blue="62" />
#306192 FM 2016 FLUT skin - Dark Version v2.3
flut
Sorry but I don't know how to do it.
#306099 FM 2016 FLUT skin v2.3
flut
1. I was wondering if it was possible to make this smaller so the substitutes appear on the right of the pitch? – go to the tactics overview panel.xml and search for
<container class="vertical_adaptive_container" offset="0" inset="0" gap="8" width="470">
Change the value width by a smaller value
2. For this i just need to make the side bar a little smaller so it doesn't overlap the logo at the bottom left – I don’t know how to make a side bar smaller. Sorry.
3, 4, 5 and 6 – In fact your screen resolution doesn’t permit to show the information and graphics well. However, is a bit hard to explain you how to adjust it since you have to edit lots of code in various xml….Sorry.
#306090 FM 2016 FLUT skin - Dark Version v2.3
flut
For the first question, as I left to use the auto-hide sidebar in FlutSkin16 I completely forgot how to do it. Sorry.
Concerning the second one you have to use the following code in sidebar menu table.xml.
<widget class="picture" id="colb" file="boxes/custom/interface/titlebar/paper">
<record id="object_property">
<integer id="get_property" value="tbcl" />
<integer id="set_property" value="colr" />
</record>
</widget>
You also have to edit all the xml of the menubar folder, changing the code of colour from “white” to “secondary”.
Hi EdwGamer: Thanks ;-)
Hi Mattyboy: You have to do strictly as I said before (changing only the code I told you). However, if you want you can download the 1.5 version. There, the colours of the boxes are similar to those you want.
Hi Neochrome: sorry but I didn’t understand what you mean with “the team” and “the dialog”.
Hi kwiatek23: you have lots of different TV logos in the folder graphics/logos/other or in graphics/logos/alt. You can use it according your own taste.
Hi Johan: the code of the nation logo is in the player overview panel and is the following
<container width="165" height="165" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="top" inset="15"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<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>
</container>
The code for the kit with name is in the player personal details panel1 and is the following:
<container width="185" height="135" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
<widget id="cKit" class="kit_icon" scale_picture="true" kit_zoom_level="2" priority="1">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="Pers"/>
<integer id="set_property" value="Pers"/>
</record>
<record>
<integer id="get_property" value="Pctx"/>
<integer id="set_property" value="Pcte"/>
</record>
</list>
</record>
</widget>
</container>
You have to change it (place the first one in the player personal details panel1 and the second one in the player overview panel)
#305704 FM 2016 FLUT skin - Dark Version v2.3
flut
Hello neochrome
The fonts are controlled by different xmls in different panels....
HI MattyboyAFC : did you try to change the values as I told you? You just have to change the values of Red, green and blue, according that one you want (you can use try and error or place the values you want, finding it, for instance in the photoshop or in the net, for instance HERE )
#305273 FM 2016 FLUT skin - Dark Version v2.3
flut
if you want edit the colours of the boxes you have to go to settings.xml, search for the following code, and change the values.
<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="140" green="193" blue="242"/>
<colour name="good attribute background" red="151" green="191" blue="13"/>
<colour name="excellent attribute background" red="248" green="179" blue="86"/>
After the changes you have to exit the game and reload it.
#305105 FM 2016 FLUT skin v2.3
flut
Hi
It depends of the panels you want to adjust. If it will be easy to explain you, I can try, however if the panels you want require lots of changes...I have no time to do it....sorry.
#305103 FM 2016 FLUT skin - Dark Version v2.3
flut
In preferences of the game you can change it (preferences/interface).
#304775 FM 2016 FLUT skin - Dark Version v2.3
flut
No. I don't remember well but I think that in order to use the background stadiums in the pre-match panel it should be the stadium ID and not the club ID.
#304714 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi bagigino: In fact it happens because this pack use the following code in xml
<record from="11006875" to="graphics/pictures/club/11006875/background"/>
this is the same code of the citypics.
In order to work in the panel you talked about the code should be
<record from="11006875" to="graphics/pictures/stadium/11006875/background"/>
#304547 FM 2016 FLUT skin - Dark Version v2.3
flut
#304464 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi danny: are you talking about the player overview panel? Could you please send me the xml?
#304307 FM 2016 FLUT skin - Dark Version v2.3
flut
cheers
#304300 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi
Did you changed the non player attributes panel.xml or non player attributes panel small.xml?
#304050 FM 2016 FLUT skin - Dark Version v2.3
flut
Concerning the national logo, go to the player overview panel.xml and search for the code:
<container width="165" height="165" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="top" inset="15"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
You can increase the value inset=”0” and, after that you can adjust the place where is the logo, changing the value inset=”15”
#304000 FM 2016 FLUT skin - Dark Version v2.3
flut
Go to the player overview panel
For the name of the player you should change the size value in the following code
<widget class="person_button" id="pnam" auto_size="vertical" alignment="centre,can_scale" font="fonts/signature" colour="title" multiline="false" size="22">
for de DoB in the following code
<record id="widget_properties" auto_size="vertical" display_format="3" size="9.5" colour="title" />
cheers
#303988 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi Marco Agneta: only the space for the pic (in order to adjust for DF11 faces) is different.
#303883 FM 2016 FLUT skin - Dark Version v2.3
flut
You can edit it in the kit icon (in the panels folder)
Search for the following code:
<widget class="label" id="bNAM" size="15" alignment="top, centre_y,can_scale" font="fonts/kit name">
<layout class="stick_to_sides_attachment" alignment="top" inset="38"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="45"/>
</widget>
and decrease the value 38.
#303844 FM 2016 FLUT skin - Dark Version v2.3
flut
You also included the player overview panel of 1.3 version?
#303797 FM 2016 FLUT skin - Dark Version v2.3
flut
Hi neochrome: try to use the player personal details panel1 from the 1.3 and also the player overview panel....
#303755 FM 2016 FLUT skin - Dark Version v2.3
flut
Doddo04: Thanks ;-) I don'y know if you asked for THIS or THIS but if the answer is yes..Place it in graphics/boxes/news and....have a Merry Chritmas ;-)
Hi neochrome: could you please tell me what is your resolution and if you play in windowed or full mode?
#303742 FM 2016 FLUT skin v2.3
flut
#303521 FM 2016 FLUT skin - Dark Version v2.3
flut
Kingkyne: in the match preview screen (match pre match panel) the pics alternate between the FMC stadium and the background stadium, If you have the FMC Stadium Pack and the Backgrounds Stadium Pack.
cheers
flut
#303340 FM 2016 FLUT skin - Dark Version v2.3
flut
Thanks Vonreichsm ;-)