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
#635062 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
What do you want precisely to fix?
#635059 FM 2021 FLUT skin dark - Version 16.0
flut
Well..I tried but without success. In that panel the goal icon is displayed using the code goal_icon. I searched and there is not any code regarding the assist (like that one for goal). When I included the icon for assists that icon is showed in all players and not only for the players with assists in the match….Thus, I believe we can't do it.
#635006 FM 2021 FLUT skin dark - Version 16.0
flut
I really don't know what is happenning. However, that problem with english clubs have already reported by several fm players (for example, the kit not be showing during a match of champions league…). I heard elsewhere that is a problem related to the kits licence but I really don't know. In spite of that, I don't know if was the case of your second screenshot but, sometimes, if you saw a player in the national team and after that, go to the club, the kit showed is that one of the national team (I also don't know why it happens but….it happens).
One more thing: go to the kit picture and look if the file extension is .PNG and not .png. If so, the problem is that one and you just have to change the file extension to .png
#634963 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all: I don't know why the link says that there was an update today. I didn't do it and I also didn't change anything in the thread. Thus, the version still is the 13.0
Regarding some questions:
@qvordrup:
I don’t know why the game do that. If you leave the panel ans returns you will see that the font size is the same for starting XI and for substitutes. I also couldn’t find the code regarding the font and the font size. However, I also noticed that if we change the row-height the font size also change.
If you want, you can try to change it and look at the results. The code is in match team news panel.xml, line 649
<integer id="row_height" value="21" />
@aethelbeorn:
Go to player scout reports small9.xml and decrease the value of the left inset in this code line
<layout class="stick_to_sides_attachment" alignment="left" inset="80" />
@shenryo:
If you use 1920x1080, go to match tactics with embedded section tabs panel.xml and try to change
<integer id="true_value" value="70" />
<integer id="false_value" value="70" />
for
<integer id="true_value" value="10" />
<integer id="false_value" value="10" />
#634704 FM 2021 FLUT skin dark - Version 16.0
flut
- Go to match full time review panel.xml and in line 460
Replace
<widget class="match_view_selector_panel" id="set3" pause_match_on_menu_opening="true" default_item="mltp" file="client_object/client object viewer selector match" >
with
<widget class="match_view_selector_panel" id="set3" pause_match_on_menu_opening="true" default_item="mltp" file="client_object/client object viewer selector match" save_session_state="true">
- Regarding tactics you should click on tactics button in order to display the pitch with the players.
- You also talked about the height of the match titlebar. This i salso related with your screen resolution. My suggestion is to use the adapted version of the skin for 2560x1440 (adapted by Rosek) – the link is there, below the link for original version of the skin.
#634605 FM 2021 FLUT skin dark - Version 16.0
flut
Yes. In that panel. Try to increase the value 1573 in the following code
<record>
<flags id="alignment" value="horizontal" />
<integer id="min_value" value="1920" />
<integer id="max_value" value="10000" />
<symbol id="set_property" value="width" />
<integer id="true_value" value="1573" />
<integer id="false_value" value="1573" />
</record>
after that, put the same value in
<integer id="TbWl" value="1573"/> <!-- 1920 up -->
#634600 FM 2021 FLUT skin dark - Version 16.0
flut
You should still trying to increase the value (I don't know what value you should use since I have not your screen resolution). Don't forget you have to reload the game (shift+r) after each change and also not forget that you should use the mouse to drag the panel to the left (enlarge it) after each change.
#634592 FM 2021 FLUT skin dark - Version 16.0
flut
Do you want for Profile? Oh sorry. Many guys asking and, sometimes, I'm also a little confused as to who I'm responding to.
For Profile is in line 745
#634588 FM 2021 FLUT skin dark - Version 16.0
flut
You can do it in line 1686 (for profile flut card)
#634580 FM 2021 FLUT skin dark - Version 16.0
flut
That problem is also due your screen resolution.
You should go to match inbetween highlights.xml and change the values 1010 here (increase “drastically” that value)
<record>
<flags id="alignment" value="horizontal" />
<integer id="min_value" value="1360" />
<integer id="max_value" value="1920" />
<symbol id="set_property" value="width" />
<integer id="true_value" value="1010" />
<integer id="false_value" value="1010" />
</record>
after that you should put the same value you choose, in here
<integer id="TbWm" value="1010"/> <!-- 1360 - 1920 -->
#634579 FM 2021 FLUT skin dark - Version 16.0
flut
I use the Notepad++. Is free and is great for working in xmls.
#634535 FM 2021 FLUT skin dark - Version 16.0
flut
age - line 1716
height - 1736
weight - 1745
#634520 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
for moving the age to the left go to line 707 and change the value “0” for a number starting by “-” (such as “-15”)
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
for height, do the same but in line 727, changing
<layout class="stick_to_sides_attachment" alignment="left" inset="-75"/>
for, such as, “-85”
#634517 FM 2021 FLUT skin dark - Version 16.0
flut
You can reduce the size of the number in generic(kit icon38
In the following code increase the value of inset all (this will reduce the number). after taht you should also change the left inset value in order to place the number adjusted in the centre of the kit.
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="108"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="112" />
</widget>
#634504 FM 2021 FLUT skin dark - Version 16.0
flut
The change I suggested is only for the “profile” option in the drop down arrow, since in your screenshot it was that option. For the other options you have to change other pieces of code.
#634449 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
Just for showing you the new manager home panel
#634430 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. Thanks!!!
Regarding your questions:
<layout class="stick_to_sides_attachment" alignment="top" inset="100"/>
and line 68
<layout class="stick_to_sides_attachment" alignment="top" inset="101"/>
Use try and error method, but I believe you can try a value such as 125 and 126….
2. Since the weight units you use requires lots of space,you should move the weight to the right. For that do the following (in player overview panel.xml)
In line 736, increase the value 68
<layout class="stick_to_sides_attachment" alignment="left" inset="68"/>
#634361 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek
The first request is done. I changed the team report panel. Now it includes much more information in tabs (including scatter plots, polygons, formations faced, formations used, XG table and Individual match analysis). Thanks for your suggestion.
Regarding your answer about that icon..I still search for the xml responsible for that information….I couldn't find it yet.
#633948 FM 2021 FLUT skin dark - Version 16.0
flut
I Rosek
I have to take a look on that, as soon as possible.
cheers
#633946 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
The link for V13 adapted by Rosek for 2560x1440 is now available!!
Thank you Rosek!!! 🙂
#633927 FM 2021 FLUT skin dark - Version 16.0
flut
Could you please show with a screenshot what is the panel?
#633919 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
In meantime…a new club general overview with team information background included
#633897 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
All the three requests are done (nation kits; key elements in club general overview and tactics).
#633864 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek
Your ideas are great, however I don't know if is possible to do that. I tried to understand if so and I tested some codes but without success (the odds always seem to be displayed as a whole in a table..) With my scarce knowledge of coding I really don't know how to do it. The best I could do was to include in the drop down arrow two tables, one with the odds and other with the current positions. With this we can compare the odds and the current position. I also included in the top middle panel the reputation of the league (with stars). Sorry, but is the best I could do. Here is a screenshot.
#633581 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek and Qvordrup
Thanks 🙂
cheers
#633525 FM 2021 FLUT skin dark - Version 16.0
flut
Hi. In fact I didn't update the alts, since I had no time to do it. You can include the code in one of the boxes (in the middle row, the box in the right).
In lines 2855-2857
change
<widget class="player_scout_reports_panel" id="pscU" file="player/player scout report comparison small1" late_loading="true" default_for_everyone_else="true" >
<translation id="title" translation_id="248428" type="use" value="Comparison" />
</widget>
to
<widget class="player_scout_reports_panel" id="pscU" file="player scout reports popup7" late_loading="true" default_for_everyone_else="true" >
<translation id="title" translation_id="248428" type="use" value="Comparison" />
</widget>
#633514 FM 2021 FLUT skin dark - Version 16.0
flut
You should remove the code of the lines I told you because if you remove other similar code is not work, since is the code for one of the other options in the drop down arrow (threre are various pieces of code for condition - one for each one of the options of the drop down arrow).
#633510 FM 2021 FLUT skin dark - Version 16.0
flut
Since the weight units you use requires lots of space, my advice is to delete the condition icon and move the weight to the right. for that do the following (in player overview panel.xml)
<widget class="editable_client_object_property_panel" id="conv" alignment="left" icon_alignment="left">
<layout class="stick_to_sides_attachment" alignment="top" inset="128" />
<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="7"/>
<record id="widget_info" class="player_condition_icon_widget" appearance="" label_disabled="true" scale_picture="false" icon_alignment="right"/>
<record id="widget_properties" alignment="right,centre_y"/>
<record id="object_property" get_property="PcOI"/>
</widget>
2. second, move the weight to the right (line 457). Change
<layout class="stick_to_sides_attachment" alignment="left" inset="80"/>
to
<layout class="stick_to_sides_attachment" alignment="left" inset="105"/>
#633508 FM 2021 FLUT skin dark - Version 16.0
flut
Please show me a screenshot in order I can guide you to solve your problem.
#633506 FM 2021 FLUT skin dark - Version 16.0
flut
For working well you have to play with the sidebar icons only (the small left bar only with icons displayed)