flut - Comments

Comments
#760582 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 11 November 2023 - 16:49 PM UTC 

I put them with my kits mate….as thats what they are after all……

 

 

Hi

I don't know if the rocccccki problem was already solved. However, it seems that he made some “confusion” about the types of kits.

 

  1. The 2D kits prepared for flutskin are for be displayed in the titlebar and in the player picture boxes (and it seems are okay in the game of rocccki)
  2. For displaying the kits in the “kits” panel, the pack is the 2D normal kits pack, which should be placed in graphics/kits folder of the game (it seems that this pack is missing…).

Sorry if is not this, and I am wrong, but honestly I read the posts “diagonally”

#760292 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135

uff. I believe I answered all the questions not yet answered 🙂

 

Thank you guys for all of your help answering the questions!!!!

#760291 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Darkside63 07 November 2023 - 09:31 AM UTC 

Actually it's correctly placed but somehow the field description (could be “wage” here) got lost 🙂

 

Thanks for reporting Stefanovski and Darkside.

Now is fixed.

#760287 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By mackboss 07 November 2023 - 11:47 AM UTC 

Hi flut,

I want to put this background :

in calendar section but when i go to the calendar section shows this :

the past year calendar section take the picture from “fixture.jpg” but this year don't work it…Can you help me ???

I have that picture in “default.jpg” in tha background folder because when there is a player without club show this :

and this year I want to do same thing…

 

Thank You….

 

The code for for that page is in the fixture list panel.xml and is the following. In the skin it points to the default.jpg. You just have to change backgrounds/default for backgrounds/[the name of the jpg you want to use]

 

 <container>

<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

   <widget class="picture" file="backgrounds/default" id="bgnd">
   <boolean id="scale_picture" value="true" />
   <boolean id="keep_aspect_ratio" value="false" />
   </widget>


   <widget class="picture" file="boxes/overlay/30/30" scale_picture="true">
       <boolean id="keep_aspect_ratio" value="false" />
   </widget>

</container>

#760280 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 07 November 2023 - 12:24 PM UTC 

@flut 
Hi my friend, I have added lots of backgrounds to individual screens in the skin for my own personal use.
If you would though like to include them as an alt in a future skin release then please go ahead.

 

Each are easily identifiable and named in the skins backgrounds folder (included in the link with edited panels)
Also can easily be changed to suit each individuals taste.

 

 

Alt folder inclues lots of alternatives for each background screen plus a few extras.

Download here if wanted.

Includes a Graphics and panels folder to just drop into the skin.

 

https://www.mediafire.com/file/6scwfq7gya91vld/Flut+Skin+Background+Adds.rar/file

 

 

Great job Dazs8. Thank you!! Of course I will include it as an alt folder!!!

Cheers and thanks!!

#760279 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By John Radnor 07 November 2023 - 18:02 PM UTC 

This is great, thanks for all your hard work! do you know if there is a way to remove the shirts in the player panel shots…? I've an issue with name and number sizing and can't seem to fix them so thought I'd just remove them!

 

Thanks

 

You can easily adjust the name and the number. Please read the Changing the size and place of kit number and kit name.pdf included in the alts folder of the skin.

#760277 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Raysson123 07 November 2023 - 23:31 PM UTC 

Hi guys, thanks a lot for the great. work. Unfortunetaly I'm facing a problem and I don't know how to solve it.

A lot teams have the wrong Kits displayed in the player panel and as an Icon in the upper bar. I don't know what I have to do, to solve that.

Below i got few Screenshots.

 

I would appreciate any hints. 🙂

And maybe someone can tell me where I can change the position of the Founding Date?

 

you can change the founding date position in club overview panel.xml in the following code (change the value top inset - now is 38 - ypu should increase that value)

 

      <widget class="dashed_number_label" spec="text" style="bold" id="CyfV" size="9" colour="secondary" alignment="centre_x,top" auto_size="vertical">
        <boolean id="NumF" value="0"/>
        <layout class="stick_to_sides_attachment" alignment="left" inset="0" />
   <layout class="stick_to_sides_attachment" alignment="top" inset="38" />
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
        <record id="object_property">
         <integer id="get_property" value="Cyfn" />
        </record>
       </widget>

#760276 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Stefanovski 08 November 2023 - 01:34 AM UTC 

Does anyone have this issue whereby the attributes are not highlighted for the position when not using the background boxes.

 

 

 

Only in one of the options the highlights work. That's why doesn't work in the without background boxes. However, if you want to play without background boxes as default go to player overview panel.xml and change 

 

<widget class="player_attributes_panel" file="player/player attributes panel3abox" id="patt" late_loading="true">
    <translation id="title" type="use" value="Attributes with Background Boxes" /> 

 

for

 

<widget class="player_attributes_panel" id="patt" late_loading="true" file="player attributes panel3">
          <translation id="title" translation_id="229822" type="use" value="Attributes" /> 

 

after that, go to player overview big selector panel1.xml and change

 

<widget class="player_attributes_panel" id="paxe" late_loading="true" file="player attributes panel3">
          <translation id="title" translation_id="229822" type="use" value="Attributes" /> 

 

for

 

<widget class="player_attributes_panel" id="paxe" late_loading="true" file="player/player attributes panel3abox">
        <translation id="title" type="use" value="Attributes with Background Boxes" /> 

#760274 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Darkside63 08 November 2023 - 07:25 AM UTC 

This time it's me having a minor issue 🙂

 

I used the sidebar black version, which Flut includes in the skin package. To make it more smooth overall, I tried adjusting the titlebar as well. 

 

So I took the blueprint from the ALT 19 folder and changed from grey to black to adjust the titlebar. As you can see below, this work in general.

As some teams have black/white team clolours, you might end up with black font on black background, so I additionally added a blue_replacement="white" statement to the initial container entry

 

<container class="bordered_box" appearance="boxes/custom/interface/titlebar/paper" red_replacement="black" blue_replacement="white" navigation_container="true" >
 

 

However,  as you can see in the picture below - this only works partly. The calendar button - which also has some size issues, as the buttom is cut, as well as the search/ID field stays in teamcolor for the font.

 

Where do I need to change this and where can I adjust the size for the calendar entry to reduce it a bit?

 

You can edit it in current game date widget.xml

#760272 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Faouzi Talbi 09 November 2023 - 20:28 PM UTC 

yes how do we find their identifier? then I take the image and add it, is that all? thank you for your help can you also help me with the player jersey display?

 

You can go to the Velodrome Stadium and click in ID button in the titlebar. You can see the ID for the stadium. after that you should place the stadium photo in your stadiums folder with the correct config. You can use the Stadium CONFIGS Flutskin FM.pdf I included in the skin pack, where I explain what kind of config is, and what ID,(if the cub ID or the stadium ID) is required. 

#760271 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By roccccccki 10 November 2023 - 21:05 PM UTC 

Hello can you help what do I wrong - I have in england league three “skins” on the left side right, but in czech league I dont have this three skins. I want to ask you in which folder I must right this paste ? I have this folder 5 2DKitsasleftlogosV3_05-11-23_23_24 in graphics /logos

1 picture - wrong on the left - team from Czech republic

2 picture - right on the left - team from England 

 

The 5 2DKits asleftlogos are okay. The kit is displayed in the titlebar correctly. It seems you don't have the normal 2d kits for Banik Ostrava. 

#759636 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135

Hi all

 

Thanks.
I only can try to start answer you during the weekend (and without promising...)
Sorry….

#758706 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135

Hi all

 

Now you can download your FLUTSKIN 1.0.

Thank you all and enjoy it!!

#758324 💡 Alternative Metallic Logo Request Thread (closed)
flut
16 years ago
2 weeks ago
4,135
By bakizp 06 November 2023 - 13:47 PM UTC 

This is forum thread for requesting alternative or fantasy logos, not the official ones.

 

But...since you are legend, I did it for you mate 👍

 

Oh…sorry for my mistake I really didn't realize that I am in the wrong thread. It never will happens again.

And many many thanks for did it for me 🙂 🙂

#758096 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Darkside63 05 November 2023 - 16:31 PM UTC 

Gents,

 

is there a quick way to switch color in the panel headers (only there would be fine) from team colour to black/white?

 

I already switched the left menu bar to the black one included in the skin and would like to do the same with the different panel headers.

 

Hi 

You can use the alt 19. It is prepared for grey, but you can change it for black if you want.

#758071 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Ruben_17 05 November 2023 - 15:56 PM UTC 

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

 

Thanks, now it's perfect.


Where can I do the same thing but with stadium pics?

 

You can do it in stadium overview panel.xml, in lines 40 to 81

#758066 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Ruben_17 05 November 2023 - 15:34 PM UTC 

Yup. But maybe there is a way to change pictures width. Idk, only ask.

 

Hi

If you want to reduce a little bit the citypic, you can increase the values of inset (all and/or top, and/or horizontal, and/or left) in the following code (in club overview panel.xml). Use trial and error method in order to adjust as you want

 

       <container >
<layout class="stick_to_sides_attachment" alignment="all" inset="0" scale_picture="true" apply_to_children="true" />
<widget class="background" file="backgrounds" id="bgnd">
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" offset="0" gap="0" />
<record id="object_property">
<integer id="get_property" value="bgnd" />
<integer id="set_property" value="file" />
</record>
</widget>  
 </container>

#758059 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 05 November 2023 - 15:03 PM UTC 

Couldnt work out how to change the colour of the text in  the box though, I wanted a darker green box but couldnt get the text white.

 

Yes, I Understand. But is good as it is now 🙂

#758055 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 05 November 2023 - 14:26 PM UTC 

Found how to change it, had to add into the settings file the following…
 <colour name="match day training calendar colour" red="10" green="195" blue="195"/>
For some reason that does both the calendar and the box in processing/

 

Great.  I tested it and is okay. Great job Daz!! Thanks!!

#758045 💡 Alternative Metallic Logo Request Thread (closed)
flut
16 years ago
2 weeks ago
4,135

Hi

Could someone make the normal, small, small2x logo for this.

Thanks 🙂

#758042 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By destino32 05 November 2023 - 05:04 AM UTC 

As you can see, the data is no longer displayed.

 

Thanks.

That column is added by me (it was not there in the default skin). I took a o look and, I don't know why, but it doesn't work for cups and international competitions. 

#757967 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Qvordrup 04 November 2023 - 14:32 PM UTC 

@flut “Country locators” matching v.24.01 of metallic logo 👍

 

Thank you!!!!! 🙂 I already placed the folder in the skin.

#757966 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 04 November 2023 - 13:27 PM UTC 

@flut 
Could you advise me on how I can change the colour of the first team blue box please, tried everything I thought was controlling it but no luck.
 

 

Hi Dazs8

I tried to find where is the code responsible for that, without success. I could find the code for that boxes. However not regarding the colour (maybe is hard coded…).  I noticed that that colour is the same in the default skin.

The code is in process calendar day panel.xml and is:

 

 <widget class="table" id="TraT" layout="-1"  mode="fill_rows" height="86" row_spacing="2" hidden="true">
  <boolean id="auto_size_rows" value="true"/>
  <string id="fixed_size_rows" value="false"/>
  <layout class="stick_to_sides_attachment" alignment="horizontal" inset="2"/>
  <!-- Filled in code -->
 </widget>

#757965 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By mackboss 04 November 2023 - 10:33 AM UTC 

Thank you Flut,..!!!

 

I've fixed by myself. What do you think…??….Is it good ???

 

Thanks! In meantime, as We can see, QVORDRUP place here the new pack 🙂

 

#757964 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By destino32 04 November 2023 - 03:58 AM UTC 

Hello. Maybe it's just me, but when I display match results for Serie A or La Liga, data such as scorers and assists are displayed on the right side, but in the case of CL, EL, and cup matches of each league, player information is displayed. I'm wondering why the data is not displayed. If you could pick one thing, could you tell me what it is?

 

Could you please show screenshots of that? Thanks.

#757861 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By destino32 03 November 2023 - 23:48 PM UTC 

Mr. Flute This is the current La Liga logo with Da Zone.

 

Thanks. I will include it as an alt in the alt folder.

#757854 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By Day Tripper 02 November 2023 - 12:42 PM UTC 

Ok, I got it! Final question - would it be possible through editing to replace the Bund logo with, say, La Liga instead? 
So, you have TV logo for league games, Euro for Euro games, EFL for EFL games and then La Liga logo for watching a La Liga game?

 

In the next release the skin will have a TV Logo for the career (by deafult Sport TV, but you can change it), and different tv logos for Bundesliga, EFL, and Uefa Cups.

#757831 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By DazS8 03 November 2023 - 19:20 PM UTC 

Of course my friend
You can have the news folder too if you like…

 

 

Thanks, my friend!!! I will include this pack as an alt too!! 🙂

#757818 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By mackboss 02 November 2023 - 14:53 PM UTC 

Hi flut,

Great skin, for me the only one when I play FM…

One thing, i, the flag of portugal is changed in the metallic logo pack, but in the folder flags - big has the old one…

In the next versions you'll change that flag ??

 

Thank you and great job !!!

 

Hi mackboss.

Thanks!!

Regarding your question, QVORDRUP is who have been doing the updates for the country locators. Thus, when and if he update that pack and send it to me, I will include it in the skin 🙂

#757817 FM 2024 FLUT skin dark - 10.0
flut
16 years ago
2 weeks ago
4,135
By bartdude 02 November 2023 - 20:02 PM UTC 

Not at the moment, it's a manual procedure whereby you have to select the correct ticket for the match you're about to play. Maybe there is a way, wait and see.

 

hi bartdude and day tripper: good news! I found a way to do that. In the next release we can choose a ticket for our national league (choosing in the tab, as it is now) but…for Licensed leagues (i.e., EFL, Bundesliga 1, and the European cups) the corresponding ticket will be displayed 🙂

Cheers and thank you for made me think in that change!!