flut - Comments

Comments
#236300 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
I noticed someone just request the download link resolution 1366x768 for your original FLUT skin, just curious is there any 1366x768 dark skin of your beautiful skin here?


Hi
Here is the link

downloadFlutSkin_dark1366
#235943 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
hi flut~
i want to download for 1366x768 flut skin but mega.co.nz is not working. T.T


Here is other link
download
#235806 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Flut, pls see the attached screenshot: There is already such a xml and it doesn't work anyway. I tried to put it into a folder and move it either into "Logos", "Metallic Logos" or "Nations", but that doesn't work, too. I think I made a stupid mistake, but I don't know what... ?


Hi

The config its okay.
I have the folder in footballmanager15/graphics/logos and you in footballmanager15/graphics/pictures/logos...
Try to do has I have...
#235766 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Thanks Flut - great Skin!

But now I have nothing, no flag and no logo beneath the age of the player - what should I do to get the logo?


Hi

1. Return to the original xml (without the changes I suggest you).
2. Make a folder in your logos folder (in the graphics folder of the game) with the shields (not the flags) of nations.
The config in that paste have to include, for each shield a line like that

<record from="10" to="graphics/pictures/nation/10/logo"/>

done
#235663 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
I have two questions.

1. How can i change atributtes font color? For black from white
2. How can i remove that background frames from atributtes and change font color?

Those are two stuff that i want to change in perfect skin, bcs i dont see anything there;/


Use this download

Hi Flut

Could you please tell me what I would have to do to get the competition logo right beneath the age of a player? Instead of the flag? I have the flag in the dark and white version of the skin, but I do like the logo much more as it is in your screenshots...

Thanks a lot!


Go to the player personal details panel1 (in panels folder of the skin) and replace the following code:

<!--national flag-->
<widget class="editable_client_object_property_panel" id="pnat" scale_picture="true" keep_aspect_ratio="true" image_alignment="top, left">
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="570"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="15" />
<!-- Specifically override the default display widget -->
<record id="widget_properties">
<flags id="alignment" value="centre" />
</record>
<record id="widget_info">
<symbol id="class" value="client_object_logo_picture" />
<flags id="image_alignment" value="centre" />
<boolean id="scale_picture" value="true" />
<boolean id="keep_aspect_ratio" value="true" />
</record>
<record id="object_property">
<integer id="get_property" value="PNat" />
</record>
</widget>

by this one:

<widget class="picture" id="rigB" scale_picture="true" transparency="1.0">
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="left" inset="570"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="15" />
<record id="object_property">
<integer id="get_property" value="sbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>
#234334 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Any chance of making a version for 1440x900 resolution?


Sorry but from now on I will have not time to do major changes in the skins...;-(

cheers
flut
#234140 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
It is possible to have the skin for iMac resolution 27 (2560x1440)

thank you


Hi neochrome

Sorry but from now on I will have no time to make major changes in the skins. So, unfortunately I will not adjust the skin for different resolutions...
#234039 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
[quote name='flut' user_id='156164' id='233872' timestamp='1420327578']
Hi smartboy

Thanks ;-)
You can do what you want:

1. go to "player personal details panel1" In the panels folder of the skin.
2. Find for:

<container width="185" height="135" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="-100"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="5"/>

<widget id="cKit" class="kit_icon" scale_picture="true" kit_zoom_level="2" priority="1">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="Pers" />
<integer id="set_property" value="Pers" />
</record>
<record>
<integer id="get_property" value="Pctx" />
<integer id="set_property" value="Pcte" />
</record>
</list>
</record>
</widget>
</container>

change the value (in red) to 1.
3. If necessary move the "new" shirt with number, changing the values in blue.

cheers

Hi Flut

Thanks that's worked great. Please could you tell me how to remove the small player picture in the titlebar.

Dan


Hi

Go to titlebar and delete the following code

<widget class="picture" id="ppic" image_alignment="top, left" height="80" width="80" scale_picture="true" keep_aspect_ratio="true" priority="1">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<boolean id="scale_picture" value="true" />
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="left"/>

<attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
<list id="value">
<boolean value="false" />
</list>
</attachment>

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

<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="fcgn" />
<!--Facegen data request-->
</record>
<record>
<integer id="get_property" value="Pfke" />
<!--Fake name request-->
</record>
<record>
<integer id="get_property" value="prpc" />
<integer id="set_property" value="valu" />
</record>
</list>
</record>
</widget>
#234038 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
hi flut

i have a problem with the match
in the match, i can't find match panel (opposition instructions, team talk, etc.)
solution?


Hi

Could you please put a screenshot?
#233877 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
1: I will contact Michael Murray for this problem...

2: How do you use the shield of the nations ? I don't want to see 2 flags again..It's horrible...

3: Can you tell me a xml line please ? I will create background folder with normal logos.

Thanks.

2. I put a folder in the graphics of the game (not of the skin) with the following path:

graphics/logos/nations

and the config of the folder "nations" (that that includes the logos) are all the lines similar to: <record from="10" to="graphics/pictures/nation/10/logo"/>

3. If you want you can do it as I did:

a. Go to my documents/football manager 2015/graphics/logos
b. Duplicate your “normal logos” folder, and give the name “backgroundlogos” to the “new” folder;
c. Open that folder and search for “config”
d. Open the “config”.
e. You should find lots of lines similar to this:
<record from="55001110" to="graphics/pictures/club/55001110/logo"/>
f. Select all of that lines
g. In the menus of the file go to “edit” and “replace”
h. In the dialog box “search” (or find) write: /logo"
i. In the dialog box “replace” write: /logo/background/left"
j. Click “replace all”
k. Is done. Now you have the background logos of clubs like you see in my screenshot.

For competitions logos yoy can do the same with your normal competition logos. However you have to change the /log" by /logo/background/right"
#233872 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hi Flut

Great skin. Just wondered if there is a way to change the number behind the player to make it smaller (1/4 the size) and to the top left. I am using panini facepack and would like it showing to the side of the player picture.

Dan


Hi smartboy

Thanks ;-)
You can do what you want:

1. go to "player personal details panel1" In the panels folder of the skin.
2. Find for:

<container width="185" height="135" alignment="left,centre_y">
<layout class="stick_to_sides_attachment" alignment="left" inset="-100"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="5"/>

<widget id="cKit" class="kit_icon" scale_picture="true" kit_zoom_level="2" priority="1">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="Pers" />
<integer id="set_property" value="Pers" />
</record>
<record>
<integer id="get_property" value="Pctx" />
<integer id="set_property" value="Pcte" />
</record>
</list>
</record>
</widget>
</container>

change the value (in red) to 1.
3. If necessary move the "new" shirt with number, changing the values in blue.

cheers
flut
#233862 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hello Flut.
I have again 2 questions for you...

1) I removed all my logos and I have downloaded others logos style but i still have the same problem with FRENCH RESERVES TEAM LOGOS ONLY...there is always this f.... default logo http://imagik.fr/view-rl/142844. For the first team, no problem http://imagik.fr/view-rl/142846
I created a logos folder with french reserves team logos and ID (logos and xml file) but nothing is changing in the game

There is also a problem with France team...There isn't the face of Didier Deschamps http://imagik.fr/view-rl/142840 and all players of France nation...Look at Benzema in France nation http://imagik.fr/view-rl/142842 ... His face is OK when i'm on his Real Madrid profile http://imagik.fr/view-rl/142848
Can you give me a screen of your game with a reserve french team and Karim Benzema (for example) when you are on french team ? (not in his club Real Madrid)

I don't have problems with anothers teams, it's very strange...I think it is a panel problem ...I verified my french logos folder and everything is OK...

2) I have always the problem with the 2 flags on player profile when I'm in player nations details description
Here is two screens :
The screen of Aguero in his club : NO PROBLEM, IT'S OKAY
http://imagik.fr/view-rl/142827
The screen of the same player in nation : PROBLEM, I SEE TWO FLAGS !
http://imagik.fr/view-rl/142828


PS : I love your backgrounds club logos...I have backgrounds logos too but they are a little too transparent...


Hi johan

1) In my game the Monaco reserves has the correct logo. I really don't know what happens with your...But, in my game I have the problem you report concerning french coach and players. I don't know whta happens but I believe is a bug of the game because I tried with other skins (alavanja and scorpio) and the problem also arises...
2) Concerning the flags. In fact when the player is view in the nation (not in the club), the logo of the club is replaced by the logo of the nation (or, in your case, by the flag). That's why you see two flags (in my game is the same but for me is not a problem because I use the shield of the nations and not the flags and the picture of the player will not be cover - all panel is adjusted).
3) My background logos are the "normal" logos with a config for background logos, tha's why they are not transparent.

cheers
flut
#233693 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Is this skin works for game version 15.1.3?


Yes. But you need to put this file in the skin folder and delete the other there (skin_config.xml).

download here
#233433 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
thanks flut...the flag never worked strange my res is 1920x1080 window and i play game in window mode i took it off windowed mode never made any differents.

the logo worked great how do i make logo bigger? was thinking maybe putting the transparent logo in middle and making logo bigger?

Hi willz
for flags you have to insert the flags folder in the graphics folder of the game (not the skin).
For increase the logo...I tried it in order to told you but without success.

cheers
flut
#233432 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hi flut

thank you so much it's work!
but in the press conference i can't read because box and word is white. so i cant read it
solution?


Hi

I don't know the solution for the text. That, is one of the problems I had with the old versions of the skin. The SI update solved that problem.

cheers
flut
#233205 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hi flut

keep not working
i was put it in the skin folder, after that i go to preferences and still not find
what happened?
please reply

yours
Raihan


Delete the skin_config and put that file I sent you in that place....
#233165 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hi flut

i have 15.1.3 update.
maybe it's the problem?


Hi

Yes. That is the problem. For 15.1.3 you have to use this download

Put it in the skin folder.

cheers
flut
#233073 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Has anyone used this on a 13" MacBook Pro? I can't find the right screen resolution to use to make everything show up properly.

The skin works properly in 1920x1080. So, I think you can't make everything show up properly with your resolution. Try the 75%....

Hi flut

very nice skin, but
I have problem.
I was download it. After that, i go to preferences but i not find this skin.
please help me


Really I don't know what happens if you did everything right. Look at the skin folder and open the skin_config. If you find

<!-- skin details - most of these are intentionally not translated -->
<string id="name" value="FM 2015 Flut Skin" />
<string id="author" value="Sports Interactive edited by FLUT" />
<translation id="description" translation_id="249669" type="use" value="Widget Set for FM2015" />
<string id="version" value="1.6" />
<flags id="parent" value="fm" />

<string id="skin_name" value="fm2015flutskin" />
<!--


everything is okay and...I don't know how to help you (don't forget that the skin is only for career mode and for 15.2 update)
#233069 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
just download version 1.6 flut

in the club details i am missing the nation flag or logo
http://i60.tinypic.com/2ho8ty1.jpg

RED line i dont get the flag and white line i see you have trasparent logo there i cant hardly see mines how can i make it stick out more


Hi willz

in order to show the main logo (the code is made for the background logo) you just have to go to club overview panel and search for

<widget class="picture" id="lftB" auto_size="all" image_alignment="middle" transparency="0.2">
<layout class="stick_to_sides_attachment" alignment="top" inset="100"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="165"/>
<record id="object_property">
<integer id="get_property" value="mbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>

change the "mbpc" for "mnpc"

Concerning the flag I don't know what happens because if in the 1.5 version the flag was shown..now is the same code and xml. Maybe is due to your resolution (the flag maybe need to be reduced). Go to club overview details4 and search for

<widget class="picture" id="flag" height="65" image_alignment="centre" scale_picture="true">
<boolean id="keep_aspect_ratio" value="true"/>
<flags id="image_alignment" value="centre"/>
<record id="object_property">
<integer id="get_property" value="flag"/>
</record>
</widget>

reduce the value 65.
#232906 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Thanks for your quick reply ...

hope i didnt sound too rude ,

it really is a nice skin ..

as for the background logos in the titlebar i was looking for the transparency settings

one more thing ..i dont see a side bar xml ... because i do like the bigger side bar .. was there anything els to change that back , which will safe me time looking around

Just too add when you set the size to 125% that is when everything goes white .. ie background ..

even with the new settings xml ..


Hi again

In order to use a large sidebar (is controled by client object browser) you can use this (put in panels folder) client object browser, however, as the skin was made for small sidebar, some panels will not work properly...
Concerning the white backgrounds, in fact you're right Because I did the skin for 1920x1080, 100%, I have not did some @2x graphics (namely related those that I changed). Now, I think is okay. You can download the skin (I reuploaded it) and I think that the white backgrounds are gone...;-)

cheers
flut
#232856 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Skin is full of errors ..

top bar , can not see back ground logos.

white back ground is every where .

dont ask me to clear cache or anything like that .. because i am a pro when it comes to skins

and because i am such a nice man .. i can tell you where you are going wrong ...

the reasons for many of your errors are the very fact you do not have any font settings in your settings xml file .. so if any one wanted 125% or lower there would be a problem


Hi

Thanks for your help.
In fact you're absolutely right. The fonts settings were missing in settings xml. I forgot to include it because the skin assumes the missing settings from the parent skin and that's why I didn't notice that. Here is the file with the font settings.
Concerning the white background..I don't know where they are because in my game there aren't white backgrounds (and I tested almost all the panels...).
The same with the background logos in the titlebar. As you can see in the screenshots they are there and you can find the code in titlebar xml

<widget class="picture" id="lftB" auto_size="all">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="20"/>
<record id="object_property">
<integer id="get_property" value="mbpc"/>
<integer id="set_property" value="file"/>
</record>
</widget>


settings

cheers
flut
#231911 FMC FLUT skin for FM 2014 – DARK VERSION v.1.0 [updated 29.05.2014]
flut
16 years ago
1 month ago
4,135
Hi Flut,

thank you for your excellent work!

I'm playing on 2560x1440 resolution and your skin basically works fine with it, just some minor shiftings, which I like to correct. Could you tell me which file(s) & lines to look at, please? So I could play around with values to test the optimal settings for my resolution.


Hi FM-user
Thanks ;-)
Concerning your question, I can't look at your SS because it has an error...
Could you please put another SS?
flut
#230855 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hello flut, I admire your work, you really had a great job. I only have one question. I wasn't able to change the background boxes in the player profiles. I think attributes look confusing with the boxes on. If there's an option to remove the boxes, I'd be grateful.

Thank you.


Hi ardamn

Thanks.

Use these files (overwrite the others in the panles folder of the skin).

Your text to link here...
#230605 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
[quote name='flut' user_id='156164' id='230478' timestamp='1419198730']
Hi

Thanks.
In fact I did not know that bug.
In order to fix it, go to "opposition tactic person list.xml" and search for

<record id="default_properties" spec="text" colour="black" use_match_colours="false" />

Change the colour "black" for other you want (white for example).

Thanks for the reply , but I mean that I can not elefir markings on the opponent in this screen


Sorry but I don't understand. Could you please explain in more detailed way? (if you want you can send me a PM in spanish)
#230478 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hello , first ask forgiveness for my English and forces me to use a translator I hope you can understand , this is the problem that I and found in version 1.5 , so others say that the skin I find it very good thank you


Hi

Thanks.
In fact I did not know that bug.
In order to fix it, go to "opposition tactic person list.xml" and search for

<record id="default_properties" spec="text" colour="black" use_match_colours="false" />

Change the colour "black" for other you want (white for example).
cheers
flut
#230411 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Please forgive me to ask a basic problem...I put the extracted folder into `skins`, start a new game and go to Preferences screen and Interface tab.
There is only `Football Manager` which is the default one >Version1.0, there is NO drop down option "FM 2015 FLUT skin – Dark Version 1.5”.

I m sure your folder (with5 folders & a xml file inside, right?) is located properly inside the `skins` which is in the Document folder.
Is this problem caused by my game version as I `ve not updated it at all..?


I really don't know if i understood but if you not update the game for 15.2 version, the skins will not be shown
#230408 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Another last bug of your skin on my computer, there are two flags when I am on player profile (in nation squad).
How to delete this flag ? I want to put the club logo instead of this flag...

click here


It is weird that second flag, because the left flag are in the place of the club logo. I think you have problems with your logos....
#230406 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Thanks Flut.

1. I have the same problem after create logos (normal and small) and ID of all the reserves teams of french teams...1 hour of work for... nothing.
With another skins, i don't have this problem of french reserves...
No problem for first french teams click here

2. Ok thanks. Perfect.

3. Always the same problem...Can you give me your logos pack please ?


Sorry. I Can't give you my logos pack because those logos are made in FMIF style, by me, with the templates given by FMIF and with the compromise that they are just for my personal use. Sorry.
#230314 FM 2015 FLUT skin v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
Hello Flut,

I have three questions for you :

Click here

1: In your skin, i have a problem with reserves teams...They don't have the professionnal club logo. What is the solution please ?

2: How to reduce the font of player name/club name with description in titlebar ?

3: How to have badge competition logo in all the height of the titlebar like club logo ?


Thanks.
Sorry for my english


Hi

1. In my game everything is okay. Monaco have the club logo (try to look at the ID of reserve team and make a logo with that ID..maybe you could solve the problem)
2. go to titlebar search panel (in panels folder) and search for

<widget class="text" id="sect" alignment="left, centre_y" size="20.5" style="semi_bold" multiline="false" auto_size="horizontal" wants_mouse_events="false" dont_give_default_focus="true">
<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="titl" />
<integer id="set_property" value="text" />
</record>
<record>
<integer id="get_property" value="ttcl" />
<integer id="set_property" value="colr" />
</record>
</list>
</record>
</widget>

<!-- description -->
<widget class="text" id="subs" size="11" alignment="left, centre_y" multiline="false" dont_give_default_focus="true">

change the values in red

3. For that you have to use the "normal" logo instead of the background. You can do that:


a. Go to my documents/football manager 2015/graphics/logos
b. Duplicate your competition “normal logos” folder, and give the name “backgroundlogos” to the “new” folder;
c. Open that folder and search for “config”
d. Open the “config”.
e. You should find lots of lines similar to this:
<record from="55001110" to="graphics/pictures/club/55001110/logo"/>
f. Select all of that lines
g. In the menus of the file go to “edit” and “replace”
h. In the dialog box “search” (or find) write: /logo"
i. In the dialog box “replace” write: /logo/background/right"
j. Click “replace all”
k. Is done. Now you have the background logos of competition like you see in my screenshot.
#229982 FM 2015 FLUT skin - Dark Version v.2.7 [Released 25.07.2015]
flut
16 years ago
1 month ago
4,135
just tried that dont seem too work

Well..I don't know. I think it is related to the default panel to show (and the game should save the late loading panel...) so...I don't know how to solve it.