flut - Comments

Comments
#621726 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135

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
16 years ago
3 weeks ago
4,135
By Rosek 27 February 2021 - 17:43 PM UTC 

That's what I thought. 

Because I have, with my modest knowledge, to try several solutions. 

But without success. Too bad but hey, it's a temporary sign. It does not bother too much. 

 

Thanks anyway.

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
16 years ago
3 weeks ago
4,135
By Rosek 27 February 2021 - 17:26 PM UTC 

Not quite, but I hadn't seen it. 😂😂

On my example the cursor is on Tuesday March 30th. And the name of the day and the number have the same color as the cursor.

 

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
16 years ago
3 weeks ago
4,135
By Rosek 27 February 2021 - 16:31 PM UTC 

Thanks for the info about the colors. 

I tried your directions but it changes the colors on every day.

My question is slightly different..

On the example I am sending you, Strasbourg has its primary color "blue" and the secondary color "white". So the cursor will be "white" like the writing of the date while the month and year are working.

 

Hoping to be clear enough in my explanations ...

 

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
16 years ago
3 weeks ago
4,135
By Day Tripper 27 February 2021 - 15:14 PM UTC 

Hi @flut - Rosek's file had the insets at 175 and 176, I have now changed this to what you have said (75 and 76).

 

This is how it looks now, perhaps a little too high? I can play around with this though - what makes the position in the panel lower, putting the numbers higher or lower?

 

 

Hi

Use 80 and 81 or 79 and 80

#621334 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
By McG84 27 February 2021 - 12:13 PM UTC 

Keep up the great work Flut and to the other people who help him. You guys/girls do a fantastic job, this skin is epic and makes the game far more enjoyable and playable. 

 

I don't understand why SI don't approach Flut and ask if they can use his skin in the game. This skin is a far superior to the skin that's in the game to start with. 

 

Anyway everyone keep safe and hopefully sooner rather than later we'll all get back to some sort of normality again. 

Thanks for your kind words 🙂 🙂

Cheers and keep safe!!

 

#621323 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
By Rosek 27 February 2021 - 08:40 AM UTC 

@flut 

 

I came across this message on the SI site. 

 

I remember it was my first message that I sent you 😉😉

 

https://community.sigames.com/forums/topic/539723-fm21-player-comparison-widget-doesnt-change-to-reflect-different-positions/

 

And I also sent them a message for the word shift in the "fatigue" box. Awaiting a response from them.

 

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
16 years ago
3 weeks ago
4,135
By Day Tripper 27 February 2021 - 11:34 AM UTC 

Hi @Rosek - changed the numbers that you highlighted in your attachment, but now I get this?

The manager's name section has gone?

 

 

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
16 years ago
3 weeks ago
4,135

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
16 years ago
3 weeks ago
4,135
By Rosek 20 February 2021 - 23:20 PM UTC 

Ok. No problems.

I just have a question about to the skin.

I noticed that French clubs no longer have nicknames.

I know some of them and therefore I would have liked to know which folder it corresponds to in order to be able to add them ?

 

Thank's

 

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
16 years ago
3 weeks ago
4,135
By Rosek 20 February 2021 - 15:11 PM UTC 

No problemo Boss 👍👍

 

PS : Do not take into account the email I sent you, I found how to do the logo. 😉😉

 

Hi Rosek. No problem. And in fact I did't receive any mail…🙂 🙂

#620079 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135

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
16 years ago
3 weeks ago
4,135
By JWD 15 February 2021 - 18:07 PM UTC 
can some one help me with the kits? why i have the half logo there :( Edit: Okay, when i put the zoom from 95 to 85 it will work but it doesnt look nice :(

 

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
16 years ago
3 weeks ago
4,135
By blackhawks39 14 February 2021 - 22:16 PM UTC 

Hello @flut 

 

how can i reduce de number 1 on the shirt ?

 

thanks for your work ! :)

 

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
16 years ago
3 weeks ago
4,135
By bartdude 15 February 2021 - 13:49 PM UTC 

Great work Flut ! 

 

Thanks, my friend!! :) :) :)

#618984 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
By Qvordrup 14 February 2021 - 19:33 PM UTC 

Hi @flut Thanks for v.8

 

I have a small issue with the club logos in “in between match panal (overview)” (1920x1080), thy are slightly cut of on left :

 

 

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
16 years ago
3 weeks ago
4,135
By Evil-Muffin7 13 February 2021 - 19:25 PM UTC 

Mine was just a simple copy and paste but if you can implement something to remove majority of the purple to make it classed as “Dark” this would be perfect. I've got a lot of catching up with skinning as its been a long time since i last did some tweaking etc.

 

Feel free to change the blue sections and make it in the Flut style, looking forward to the new version 👍

 

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
16 years ago
3 weeks ago
4,135
By JoeMFZB 12 February 2021 - 15:54 PM UTC 

Hi,

 

I'm having a crash when I go to my manager profile while I'm coaching Capo di Leuca and San Marino at the same time. I'm not encountering the same issue with another combination of club and nation. If I resign from my club, the issue persists. If I resign from San Marino national team, I can properly view my manager profile. Why this occur?

 

If i change skin this crash doesn't occur

 

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
16 years ago
3 weeks ago
4,135
By Evil-Muffin7 11 February 2021 - 22:30 PM UTC 

I like most of this skin but i wanted rid of the purple colours so i took majority of the data from FMSCOUT-FM21-Instant-Result-Dark settings file which is mostly the colour scheme and pasted into your settings file for the dark version.

 

Attached is what i did but i feel it still needs some tweaks but if you could do something very similar or better please do.

 

Edit: still a few sections with slight purple but imo some parts better.

 

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
16 years ago
3 weeks ago
4,135
By Qvordrup 09 February 2021 - 02:50 AM UTC 

@flut take a look a this. Would be nice if you could make the “pop up” like this in your skin 😀.

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
16 years ago
3 weeks ago
4,135
Hi Flut,
can you send me that files?



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
16 years ago
3 weeks ago
4,135
Player popup panel (fitness/sharpness in FM20 style and player morale included) , if the panel is showing all the time, should the % fitness decrease as game ticks on ? It stays at the starting levels for me until I pop the panel down and bring back up, that seems to refresh it.
Is that right ?


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
16 years ago
3 weeks ago
4,135
Oh yes that’s look fantastic. Is this the same panel like when I have a talk with one player



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
16 years ago
3 weeks ago
4,135



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.

https://i.postimg.cc/RF1FSbht/Sem-T-tulo-1.jpg
#617612 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
16 years ago
3 weeks ago
4,135
are there nations kits yet?


Tha pack contains south america nations.
#617611 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thanks Andrea for your explanation. In fact I tested the skin in a screen 1920x1080 and not in a laptop.


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
16 years ago
3 weeks ago
4,135
#617506 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
destino32
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
16 years ago
3 weeks ago
4,135
I believe that now is quite correct. I had to work the length of the left and right columns afterwards. I find the result quite good.


yes. I agree. It looks very good.

cheers
#616492 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
This is what I have at home


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.