flut - Comments

#626832 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By R Charlston 28 March 2021 - 18:24 PM UTC 

hI Rosek, just downloaded, the badge needs centreing slightly by a few mm

 

this is on 1920 x 1200/1080

 

cheers

 

Hi Rosek and Charlston

 

Sorry but I haven't saw this.

In meantime I did it for the original skin. 

Here is the screenshot (is the same for flut card and flut stadium option) and the xml.

#626729 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Daz10Nolan 28 March 2021 - 13:58 PM UTC 

 

Hey guys 2 related quick questions, anybody able to help me out with the coding involved with changing the color of the purple button in the first photo, this is a sub-button used for fast-forwarding and rewinding  beside the play/pause button? Also, the coding for changing the speech boxes in press conferences to teams primary and secondary colors, I've been fiddling around with some of the coding for own personal use and my speech boxes are not team colours anymore. Thanks

 

You should edit the speech bubble in interaction speech bubble panel.xml

 

and the drop down arrow button in match continue panel.xml

#626705 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Mr. old_school 28 March 2021 - 13:49 PM UTC 

@flut  Hi, good Boy. 🙂


Huge Database? you mean like this, what i select in FM21: Players Database: 404.380 Players

in Menue, choose individuel (not small, middle, big), then Continent (all) and in all Continents choose: active players + Players with Nationality

so - that is the max Players Database

🙂

and i choose all Countries and for all Countries the lowest League: Example Germany, choose to the 6 League (Landesliga)

 

just the first Time, Start new Career you have to wait example 20 Minutes - but then ingame it works fine and you have not to wait too much.

 

The thing I included now is when you select database on the top right, you can choose small, medium, big, huge and advanced (I included the option “huge”)

#626656 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Qvordrup 28 March 2021 - 10:04 AM UTC 

Hi @flut 

 

Could you perhaps add the ability to have a “huge” database when starting a new game?

Hi Qvordrup

 

Done! Now the skin supports huge database 🙂

cheers

 

#626423 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Mr. old_school 27 March 2021 - 17:36 PM UTC 

@flut one more time, my Steps: Thanks for helping. 🙂

 

Info: all my FC´12 Kits are here: …\Documents\Sports Interactive\Football Manager 2021\graphics\kits

 

1)
V.10 Skin Version - WQHD Resolution
download, extract, copy/paste to this Path: …\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440

 

2)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\backgrounds

delete your 1.jpg and copy/paste inside my 1.png File

 

3)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\pictures\kits

delete the Folder “2d”

 

4)

FLUTSKIN 2560x1440 alts

copy/paste only the Folder “2d” from: …\FLUTSKIN 2560x1440 alts\alt for fc kits\graphics\pictures\kits

to this Path: …\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\pictures\kits

 

5)

download and extract the Files: https://sortitoutsi.net/content/44727/2d-kits-1819-for-flutskin-titlebarplayer-overview-v10

create Folder logos - then copy/paste the folder inside

…\Documents\Sports Interactive\Football Manager 2021\graphics\logos\kits_as_left_logos_10_jan_2021

Ingame delete Cache, Reload the Skin

 

5)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\panels\generic

open the File “kit icon14.xml” with notepad

the Default Lines at this Position are:

 

 <!-- player number  -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="top" inset="10"/>
  <layout class="stick_to_sides_attachment" alignment="left" inset="121"/>
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="124" />
 
</widget>

 

 

i changed to:

 

 <!-- player number  -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="top" inset="5"/>
  <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="74" />
 
</widget>

 

Save the File, Ingame delete Cache, Reload the Skin

 

here the Result: https://www.bilder-upload.eu/bild-2b8fc5-1616866553.png.html

 

how can i set the Position from the Kits Box a little bit more left, so that the Back Kit is full showing?
and, over the 7 on the Back is - what is that: the 1860 Munich Text but like Text Size 1 ?
how can io set them bigger?

Thank you so much

and when all done - the how can change the fine working Player Panel to the Middle

🙂

For make the kit name visible you should change the value of 

 

<layout class="stick_to_sides_attachment" alignment="horizontal" inset="120"/>

 

in kit icon14.xml

 

For adjust the space of the two kits you can try

open player overview panel.xml and change

 

 <!-- start flut player -->
<container class="bordered_box" appearance="boxes/bordered/standard/paper" red_replacement="" priority="1" colour="black" dont_set_embedded_title="true" default_height="-5" id="plfz" minimum_height="20">
 <translation id="text" type="use" value="" />
       <layout class="arrange_horizontal_attachment" layout="-6,-4,-7" offset="0" />
       <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
 

for

 

 <!-- start flut player -->
<container class="bordered_box" appearance="boxes/bordered/standard/paper" red_replacement="" priority="1" colour="black" dont_set_embedded_title="true" default_height="-5" id="plfz" minimum_height="20">
 <translation id="text" type="use" value="" />
       <layout class="arrange_horizontal_attachment" layout="-6,-4,-8" offset="0" />
       <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
 

 

#626391 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Mr. old_school 27 March 2021 - 14:57 PM UTC 

Thank You very much for the new V.10 Skin Version, @flut 

Thank You @Rosek  for the WQHD Resolution.

🙂

 

now i test the new Files (WQHD Resolution): i do only two steps, after put the full skin folder in skins Folder in documents:

first, i changed the Background Picture - then i delete the Cache and reload the Skin. Here you can see, the Result: good Background, but the same Issues in your Skin ( in my Case): Kits have no back Number
= I use FC12 Kits

 

Question: what are the right Steps to use the Players Overview in the middle

+ that the FC12 Kits works fine

+ that the Back Numbers works fine?

 

https://www.bilder-upload.eu/bild-f2e44a-1616856818.png.html

 

i select in the Drop Down Button right the Back Kit to the first Entry ( with no Text Name)  ( second Entry is Player Flut Card, third is: Player Flut Stadium)

 

Thanks for helping

Hi

 

For using the FC Kits, you should remove the 2dkits (SS) from the folder (remove the folder 2d)

 

fm2021flutskin_dark\graphics\pictures\kits

 

after, copy the same folder of the original flutskin and place it in the same folder fm2021flutskin_dark\graphics\pictures\kits

 

In order to adjust the kit number, go to panels/generic/kit icon14 and change (by try and error mode) the values of the following code related to the number place and size, starting by decrease the 75 value in  <layout class="stick_to_sides_attachment" alignment="all" inset="75" />

 

<!-- player number  -->

             <widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">

                           <layout class="stick_to_sides_attachment" alignment="top" inset="4"/>

               <layout class="stick_to_sides_attachment" alignment="left" inset="75"/>

    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />

             <layout class="stick_to_sides_attachment" alignment="all" inset="75" />

                           

             </widget>

 

Now, you have the number with a larger size and you need to adjust it in the shirt. For that change the left value and the top value (for centre trhe number in the kit)

 

Don't forget you have to reload the skin, using, for example shift+r

#626390 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By bartdude 27 March 2021 - 14:22 PM UTC 

Great work, as always Flut and good contributions from Rosek, R Charlston, Magical, Evil-Muffin7 and mac boss. There are those out that say the Flutskin is “too busy” or has “too much information” !! You cannot have too much information in FM !  Some also claim certain rival skins as “the best”, when they are just pimped versions of the default. No, there is no other skin out there that comes close to the Flutskin,  especially as Rick with his Andromeda skin has quit. Each to their own I guess but I know where my preference and loyalty lies.

 

Hi Bartdude 

 

Thank you very much for your great and kind support in all these years that I have edited the skin. I really appreciate it very much. Have a nice weekend and stay safe my friend !! 

#626337 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By destino32 27 March 2021 - 14:05 PM UTC 

When PK, the score in the middle is × 0  Is it just me?

Hi.

Could you please put a screenshot showing what you are talking about (sorry but I didn't understand…)

 

#626330 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857

Hi all

 

As promised, you already can download the FlutSkin v.10 for 2560x1440 screen resolution. This is made possible due the hard and great work of ROSEK!!! Thanks, my friend.

 

And….thank you again for your support  R Charlston, Mag1Ic, Evil-Muffin7 and mackboss!! 

 

mackboss: I will take a look on it and I believe I can include the stadium picture in calendar panel for next release of the skin. 🙂

#626184 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857

Dear all

 

Now you can play with FlutSkin v10. Thank you again for all of your support!!

 

Soon I will include a link for the Flutskin adapted for 2560x1440 screen resolution by Rosek!!!

 

I hope you enjoy this “new” version!! 

#626068 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By crazyanimals 26 March 2021 - 10:57 AM UTC 

can anyone point me in the right direction,

where can i find the panels to remove the player condition and match fitness %'s that are at the bottom of the screen whilst in game. starting 11 and subs.

please see image 

 

Hi.

 

you can remove it in match players bar widget.xml

deleting the following code

<widget class="client_object_property_panel" property="PRCF" navigation_focus_target="false" id="PRCF" alignment="centre" height="70" width="70">

<record id="object_property" get_property="objt" set_property="objt" />
<record id="widget_properties">
<boolean id="label_disabled" value="true" />
<boolean id="show_hover_popup" value="false" />

<flags id="icon_alignment" value="centre"/>
</record>

</widget>

#625945 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857

Hi all

 

First of all I would like to show my recognition for the work and the support made especially by Rosek. I believe I really couldn't handling with all questions and requests. And more important: I certainly couldn't work on some improvements of the skin (well, maybe is better to say “some changes or tweaks” since the things I change can be improvements for me and not for others). Thank you Rosek.

 

Second: I intend to release an update of the skin soon (I don't know if today, tomorrow or saturday….). Please don't expect lots of changes because now I only am trying to do some tweaks. 🙂 🙂

 

Thank you all!!

#625530 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Mr. old_school 23 March 2021 - 14:33 PM UTC 

myself i did not test ingame blur effect good or bad - i only heard Blur Effect and think about other big Games, in there Blur Effect is in my case not good - so i disable that in all games

🙂

but in FM21 i did not test that, i just want to know, that you know, that is possible to disable and then the community can talk about: disable / enable for Flut Skin

🙂

 

your Picture_ that is your actually Flut Skin Version? okay, we have to talk

🙂

 

Hi

 

The blur effect when we reload the skin (for example when we click shift+r) is already removed and it will be included in the next version of the skin.

#625528 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 23 March 2021 - 16:12 PM UTC 

👍👍👍. 
I think your message is getting through while I was writing on my translator 😂😂😂

 

🙂 🙂 🙂 🙂 🙂

#625526 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 23 March 2021 - 15:56 PM UTC 

Hello.

Open the "best eleven" file with notepad and delete this line of code:

 

<integer value="Pnms" />

 

Have a good day

 

Hi Rosek

 

I fixed that bug and  change some things, including other information (as I showed in my last post 🙂  😉

#625519 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Qvordrup 23 March 2021 - 14:53 PM UTC 

@flut could this “best eleven” perhaps be improved on? something else than the name twice? or perhaps just remove one of the name lists?

 

 

Hi

In fact I forgot to delete one of the codes. Sorry…Now is fixed and changed.

#625423 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857

Magic

 

Regarding your wish. Place this file in the panels folder of the skin, overwriting the original one.

#625417 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By flut 22 March 2021 - 22:31 PM UTC 

Thanks. I will take a look now.

Yap. is possible. Here is the file.

Create a folder named filter_panels (in the panels folder of the skin) and place there the following file

#625416 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 22:27 PM UTC 

It's This one :

 

Of course if it's possible

Thanks. I will take a look now.

 

#625413 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 22:18 PM UTC 

I just tested it. it is not bad at all.

 But I was wondering if the "pick" button for attributes might not be blue ?

Could you please place a screenshot explaining what is the button you are talking about? Sorry….

 

#625411 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 22:14 PM UTC 

Great Job !!!

 

Thanks. 

I took a look in the colour change you did for club vision and is perfect. If you dont mind, I will include it in the new version of the skin.

#625405 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 21:52 PM UTC 

Well, I just have to find where this sign is located and these horrible starting colors will finally have disappeared

 

 

Hi Rosek

 

I already removed that pink colour.

Create a folder named dialogs (in the panels folder of the skin) and place there this file

 

#625390 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 21:08 PM UTC 

Normally, if you download my version, this is already automatically changed

 

Yes. I forgot to say that. If you use the skin adapted by Rosek that problem will be solved. That's why I disdn't explain how could you fix it. 🙂

#625375 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Mag1lc2 22 March 2021 - 20:44 PM UTC 

Hi Flut!

 

We know each other well, I'm Magic1111 from FM Scout. We had written to each other there over and over again in the past few years. 

 

After the last Database patch I began to play with FM21 and your wonderful Skin!

 

I have three questions, please:

 

1.) Why do I have such weird, big numbers in the player profiles?

 

2.) Here is a screenshot of your last version for the FM20.

There there was the possibility to navigate to a real photo (e.g. in png format) at the point shown in the picture.

This was then correctly displayed in the game as a own manager image.

This option is currently not available, only in the general menu.

But that is not accepted by the game.

Will this be there again?

 

3.) I´ve a new Monitor with a native resolution 2560 x 1440. Will there be a skin for this resolution?

 

Many thanks in Forward mate!

 

 

 

 

 

 

Hi Magic

 

I hope you are well.

Regarding your second question, you are right, the game permit to use a personal photo using the preferences during a game. The option to choose a photo when you start a new game is not available. However, I already add that oiption and in the next release of the skin that option will be there 🙂

Regarding the skin resolution, Rosek have done a fantastic work and adapted the skin for the resolution you use. Thus you can download that version (I'm sure Rosek will explain you here in the thread, where you can download it or will put here the link again ).

 

cheers and thanks 🙂

#625373 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 20:13 PM UTC 

@flut sorry but i have another question. 

 

I made a new team panel where I put everything related to the mind. And I noticed this :


 

 

 

Is this the same problem as the fatigue writing lag or not ?

 

Hi Rosek. I believe if you increase the height of the roww the text will no be cut.

You can do it in team squad.xml in the following piece of code

 

<widget class="tactic_player_list_table" id="pltb" database_table_type="1" customisation_context="play" mode="fill_rows, stripe_rows, printable, store_sort_state, drag_rows, drop_on_rows, show_bullets, select_rows, select_multiple, show_insert_column_popup,keyboard" column_mode="resize_columns, move_columns, custom_views" popup_menu_class="popup_button_table_header" row_height="31"  row_spacing="1" navigation_container="true" default_focus="true">

#625351 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 19:37 PM UTC 


Indeed, it is not possible to change player.

And if we use the right mouse button to remove the player, the name remains in the unaffected position if we move the mouse over the jersey ...

Another try. Now we can choose different players as in the default.

Place the tactics icon preview info panel25.xml in the tactics folder of the skin (don't forget to reload the game)

I believe this is the best option.

 

#625337 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 19:19 PM UTC 

I tried the second one. 

He is less well.

Personally I find that the previous one is better.

 

Yes. Regarding the graphics is much more interesting. However the option to choose different players for each position is missing...

#625330 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 19:07 PM UTC 

It's excellent !!! 👍👍👍👍

You really are the boss !!! 👏👏👏👏👏👏👏

 

Thanks 🙂

However I tried another one. This is not so “sophisticated” (since there is no animation) but maintain the possibility to choose the players (thus is closest to the original). 

Thus you can choose that one you prefer

#625326 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 22 March 2021 - 17:28 PM UTC 

Thank you very much for these files.

I just have a small remark, would it not be possible to add the faces and the kits as on the panel of the report on the opposing team ?

 

Hi Rosek

 

Yes. Here is the file. Please let me know if is okay.

 

 

#625192 FM 2021 FLUT skin dark - Version 16.0
flut
14 years ago
4 days ago
3,857
By Rosek 21 March 2021 - 21:18 PM UTC 

Hello.

In your message you say that you have already put it horizontal. I just saw that mine is still like the image given by Evil. Which panel is it? Because I can be overwritten with an old one when I put my files for my resolution.

Hi

Here are the files.

Place the player availability with pitch news content panel.xml in the news item panels folder and the other one in the team folder of the skin.