flut - Comments

Comments
#341561 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
nice work flut but i have a question regarding 2.2. is there any way to remove ca/pa off the player profile?


Hi Ross: do you want to remove CA/PA and the additional attributes and return to the previous version of player profile?
#341538 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut !!!

Your skin is beautiful. But i have a small problem when i play in Barclays Premier League or in Bundesliga. The titlebar is completely white during the prematch stats. I don't have this problem in serie A Tim or in liga BBVA.

http://img4.hostingpics.net/thumbs/mini_581709Capturedcran20160803175701.png

Do you have a solution ???

Thanks


Hi luffy: Thanks.
The problem you report is weird. It seems there is a conflict with other skins..Did you try to clean the cache, keep only this skin in the skins folder and reload the game? I didn't play in Barclays League (and the same for bundesliga) but when I go to the panel of Barclays League and Bundesliga everything is okay.
#341348 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
2 questions for you.


1 - How do i get the match scoreboard aligned to the middle of the screen?

2 - Do you know what i have to do to be able to auto-hide the sidebar?
Have tried comparing with other skins but i have no idea what i'm looking for and thus been unable to do it.

No worries if you don't know the answer. Just messing about a bit.
Love the skin. It fits my usage perfectly.
KUTGW


Hi roykela: Thanks.
1. For the first question you can edit the place of the match scoreboard in the file match title bar score.xml (in the panels folder of the skin).
Search for the code

<container class="bordered_box" appearance="boxes/custom/match/scoreboard/container/paper">

<layout class="arrange_horizontal_attachment" alignment="horizontal" gap="0" offset="0"/>

and increase the value of offset (however I think you only can move to the right a little bit because from certain value the scoreboard will be cut...and I don't remember how to do it for fix this problem)

2. Use THIS (put it in the panels folder of the skin)
#341347 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi,

new skin is amazing!! Good work

My problem is when I change to your FLUT skin my jerseys in game not working. Can you tell me why,please or how i can fix it?

Thank you


Hi Tomas: Thanks. If you are talking about the 3D kits, the problem is not related to the skin. However, maybe there is a conflict with other skins. Try to clean the cache, keep only this skin in the skins folder and reload the game.
#340122 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Yes exactly. Where do i change unknown attribute background? I can only find low, normal, good and excellent attribute in game.


Hi Dennis:

Go to the settings xml of the skin and search for:

<!-- background attribute box colours Flut 1.5 -->
<colour name="unknown attribute background" red="210" green="210" blue="210"/>
<colour name="low attribute background" red="241" green="159" blue="193"/>
<!--<colour name="normal attribute background" red="248" green="207" blue="0"/>-->
<colour name="normal attribute background" red="128" green="188" blue="244"/>
<!--<colour name="good attribute background" red="83" green="184" blue="66" />-->
<colour name="good attribute background" red="15" green="158" blue="15" />
<!--<colour name="excellent attribute background" red="62" green="211" blue="62" />-->
<colour name="excellent attribute background" red="28" green="207" blue="28" />

Change the values of red, green, blue in the lines without <!-- in the beggining (because these lines are not active). Clean the cache of the game, exit the game and reload it.
#340061 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut. Simply an awesome skin. I got a question for you:

I have tried to change the colors of the players attributes but without any luck.


<colour name="low attribute" red="255" green="255" blue="255" alpha="255"/>
<colour name="normal attribute" red="250" green="250" blue="250" alpha="200"/>
<colour name="good attribute" red="255" green="255" blue="0" alpha="255"/>
<colour name="excellent attribute" red="255" green="112" blue="0" alpha="255"/>

This is the colors i would like to see when i go to a players profile. What do i do wrong?


Hi Dennis: Thanks.
Regarding your question, you want to change the colour of the boxes of the attributes, am I right?
#339519 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut. Thanks for telling me how to change the colours of the players stats using the settings file. But the problem I have now is that when I've clicked into the settings file, when I've scrolled to the part of the file and the numbers that I need to alter, I can only highlight the numbers but not input new ones. It's like the lines are blocking me from changing them. They can be highlighted, but you can't do anything to change them eg....I can't delete the numbers that are already there!. So it's great that I know where to go to change the numbers, but still so frustrating that I still can't change them. Could you please explain why I can't change them? Thanks


Hi scousse: sorry but I didn't understand the problem. Could you please explain again and put screenshots showing the problem?
#339031 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
is it just me or are the flags missing in the download?


Hi

The flags displayed in the player profile and also in the nation panels (country locator) are part of the skin and they are in the pack (skin/graphics/pictures/flags/big). Other flags or nation logos are not included in the skin.
#338676 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Does this come with an "Instan result button"?


yes.
#337633 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
I really like both (dark and normal) Flut skins, but why is it that I can't change the colour of the player profile stats in the colour editor?? Or that it shows up that it's changed on the editor page, but when I reload the skins, the colours have NOT changed on the player page....eg, they are still in Green and Pink in the Dark Version of Flut?? this is very frustrating, and its like there is a glitch in that part of Skin. I've tried to re-download it again, but I still have the same problem. Could you tell me what the problem may be for Both skins?


Hi scouse100: first of all, thanks D_LO.
In fact, if you want to change the colour of attributes boxes you have to go to the settings.xml and find the following code:

<colour name="unknown attribute background" red="210" green="210" blue="210"/>
<colour name="low attribute background" red="241" green="159" blue="193"/>

<!--<colour name="normal attribute background" red="248" green="207" blue="0"/>-->
<colour name="normal attribute background" red="128" green="188" blue="244"/>
<!--<colour name="good attribute background" red="83" green="184" blue="66" />-->
<colour name="good attribute background" red="15" green="158" blue="15" />
<!--<colour name="excellent attribute background" red="62" green="211" blue="62" />-->
<colour name="excellent attribute background" red="28" green="207" blue="28" />


Change the values of red, green and blue according the colour you want (you can use photoshop in order to know the values of the colour you want) in the lines where there isn’t the symbol <!— (because this lines are not active), and save the xml (I highlighted in blue the lines you should change)
After the changes, exit the game and reload it. Done!!
#337632 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
A couple of queries;

1. Can I delete the signature under the player photo altogether? I just want the cut out image.

2. To get the kit on the player info page, do I need to copy my kit files into logos? (I have read the pdf but still a bit confused) Surely I dont have to rewrite the config myself?

Thanks


Hi

1. In order to delete the "signature" name you have to go to the custom folder (inside the panels folder) and, in all of the xml except picture selector panel, you have to delete the code similar to the following:

<!-- person name -->
<widget class="person_button" dslk="true" font="fonts/signature" alignment="bottom,can_scale" size="17" colour="secondary">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="4" />
<layout class="stick_to_sides_attachment" alignment="centre" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<record id="object_property">
<integer id="get_property" value="objt" />

</record>
</widget>

In each one of those xml you also have to delete the code similar to this one:
<widget class="picture" file="boxes/flut/paper11" image_alignment="bottom" >
<layout class="stick_to_sides_attachment" alignment="bottom" inset="4"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<!-- colorir fundo da cor da equipa -->
<record id="object_property">
<integer id="get_property" value="tbcl" />
<integer id="set_property" value="colr" />
</record>

</widget>


2. To get the kit on the player info page, do I need to copy my kit files into logos? (I have read the pdf but still a bit confused) Surely I dont have to rewrite the config myself?
Yes you have to do exactly I explain in pdf. You have to copy your kits folder and change the config in order to seems like the following (this is an example for the Anderlecht kit). Note that you just have to change in each line the words “team” by “club”, “kits” by “logo” and “home” by “background/left” (if you use, for instance, notepad++ its quite easy with some patience)

A line of the original config
<record from="anderlecht_1" to="graphics/pictures/team/256/kits/home"/>

A line for the new config
<record from="anderlecht_1" to="graphics/pictures/club/256/logo/background/left"/>

After the changes you should put the new folder in the logos folder of the game.
#336439 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Thank you very much. For my first question i see no changes after doing that what you said. The second question you answered, works fine. Thanks.


Hi

Sorry but I didn't understand. What is the problem that still unsolved?
#336021 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
First, congratiolation for the quarterfinal.
Second, my next question: could you please say me how i could increase the right box and the space between the atributes and the numbers behind them? I wanted it with a little more space for my resolution. Thanks.


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


Hi vonreichsm:
For the second question:
1. in order to increase the box on the right you have to edit the inbox content with player overview panel (in the news_item_panels)
Search for

<container>
<layout class="fit_children_attachment" alignment="vertical" offset="0"/>
<layout class="arrange_horizontal_attachment" layout="-1, 615" offset="0" gap="1"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>

and increase the value 615

2. for the values of the attributes: go to player attributtes panel overview inbox (in the panels folder), search for

<record index="1" id="val " sort_disabled="true" column_alignment="centre">
<record id="widget_info" class="attribute_label" alignment="centre, can_scale" colour="white" size="12" font="fonts/ProximaNova-Bold1" style="bold" use_attribute_colour_as_bg="true" appearance="boxes/custom/attributes/paper"/>
</record>

and change the value size="12"

For the first question, you can use THIS
Put it in the news_item_panels folder

cheers
#335632 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi flut, congratiolations for the game of portugal against hungary.
And my question, i hope, you can help me. Could you please tell me how i can increase the second box in the nation overview that i can read the whole club name?

https://sortitoutsi.net/uploads/mirrored_images/v0k5P6ia8oxQfe2nJtJV14xNP8Lo6USf5NeCQb1l.png


Hi vonreichsm: thanks. But we were almost out of the Euro....And in spite of the fact that it was a good game (with lots of emotions) Portugal is not playing good enough......yet :-)
Here is the fix for your problem.
Put it in the panels folder of the skin.

cheers

DOWNLOAD
#334835 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135


Hi vanh: thanks for the report. Use THIS
Put it in the panels folder of the skin (overwrite the other one)
#334446 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
version 2.1 released
#334445 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
version 2.1 released
#334165 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
I... Extracted it to my skins folder and it doesn't show in game? At all?


Hi. If you follow the procedures explained in the post the skin will be shown in the preferences. However, don't forget that this skin is for career mode.
#331339 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut and thanks for the skin - I am using the Dark version at the moment!

Is there any way to change the sidebar colors? (I have highlighted in the attached picture the area I am referring to)

I see that the background and the buttons take the colors of the team you are currently viewing. Can we fix it to a permanent color? And even better, is there a way we can choose the color combination?

Thank you


Hi

You can use THIS
Put the folder "menubar" in the panels folder of the skin, and the file sidebar menu table, also in the panels folder.
Now you're sidebar will be always black. If you want to change for another colour, open the xml find the code

<widget class="picture" id="colb" file="boxes/flut/sb1" red_replacement="black" rthr="68"/>

and change "black" for other colour.
#330943 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
OMG, it worked out flut, have no words to describe how im happy. Thanks a lot for the support. Im using all the folders and also the settings file u sent me, now everything looks pretty nice.

Appreciate your help man, and i also have that problem with the dark skin, i didnt try to use those cause i fear to screw everything.


:-)

You can try THIS for dark skin.

cheers
#330887 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
Should i also use the previous files or just this last one ? and another question, will this work with the dark skin ?


You can use those folders I sent you and the settings file original.
This is only for white skin.
But I think you have not this problem with dark skin. have you?

Let me know if it worked.
#330870 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
Still no luck flut, i tried using just the settings file - no good, just the boxes you posted - no good, and using both at the same time - no good either.

;(


Hi

I'm sure now it will work. Put these folder (extracted, of course) in the following path:
skin/graphics/boxes/subsection (overwrite the other with the name standard)

DOWNLOAD
#330795 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
No luck flut, i delete the old folders with the same name and pasted the new ones, but the black areas on those boxes still remain ;(


Okay. Try this one (put it in the settings folder of the skin).

DOWNLOAD
#330789 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
Hello Flut,

I have no words on how to describe this skin, it is fantastic. Thanks a lot for that.

If you can help me i would me much appreciated, i play with 1600 x 900 (85%) as you can see on the screens i have posted, i know im not supposed to ask for help since the skin is not designed for that resolution, but, everything looks pretty pretty fit playing like that, except for those black squares that appears in some panels. Im wondering if you can help me fix that or if its not possible, at least try to make it smaller so it wont affect that much.

Thanks in advance



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

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

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


Hi mckagan: thanks :-)
Concerning the problems you reported they are indeed related to the zoom. Try to use THESE folders. Put it in the path

whiteskin/graphics/boxes

(delete the folders with the same name as these).

Please let me know if now everything is okay
#329825 FM 2016 FLUT skin v2.3
flut
16 years ago
4 weeks ago
4,135
version 2.0 released
#329824 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
version 2.0 released
#327677 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Thank you for the reply that has sorted it. I looked at the tutorial and have a question for the kits, for changing the config.xml did you do that manually for all the kits or did you use a program to make it?


Hi TH: I use the notepad++ in order to change all the lines at once of each one of the config in the kits folder.
#327617 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut, I really like the skin but have a couple of questions. Sorry if you have answered them before, I did go through the thread but didn't see anything on this.

Firstly the kit in the players profile is missing,
http://s32.postimg.org/d778224yc/image.jpg


Secondly, on the club overview I was wondering if it was possible to make more of a gap between the clubs badge and nickname? Also with the clubs region and squad personality.
http://s32.postimg.org/66j89a36c/image.jpg


And lastly how to make the clubs badges smaller on the match overview.
http://s32.postimg.org/9z2qp0iok/image.jpg


Thank you for all your work.


Hi TH26

1. Please read the pdf (tutorial). I explain there how you should do in order to see the kits.

2. Concerning club overview:

A. Use THIS . Put it in the panels folder of skin
B. Go to "club overview details2.xml" and Reduce the value of height in the following code:

<!--logo-->
<widget class="picture" id="pict" height="180" scale_picture="true">

increase, also, the value (in the same xml) of the "gap" in the following code

<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
<layout class="arrange_vertical_attachment" alignment="vertical" offset="0" gap="0"/>


3. Go to the match overview.xml and reduce the value of "height" in the following code

<!--home team-->
<widget class="client_object_logo_picture" id="hmtd" scale_picture="false" height="55">
<boolean id="keep_aspect_ratio" value="true"/>
<flags id="image_alignment" value="top"/>
<record id="object_property">
<integer id="get_property" value="home"/>
<integer id="set_property" value="objt"/>
</record>
</widget>






<!--away team-->
<widget class="client_object_logo_picture" id="awtd" scale_picture="false" height="55">
<boolean id="keep_aspect_ratio" value="true"/>
<flags id="image_alignment" value="top"/>
<record id="object_property">
<integer id="get_property" value="away"/>
<integer id="set_property" value="objt"/>
</record>
</widget>
#327156 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
Hi Flut, i´ve found something. If i compare co-trainer the pictures are very big. Do you know how i could change this? Look at the picture and thanks for helping:


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


Hi vonreichsm:

Go to "non player comparison.xml" and change

<!-- Top section displaying personal details side-by side -->
<!-- The fixed height is a bug-fix to avoid using fit_children (too slow) -->
<container id="namh" height="248">

by

<!-- Top section displaying personal details side-by side -->
<!-- The fixed height is a bug-fix to avoid using fit_children (too slow) -->
<container id="namh" height="310">
#326597 FM 2016 FLUT skin - Dark Version v2.3
flut
16 years ago
4 weeks ago
4,135
IT is the inbox of nations international Group for worldcup or european Qualifikation. And it is on every skin not only in your skin.


Thanks for the information. I think that the "=" means that there is more than one nation in that position.....