flut - Comments

Comments
#581159 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
same path as before but this time in icon 14 : change the horizontal. For me I put this :

<widget class = "label" id = "bNAM" size = "11" alignement = "top , centre_y, can_scale "font =" fonts / nom du kit "color =" secondaire ">
<layout class =" stick_to_sides_attachment "alignement =" top "inset =" 45 "/>
<layout class =" stick_to_sides_attachment "alignement =" horizontal " inset = "80" />

Hoping to have you help


For number you should edit

<!-- 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="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />

first reduce the value 95. After you obtain the size you want, you should also change the values of left and right to adjust the number in the right place.
#581158 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
All other : For those who have the official confederations badges, if you want to see them appear, they must be placed in place of those present in the skin directly here:

skins/fm2021flutskin_dark/graphics/pictures/logos/normal


Flut: I tried elsewhere it's yours that takes precedence ... I don't know why ...

Good game everyone


HI

Thanks for helping with the answers 🙂
Regarding the badges, if you want you can delete it from the folder and...the game will assume the other you want (or the default).
#581156 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
16 years ago
3 weeks ago
4,135
Thanks Flut, but:
1.the names and numbers are still not appearing after I edited the kit icon14 as instructed. (Please see attached)
2. In tactics, it is not giving the green circle which suggests how good the player is in each role, I need to guess every time what is the best role for each player. Is there a way to sort it out? (Please see attached).

Thanks


Hi

1. As I said you should edit kit icon 14

Here, reduce the value

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

Here also reduce the value

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

After, maybe you should also change the lines of top and left in order to adjust the number in the right place

2. I did not understand. The circles are there (a can see them in the pitch in your screenshot). They are not in the popup (is the default view).
#581061 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
RoseK thanks for reporting. I tried to make it works but without succes. So, it will be removed for the next version.

the-guvnor: sorry nut I can't help you since everything goes well in my game.
#581049 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
16 years ago
3 weeks ago
4,135
Also, I have downloaded this 2D kits for the flut skin. No GK kits is available yet? thanks


ou should edit the name and the number in the following pieces of code in panels/generic/kit icon14

<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="44" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="100"/>
</widget>

<!-- 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="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />

Regarding the kits: the kits are only for the players and not the GK. There is no possibility to have a distinct kit for GK (as in all the kit packs)
#580952 FC'12 Style 2D Kits Seasons23/26 for Flutskin - Titlebar/Player Overview Pack v.124
flut
16 years ago
3 weeks ago
4,135
wom25 : the pack is only for front kits. The back kits are included in the skin.

einherjer83: thanks!!!

Chung_Ad:
1. This is due your screen resolution. Please go to the thread of the skin. I already answered how you can remove that “wrong” logo.
2. For use the skin without backgrounds go to cliente object browser.xml and change
<!-- background picture - covers entire screen -->
<widget class="background" file="backgrounds/default" id="bgnd">
<!-- Once everything is hooked up we'll use a get global attachment like below tied to the
appropriate global setting to show/hide instead of the complex test multiple global
setups for the various items we'll show/hide -->
<!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
<record id="object_property">
<integer id="get_property" value="bgnd" />
<integer id="set_property" value="file" />
</record>
<attachment class="test_multiple_globals_attachment" default_value="false">
<list id="get_properties">
<record get_property="MatS" test_mode="equal" value="true" skip_if_null="true" />
<!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
<record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
</list>
<integer id="set_property" value="hidn" />
</attachment>
</widget>

For

<!-- background picture - covers entire screen -->
<widget class="picture" file="backgrounds/default" id="lggg">
<!-- Once everything is hooked up we'll use a get global attachment like below tied to the
appropriate global setting to show/hide instead of the complex test multiple global
setups for the various items we'll show/hide -->
<!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
<record id="object_property">
<integer id="get_property" value="lggg" />
<integer id="set_property" value="pict" />
</record>
<attachment class="test_multiple_globals_attachment" default_value="false">
<list id="get_properties">
<record get_property="MatS" test_mode="equal" value="true" skip_if_null="true" />
<!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
<record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
</list>
<integer id="set_property" value="hidn" />
</attachment>
</widget>


3. This i salso reagrding your screen resolution. The skin works well in 4k, icons only, full window. If you usem for exemple 1920x1080 you can play with 50% zoom (better) or 85% zoom icons only (acceptable)
#580950 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Kinkladze10:

For moving the player name open kit icon14.xml and change the value of top inset in this piece of code
<!-- 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="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />
</widget>

Rosek: could you please place a screenshot since I didn’t understand what is the button you are talking about?

McG84: you don’t have to remove the stars but move the name of the manager for the right place. For that go to club overview panel.xml and change the value of top in the following code

<widget class="person_snapshot_club_overview_panel" id="mana" file="person snapshot club overview16">
<translation id="title" translation_id="227981" type="use" value="Manager" />
<layout class="stick_to_sides_attachment" alignment="top" inset="19"/>

Georgios Pesios and Kinkladze10: you can edit that box (containing the manager in club overview panel) in club overview panel (look at my comment to McG84). You maybe also have to edit the person snapshot club overview16.xml
For player name in the shirt decrease the value of horizontal inset in that piece of code.

SolC: Thanks. You can edit it in titlebar.xml (which is inside the generic folder in the panels folder of the skin)

Jeff's72: You can remove them in the match score area panel.xml, removing the following piece of code

<container class="main_box_no_margin" width="200" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="black">
<layout class="arrange_vertical_attachment" alignment="vertical" layout="-1" offset="0" gap="0" />
<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" />


<!--weather-->
<widget class="weather_indicator_panel" file="weather indicator horizontal1" id="FxWe" >
<record id="object_property">
<integer id="get_property" value="FxWe" />
<integer id="set_property" value="valu" />
</record>
</widget>
</container>


<container class="main_box_no_margin" width="251" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="black">
<layout class="arrange_vertical_attachment" layout="-1,-1,-1" offset="0" gap="0" />
<layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />

<!-- stadium -->
<widget class="client_object_label" id="namV" style="bold" alignment="centre,can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="stad" />
</record>
</widget>

<!-- city -->
<widget class="city_label" id="namL" alignment="centre;can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="SctI" />
</record>
</widget>

<!--fixture name-->
<widget class="fixture_name_text" icon_enabled="true" id="Name" style="bold" alignment="centre,can_scale" colour="white" size="9">
<record id="object_property">
<integer id="get_property" value="FxNm" />
</record>
</widget>


<!--date
<widget class="date_cell" id="date" alignment="centre,can_scale" auto_size="vertical" size="9" colour="text">
<translation id="format" translation_id="447557" type="use" value="[%date#1-time] kick off on [%date#1-short][COMMENT: string to show the kick off time and date of a fixture]" />
<record id="object_property">
<integer id="get_property" value="fxdt" />
</record>
</widget>-->
</container>

HI bartdude: you left me without any words. I just have to be recognized by your always kind and stimulating words. I really don't know if I can correspond your expectations this year but I just can promise that if nothing special will happens in my life I will continue trying to improve the skin. Thank you again!!!! And also fot your generous donation and your appeal to donations by other FM Players.
#580694 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thanks I managed to sort it but I now just need to move the front shirt more to the left of the right one

Do you know which file and lines I need to change please to do this

See attached
https://imgur.com/gallery/ArEPsbL

Thanks can’t wait to play this


Hi

If you move the front kit to the left will be cut. Since I use the FC12 kits as default, in order to have that front kit perfectly adjusted, correctly covering what's behind, I advise using the FC12 pack prepared for Flutskin HERE
#580672 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135


Go to kit icon18 (located in panels/generic) and delete the following code:

<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="22"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="11"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="43" />
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
#580555 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Hi flut how could i go about making the text commentary back to small, loving the full names on the match scoreboard now.


Yes. You just have to delete the match commentary.xml and reload the game in order the game read the deafault one again
#580552 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thanks Flut
Do you know what lines I need to actually edit to reduce the shirt number font size please and the manager box?

I know I can edit the text but I’ve no idea which line to change and what number I need to add.

Thanks


Hi

You can reduce the shirt number increasing the value

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

However, after that you should also change the values of top and left in order to adjust the number in the centre of the kit.

All of the changes should be using trial and error method, since it depends on the screen resolution.
#580397 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thanks you 6scholl6!!

Thank you again Dazs8!! You're work is absolutely great and excellent for FlutSkin. Cheers, my friend!
#580359 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Unfortunatly I have the same problem.


Hi

You just have to delete the following piece of code in kit icon16.xml (located in generic folder)

<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="145"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="127" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>
#580321 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
This is an amazing skin but I’m stuck with the logo player shirt number issue.

I’ve tried your fix by removing the panels code but it still looks messed up. See below I need to make the shirt number font smaller and the players name needs to appear higher on the shirt maybe the font also needs to be reduced.

On the Manager screen there is a clash with the age and info

I’ve tried it both in full screen and windowed with side icons only and without but it doesn’t fix it

My resolution is 3440 x 1440 on a widescreen monitor and I have tried various zoom levels.

Last years skin was perfect but here are my issues see links is there anyway to fix this so it looks like your screen please?

https://sortitoutsi.net/uploads/mirrored_images/Q5csC6RO6vUMfwKyKVEBeARJAQtOjfYWH4HMMNzt.jpg

https://sortitoutsi.net/uploads/mirrored_images/49udC9DzSvUZIBIV58vBAOo1MoyF1InwjOuPbEAf.jpg


Hi

For the box with the manager you should edit the file person snapshot club overview16.xml
For decrease the number edit kit icon14 in the following code

<!-- 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="93"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="95" />

</widget>
#580202 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thank you for the awesome skin. How would I edit the color grey to red or another color in this screenshot? Thank you!!!!


THis will be fixed in the next version of the skin that I will release tomorrow.
#580071 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Hi Flut, the only issue I have is the kit/badge clash and the quick sub option has gone, just takes you to player profile


But please could you place screenshots in order I have no doubt about where are that bugs?
#579956 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Hi

Yes, the popup now includes the left and right foo (the player overview panel also includes it in all three options).
Charçston, could you please put a screenshot with the problem you reported?

cheers
#579567 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thank you for posting the skin this year as well! I was hoping that you would. My personal favorite.

Question... How do you change the background color of the scouting report email? Mine is white, something I'd like to change it to something darker if possible but I don't know enough about the in game editor.

https://imgur.com/a/pYRjOs9


Thanks 🙂
Regarding you question, in the next version that "card" will be black 🙂
cheers
#579391 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Not to worry. 🙂

One other thing, when on the player profile screen, is there any way to get rid of the word "Player" that's written in black text just below the comparison drop down?

Thanks

Andrew


you can go to player overview panel.xml and in the piece of code

<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="Player" />

change for

<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="" />

However, in the drop down arrow that option will be without any title.
#579373 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thanks for your response flut. When I go into preferences to change any settings the screen in background blurs. Is there anyway to change this do you know?

Thanks again.


Oh I see, yes, when we go to preferences. I don't know how to change it
#579371 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Many thanks FLUT very much appreciated. i have added that file but now the player traits are missing for some reason


Use this one (place it in the player folder of the skin)

DOWNLOAD
#579300 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Hi Andrew: Thanks. And, what blurring? I don't see any blurring...

Hi Latrell: use THIS

Place it in panels/player (overwrite the original one)

McG84: thanks. 🙂
#579014 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
joemcf09: you should have the packs with the stadiums and don’t forget the mini stadiums pack.
mattafc1234: thanks. for delete the wrong logo go to panels/generic/kit icon16 and delete the following code
<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="128"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="105" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>

mysterio: as soon as I can I will upadte the kits pack with greece

mush2015: thanks!! 🙂

SteveWise106: Thanks. In fact when we play with a club, the sidebar matches the colour of the club, for all other clubs is dark. Maybe later I will do na alt for sidebar. However, for now I have to finish the chanages and bugs reported. When the skin will be in its stable version I will start with some addons (alt files).

DaveCillo: Many thanks. However, the light version still have to wait untill this version is stabel and “concluded”. This year I have no much time to work on both simultaneously. Sorry… Regarding the bug you reported is now fixed and the fix will be included in the next version.
#578962 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Dear all
You are placing lots of questions and requests. So, I have to beg you:

1. Please report bugs and place screenshots to better understand them
2. Please read the thread befor posting because it already started the same thing that happened last year (some questions were already answered and is "terrible" to see many repeated questions)
3.Try to not make requests just because you prefered or like something, i.e., try question with "common sense"
4. Please be patient if I don't answer quickly

After all, this is only the first version and I know it can be much improved but ... slowly (my time is not only dedicated to the skin and it is not infinite).
#578651 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Dan Wardill: yes, there is a problem with the upload but you can look at one of my posts and find the alternative link fr the skin.

Sheffield Hammer: unfortunately I couldn't find how to do it yet....that's why the skin maintain the 6 letters names..

mysterio: you can use THIS but if you don't use the SS default kits, the images will be overlapped. However, if you want, you can use the FC Style pack I updated in HERE
#578532 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Dear all, I noticed that some of you recognized my work with a donation. Many thanks to all of you who decided to do it 🙂
I really appreciated!!
#578428 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
As you can see, it's impossible to know something about prefered foot. Also i try to change with all avaible options there is nothing about foot. So, if i've to choose player (unknowed player - i know messi is left and Ronaldo is both)i need to enter the player statistics and change another card again. I hope to be clear, sorry for my english


watta75: In future versions I will try to include it also in other places. In fact I tried to include it in all of the view options of the player but only works when I place it in one of them. Regarding tactics panel…can you explain a little bit more because I didn’t understood (or place a screenshot, please).


You are talking about the player popup panel. In fact I ddn't work on it yet. In the future versions I will edit that panel.
#578416 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
No name appearing at the back side of the kit at player's profile, but 3 dots. Is it normal?


this meaning that the is name too big or too small (I don't know exactly). However you can adjust it in panels/generic/kit icon14

Edit the following code, namely the value of horizontal (use trial and error strategy)

<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="45" />
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="80"/>
</widget>
#578357 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Thank you for the great Skin!! Enjoying it!!!
Is there any chance to remove the broken emblem & the 2 shirts as shown since they often blocks the head of my player`s background image.https://scontent-itm1-1.xx.fbcdn.net/v/t1.0-0/p180x540/128105695_10207753637355300_911256975383398589_o.jpg?_nc_cat=102&ccb=2&_nc_sid=730e14&_nc_ohc=WkB47Sa9Ee0AX_7vtNY&_nc_oc=AQmyOYlf9nM_tWGSe1J-_xu_1PF3N_aQKaP3rS7P0AMW2VZ4AvWn_Tb6jKrqyjneylQNEwl_4pwC6b5c6X6kiKH_&_nc_ht=scontent-itm1-1.xx&tp=6&oh=ee3f6d300497b3310a06c9cefa5b2437&oe=5FEC7EE4


If you want to remove the wrong badge do the following:

go to panels/generic/kit icon16 and delete the following code

<widget class="picture" id="pict" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre" />
<layout class="stick_to_sides_attachment" alignment="top" inset="-43"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="128"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="105" />
<record id="object_property">
<integer id="get_property" value="mnpc" />
</record>
</widget>

For removing the kits it's more difficult and I can't explain you since if you remove them the text that are below will jump for the place of the kits.
#578328 FM 2021 FLUT skin dark - Version 16.0
flut
16 years ago
3 weeks ago
4,135
Excellent work, no FM without Flut skin!

Any chance you will do some more work on the match title bar? Would love to have longer club names there instead of the short ones, and also maybe background colours to match the two teams.


Thanks 🙂
Regarding your questions: I already tried to do both of them but for now, unfortunately I couldn't found how to solve that problems (6 letters only and the colour of the teams...). Of course if I find the solution I will include that changes in the next versions.