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
#621726 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
Following the great work of Rosek I'm orking on the TV logos for the skin (for the resolutions I refer on the skin presentation).
I believe in a few minutes I can show how it is.
#621360 FM 2021 FLUT skin dark - Version 16.0
flut
You can try to use a background colour for the day name and number.
For that you just have to change
<widget class="text" id="datN" style="bold" size="large" auto_size="vertical" alignment="centre" colour="text" />
<widget class="text" id="datD" font="title" alignment="centre_x,top" colour="text" />
for (for example)
<widget class="text" id="datN" style="bold" size="large" autosize="vertical" alignment="centre" colour="secondary" background_colour="primary"/>
<widget class="text" id="datD" font="title" alignment="centre_x,top" colour="secondary" background_colour="primary" />
#621353 FM 2021 FLUT skin dark - Version 16.0
flut
Yes. I believe you can't use a specific colour for the day. If you change the number and day colour, all days date and name will be with that new colour…
#621351 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek
You can change the colour of the circular cursor (I don't know if this is your question but I believe is that question) in
game processing panel.xml
<widget class="picture" id="anmG" auto_size="all" file="progress/circular/spinner" red_replacement="white">
#621338 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
Use 80 and 81 or 79 and 80
#621334 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks for your kind words 🙂 🙂
Cheers and keep safe!!
#621323 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek
yes that was your first message 🙂 🙂
And it seems that problem was not fixed by SI yet 😢 😢
However I just finished to incude a “new” box in player overview (that one on the middle right with condition status, including fatigue)
In meantime, regarding the changes you did about the processing panel, if you want to change the colour for calendar day/month/year you can do it in:
game processing panel.xml
<!-- Month and year -->
<widget class="date_cell" id="toda" format="[%date#1-month_year]" size="small" colour="text" style="semi_bold" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="all" inset="0,37,0,54" />
</widget>
and in
processing calendar day panel.xml
<widget class="text" id="datN" style="bold" size="large" auto_size="vertical" alignment="centre" colour="text"/>
<widget class="text" id="datD" font="title" alignment="centre_x,top" colour="text"/>
</container>
<widget class="date_cell" id="tdAt" format="[%date#1-month_year]" size="small" colour="text" style="semi_bold" alignment="left,centre_y" />
#621301 FM 2021 FLUT skin dark - Version 16.0
flut
Day Tripper: you just have to change those code lines that Rosek told you.
In line 53, change <layout class="stick_to_sides_attachment" alignment="top" inset="100"/> for <layout class="stick_to_sides_attachment" alignment="top" inset="75"/>
in line 68, change <layout class="stick_to_sides_attachment" alignment="top" inset="101"/> for <layout class="stick_to_sides_attachment" alignment="top" inset="76"/>
Save the file without changing anything more.
#621256 FM 2021 FLUT skin dark - Version 16.0
flut
Hi all
Sorry for my absence but my professional life leave me overworking.
In spite of that I was trying to solve the major problems reported.
Therefore, now I believe I have the solution for the stars (I also bieleve Rosek solved that problem, however I place here also the file I changed) and also for the fitness/sharpnes (icons missing) and the fatigue popup showing the message realted to the sport scientist when we already have a sport scientist.
Here are the files.
The first one you should place directly in the panels folder of the skin (is the fix for stars)
The second one you should place in the properties folder of the skin.
http://www.mediafire.com/file/e6q29b7c7ly550t/player_positions_indicator_small_horizontal2.xml/file
http://www.mediafire.com/file/jwbmubpzgfm26cs/person_properties.xml/file
I also will take a look on the reported bug about the crash of the game in calendar. However, for trying to know if there is a problem (I couldn't find it in my game yet,..) I much appreciate if someone put a screenshot showing exacty the problem (in what panel and when it happens).
Sorry If I don't answer now other questions but I tried to work on those one I believe were the major problems caused by the last SI update.
Please let me know if is working now.
Thanks
Finally, thank you Rosek for your excellent support to the skin. You are great!!
#620147 FM 2021 FLUT skin dark - Version 16.0
flut
I believe the nicknames missing are related to the real fix names file and not with the skin. Last year I used it and the nicknames started missing. I tested removing the real names fix and the nicks were return.
#620111 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Rosek. No problem. And in fact I did't receive any mail…🙂 🙂
#620079 FM 2021 FLUT skin dark - Version 16.0
flut
supereddi: unfortunately, the answer of your questions is no. The skin doesn’t work with FM touch ana I will not make a touch version. Sorry.
Day Tripper
You can edit the name and the number in kit icon14.xml, in the following code:
<widget class="label" id="bNAM" size="11" alignment="top, centre_y, can_scale" font="fonts/kit name" colour="secondary" >
<layout class="stick_to_sides_attachment" alignment="top" inset="43" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="80"/>
</widget>
<!-- player number -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
<layout class="stick_to_sides_attachment" alignment="top" inset="2"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="74"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="75" />
</widget>
Rosek, Evil-Muffin7, Qvordrup and Bartdude: Thank you for continuing to help me answer the questions
mysterio
If when you wrote [team name] you put exactly the name of the png picture the config is okay. If so, maybe you have other folder with that kind of config (left logo) and the game is reading it before (the game read the folders in alphabetical order).
#619136 FM 2021 FLUT skin dark - Version 16.0
flut
Hi
Please use the alt file. Please read the read me file included in the skin pack.
You should use the “alt kit logo on player profile fixed”
#619091 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
hi. Thnks. Please Go to the skin thread. I and other FM fans explained there how you can do it.
#619089 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks, my friend!! :) :) :)
#618984 FM 2021 FLUT skin dark - Version 16.0
flut
Hi Qvordrup: go to match incidents overview shirts5.xml and match incidents overview shirts6.xml and change
<layout class="stick_to_sides_attachment" alignment="left" inset="-13"/> for
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
#618854 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks. I already made some other tweaks for remove the pink colour. Soon I will release the new version.
#618816 FM 2021 FLUT skin dark - Version 16.0
flut
I really don't know why it happens. Thus, I can't help you. Sorry.
#618815 FM 2021 FLUT skin dark - Version 16.0
flut
Thanks. In the next release I will include a settings.xml similar to yours. I believe only the fg accent colour is a little bit lighter - like Rosek did - since there are some panels with “selection” colour and with the blue you use, the text is not well readable (and I couldn't find the xmls for some of them in order to change that colour for another colour; I only found some of them).
#618814 FM21 Condition Icon as Percentage
flut
Thank. I already did it. It was a little bit hard since I didn't know what is the panel responsible for that popup :)
Now is oaky and I also modfied the player popup regarding that graph (now much bigger and with text) :)
cheers
#617781 FM 2021 FLUT skin dark - Version 16.0
flut
I changed "many" files and include some new graphics and I'm affraid a don't remember all the changes....sorry. However that changes will be included in the next release.
#617766 FM 2021 FLUT skin dark - Version 16.0
flut
In fact the values only update when we go out and return (the same regarding the bottom bar with the players during the match) or in the mid and fulltime. In the stats, if you choose Misc view the values care continuosly updating. I don't know why in certainly panels the values not update continuously.....thus, I don't know how to fix them.
#617765 FM 2021 FLUT skin dark - Version 16.0
flut
is not the (all) the same. However I also made some changes in that panel.
#617653 FM 2021 FLUT skin dark - Version 16.0
flut
something like this? Or with a colour in the boxes (I used grey for on the pitch players and black for substitutes). I also increased a little bit the players boxes.
#617612 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
Tha pack contains south america nations.
#617611 FM 2021 FLUT skin dark - Version 16.0
flut
chachatim:
1. For club overview panel:
change the value of top in lines 53 and 68 of the person snapshot club overview16.xml
2. Regarding the tactics squad panel go to team squad tactics panel.xml and increase the value of the row_height in the following code
<widget class="tactic_player_list_table" column_spacing="0" id="pltb" customisation_context="play" database_table_type="1" view_setting_name="stored_tactics_view" mode="fill_rows, select_rows, select_multiple, printable, store_sort_state, drag_rows, drop_on_rows, show_insert_column_popup, stripe_rows" column_mode="resize_columns, move_columns, custom_views" row_spacing="0" popup_menu_class="popup_button_table_header" row_height="31">
#617527 FM 2021 FLUT skin dark - Version 16.0
flut
thanks 🙂
#617506 FM 2021 FLUT skin dark - Version 16.0
flut
The first question, I didn’t understand well but I didn’t change anything regarding 3d match. Thus is not related to skin (I believe).
The second question: what do you want precisely remove?
Doddo04
I believe I can do it. However I have to take a look on it because I had no time to work on the skin this week.
Kovac
first of all use icons only in the sidebar and also full window. Maybe that changes don’t solve totally your problem. I really don’t know how can you solve it since I don’t play in that resolution (I play and edit tghe skin exactly with the configurations I explain in the thread: my screen is 4k 3840x2160 and I use 100% Zoom in the game, with windows display settings 200%. The tests I did in a screen with 1920x1080, 100% Zoom, 100% Windows display settings, show me exactly the same as when I use my current configurations, i.e., the skin works properly in 1920x1080, 100% Zoom, 100% Windows display settings. Maybe you can try sme differet Windows display settings and zoom in the game untill find a good combination….However, Andrea gave some important informations based on his experience.
chachatim
As bartdude said, I and other FM players already answered your question a few times. Rosek also just finished to explain how you can solve that problem. When you change the values, you have to combine that changes using try and error method in order to adjust the size and the correct place of the kit number.
#616531 FM 2021 FLUT skin dark - Version 16.0
flut
yes. I agree. It looks very good.
cheers
#616492 FM 2021 FLUT skin dark - Version 16.0
flut
I made a mistake in match incidents shirts5 (I sent the wrong file). Now is okay (I edited the links in my post where I put the files - the post from 31 Jan 2021 17:47:48).
However, if you want to better adjust adjust the kits/logos in the left bar, you just have to create new files for that bar, doing the steps I referred in my last post.