mastelli Posted October 29, 2018 Share Posted October 29, 2018 hi guys, I would like to share my panels with you (just the club overview and the player overwiev). You can see them below I took some elements from some other skins like CFM Skin YACS Flut Skin Wannachupbrew Panels DF11 2019 Panels please if you see your work in these panels and I've not mentioned you, tell me and I'll modify this post. I hope you can enjoy it, modify them and make them better. DOWNLOAD LINK: https://www.mediafire.com/file/thh25r4ghk88jqc/Mastelli_Panels_2019.rar/file PS: if you want to use the same flags as shown in the images you can download the Ivan's Nation Flags pack right here: http://www.mediafire.com/file/kyd6cd099n88w88/ivans+Nation+Flags.zip Link to post Share on other sites More sharing options...
Ross Ingersoll Posted October 30, 2018 Share Posted October 30, 2018 as far as tactics screen, you may need the tactics/tactics icon preview info panel. to be sure open the club overview xml and look under starting 11 below is an example of what mine says..... <!-- last starting 11 --> <container class="subsection_box" priority="3" minimum_height="" default_height="-1"> <translation id="title" translation_id="348972" type="use" value="Last Starting 11[COMMENT: club overview panel, details of the last selected match team for a given club]" /> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" /> <container class="horizontal_adaptive_container" inset="0" offset="0" gap="0"> <widget class="pitch_with_tactics" id="pwtc" default_width="-1" priority="1" icon_flags="show_preview_info_popup drop_initial_if_possible,show_name" player_icon_file="tactics/tactics icon preview info panel" Link to post Share on other sites More sharing options...
mastelli Posted October 30, 2018 Author Share Posted October 30, 2018 5 ore fa, Ross Ingersoll ha scritto: as far as tactics screen, you may need the tactics/tactics icon preview info panel. to be sure open the club overview xml and look under starting 11 below is an example of what mine says..... <!-- last starting 11 --> <container class="subsection_box" priority="3" minimum_height="" default_height="-1"> <translation id="title" translation_id="348972" type="use" value="Last Starting 11[COMMENT: club overview panel, details of the last selected match team for a given club]" /> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" /> <container class="horizontal_adaptive_container" inset="0" offset="0" gap="0"> <widget class="pitch_with_tactics" id="pwtc" default_width="-1" priority="1" icon_flags="show_preview_info_popup drop_initial_if_possible,show_name" player_icon_file="tactics/tactics icon preview info panel" thanks, i'm gonna look for it when I have the time Link to post Share on other sites More sharing options...
DavyDepuydt1 Posted October 30, 2018 Share Posted October 30, 2018 @mastelli can you send me that new player overview that you've created? I like the default skin, the only thing I want to change is what you have done, larger photo, nation flag and player jersey. Thank you ! Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted October 30, 2018 Share Posted October 30, 2018 For the player panel to increase the shirt size check the code you used to add the kit image, it likely has some height/width values so you can adjust them, however the only way you'll really be able to increase the kit is by shrinking the face to free up the space. For the small panels there isn't really a simple way to just increase one, as they are coded in rows so you'd need to redo entire the file, the only other option would be to remove an entire row and that should see the heights increase. Link to post Share on other sites More sharing options...
mastelli Posted October 31, 2018 Author Share Posted October 31, 2018 thank you all for the answers, as soon as I have some spare time I will work on it. Link to post Share on other sites More sharing options...
mlodziezowy Posted October 31, 2018 Share Posted October 31, 2018 @mastelli Could you share the files once you fix them? Mainly the club overview one, looks top. Link to post Share on other sites More sharing options...
mastelli Posted November 1, 2018 Author Share Posted November 1, 2018 hi again, i'm trying to figure it out how to get a better disposition of the containers, this is what i get at the moment, but i think it can be better. there's a new problem though: why the attributes boxes are just blue? i changed the colours from the preferences menu, but nothing changes. any thoughts on that? Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted November 1, 2018 Share Posted November 1, 2018 I think the colours for the attribute boxes need to be set via the settings file rather than through the preferences menu as they are controlled by different variables: <colour name="low attribute background" red="40" green="40" blue="40" alpha="140"/> <colour name="normal attribute background" red="40" green="40" blue="40" alpha="200"/> <colour name="good attribute background" red="40" green="40" blue="120" /> <colour name="excellent attribute background" red="0" green="0" blue="255" /> Link to post Share on other sites More sharing options...
mastelli Posted November 4, 2018 Author Share Posted November 4, 2018 hi again, i managed to get the right colours in the attrubutes panel, now i would like to get a few more tweaks before i can finish. 1) I would like to get a front/retro shirt like on the flut skin, but for some reason the retro shirt doesnt change, it remains always the same no matter what team it's on screen. It doesnt show the number either. Surely i'm missing something from some panel, but I don't know what 2) in the scout report container, it is possible to get the text to go on a new line, so it can be easily readable? I try to get the multiline="true" attribute in the right panel, but it doesn change. thank again for you help, once i resolved this i will share my panel if you like it! Link to post Share on other sites More sharing options...
mastelli Posted November 4, 2018 Author Share Posted November 4, 2018 the funny thing is that if I start a new game without picking a team, the retro shirts are visualized correctly. The moment i chose a team, i can only see the retro shirt of my team. I wonder why Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted November 4, 2018 Share Posted November 4, 2018 You're best checking with who made the mod, if its from FM18 the ids used in it might need updating for FM19. Link to post Share on other sites More sharing options...
DavyDepuydt1 Posted November 5, 2018 Share Posted November 5, 2018 @mastelli sorry to bother you again, any chance in posting/sharing what you have for that player overview screen, the only part I'm interested in is that profile picture with the name, flag and team logo and how to position it like that in the profile overview screen. It looks so awesome and it's the only thing I want to update for the default skin. (I don't care so much about the shirt so it's not an issue for me you haven't worked that one out) Edit: just the XML to update the DF11 panel (photo only) to photo + name + countryflag would be enough. Much appreciated. Link to post Share on other sites More sharing options...
mastelli Posted November 5, 2018 Author Share Posted November 5, 2018 18 ore fa, michaeltmurrayuk ha scritto: You're best checking with who made the mod, if its from FM18 the ids used in it might need updating for FM19. that's the code, it's from the new skin from flut, that works flawlessly container class="bordered_box" appearance="" priority="1"> <layout class="arrange_vertical_attachment" offset="0" layout="-1,-2,-1" gap="1" /> <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" /> <widget id="cKit" class="kit_icon" scale_picture="true" kit_zoom_level="2" priority="1"> <layout class="stick_to_sides_attachment" alignment="top" inset="1"/> <layout class="stick_to_sides_attachment" alignment="left" inset="65" /> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <record id="object_property"> <list id="get_properties"> <record> <integer id="get_property" value="Pers" /> <integer id="set_property" value="objt" /> </record> </list> </record> </widget> <!-- This is the shirt --> <widget class="picture" id="lftB" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre"> <layout class="stick_to_sides_attachment" alignment="top" inset="2"/> <layout class="stick_to_sides_attachment" alignment="left" inset="-45" /> <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"> <integer id="get_property" value="mbpc"/> <integer id="set_property" value="file"/> </record> </widget> <!-- Signature --> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="2" apply_to_children="true" /> <layout class="stick_to_sides_attachment" alignment="bottom" inset="1" embed_in_frame="true" /> <layout class="stick_to_sides_attachment" alignment="left" inset="40" /> <widget class="person_button" id="pnam" auto_size="vertical" alignment="centre_x,centre_y,can_scale" font="fonts/signature" colour="white" multiline="true" size="70"> <record id="object_property"> <integer id="get_property" value="objt" /> </record> </widget> </container> </container> Link to post Share on other sites More sharing options...
mastelli Posted November 9, 2018 Author Share Posted November 9, 2018 i've published my panels in the first post, if you want to take a look Link to post Share on other sites More sharing options...
stockportguy86 Posted November 10, 2018 Share Posted November 10, 2018 On 29/10/2018 at 17:55, mastelli said: hi guys, I would like to share my panels with you (just the club overview and the player overwiev). You can see them below I took some elements from some other skins like CFM Skin YACS Flut Skin Wannachupbrew Panels DF11 2019 Panels please if you see your work in these panels and I've not mentioned you, tell me and I'll modify this post. I hope you can enjoy it, modify them and make them better. DOWNLOAD LINK: https://www.mediafire.com/file/thh25r4ghk88jqc/Mastelli_Panels_2019.rar/file Where do I put this in the documents file? Link to post Share on other sites More sharing options...
mastelli Posted November 10, 2018 Author Share Posted November 10, 2018 9 ore fa, stockportguy86 ha scritto: Where do I put this in the documents file? the same path of other skins: \Documents\Sports Interactive\Football Manager 2019\skins\ Link to post Share on other sites More sharing options...
stockportguy86 Posted November 10, 2018 Share Posted November 10, 2018 Ah ok cheers would it work on any custom skin? Link to post Share on other sites More sharing options...
mastelli Posted November 10, 2018 Author Share Posted November 10, 2018 2 ore fa, stockportguy86 ha scritto: Ah ok cheers would it work on any custom skin? I guess so, you can try and see what happens. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 10, 2018 Share Posted November 10, 2018 i like the player panels, may try to convert them to my white skin Link to post Share on other sites More sharing options...
mastelli Posted November 11, 2018 Author Share Posted November 11, 2018 17 ore fa, Ross Ingersoll ha scritto: i like the player panels, may try to convert them to my white skin Sure, show your work when you finish! Link to post Share on other sites More sharing options...
rootcoors Posted November 11, 2018 Share Posted November 11, 2018 These panels are great, I especially like the club page. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 11, 2018 Share Posted November 11, 2018 2 hours ago, mastelli said: Sure, show your work when you finish! Will do. Also making a normal skin. Not white or dark just to take a break from the white. Much easier panel wise converting those. Combining your panels, fluts, couple others. Not uploading it, just for my personal use Link to post Share on other sites More sharing options...
toffee71 Posted November 13, 2018 Share Posted November 13, 2018 @mastelli I'm a bit like you and only want to use certain thing from skins for my use, out of your pack I would like to put the stadiums pics to show in my game (I have the stadiums already), I have a rough idea which files I need but could you confirm them for me please as I don't want to miss any, thanks in advance Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 13, 2018 Share Posted November 13, 2018 on the team im controlling both show however notice how the club logo is over too far on that warmup , any clue how i can fix that Link to post Share on other sites More sharing options...
mastelli Posted November 13, 2018 Author Share Posted November 13, 2018 @Ross Ingersoll the panel you have to find to modify the position of the logo is panels\player\shirt and signature.xml you have to find this code: <!-- logo --> <container class="bordered_box" appearance=""> <widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" width="40" height="40" keep_aspect_ratio="true"> <layout class="stick_to_sides_attachment" alignment="top" inset="74" /> <layout class="stick_to_sides_attachment" alignment="right" inset="90" /> <record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" /> </widget> </container> you may try to modify that value and see what happens. I don't know why the position is changed @toffee71 so basically you want the stadium pics in you club overview panel? I dont know precisely what you should do, it depends on your skin. In my panels the stadium pic is related to the club overview panel.xml and the cfm club overview stadium panel.xml Link to post Share on other sites More sharing options...
toffee71 Posted November 13, 2018 Share Posted November 13, 2018 2 minutes ago, mastelli said: @toffee71 so basically you want the stadium pics in you club overview panel? I dont know precisely what you should do, it depends on your skin. In my panels the stadium pic is related to the club overview panel.xml and the cfm club overview stadium panel.xml My skin is just michaeltmurray FM19 base skin with add own pic mod and his transparent background mod. It's the cfm folder that was my concern, I would also like to have them on matchday screen also if that's possible. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 13, 2018 Share Posted November 13, 2018 12 minutes ago, mastelli said: @Ross Ingersoll the panel you have to find to modify the position of the logo is panels\player\shirt and signature.xml you have to find this code: <!-- logo --> <container class="bordered_box" appearance=""> <widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" width="40" height="40" keep_aspect_ratio="true"> <layout class="stick_to_sides_attachment" alignment="top" inset="74" /> <layout class="stick_to_sides_attachment" alignment="right" inset="90" /> <record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" /> </widget> </container> you may try to modify that value and see what happens. I don't know why the position is changed @toffee71 so basically you want the stadium pics in you club overview panel? I dont know precisely what you should do, it depends on your skin. In my panels the stadium pic is related to the club overview panel.xml and the cfm club overview stadium panel.xml thanks, will give it a try. might be due to not using your client object browser panel. just because mine is modified to match my club and sidebar and im not real good at editing those and i didnt want to mess up the work i had done on it, taken me forever Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 13, 2018 Share Posted November 13, 2018 its this, i will highlight it in bold, the higher the number, the more to the left the logo will move. just in case someone else has this issue. Nice work on the p[anels btw, if i didnt have months tied up into my club overview, would have used yours as well as this one <!-- logo --> <container class="bordered_box" appearance=""> <widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" width="60" height="40" keep_aspect_ratio="true"> <layout class="stick_to_sides_attachment" alignment="top" inset="74" /> <layout class="stick_to_sides_attachment" alignment="right" inset="90" /> Now to fix the text thats not visible and change those attribute box colors, that green has to go lol Link to post Share on other sites More sharing options...
mastelli Posted November 13, 2018 Author Share Posted November 13, 2018 @Ross Ingersoll the white skin looks neat. the text for the nationality and contract information should be controlled by player personal details panel.xml (I think, you may try tinkering that). I changed to attribute box colors through the game, in the personalization menu. the white text for the two form and fitness circle should be controlled by player overview panel.xml. You want to change the highlighted text (again, I think so. sorry but I do things and then I forget them almost immediatly when I create skins): <!-- condition 1 --> <container> <layout class="arrange_vertical_attachment" layout="-1,-3" offset="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <widget class="text" alignment="centre" font="label" size="small" colour="white" > <record id="object_property"> <integer id="get_property" value="Pcon" /> <boolean id="name" value="true" /> </record> </widget> <widget class="pie_condition_label" file="widgets/pie condition label big" mode="0"> <record id="object_property"> <integer id="get_property" value="Pcon" /> </record> </widget> </container> <!-- condition 2 --> <container> <layout class="arrange_vertical_attachment" layout="-1,-3" offset="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <widget class="text" alignment="centre" font="label" size="small" colour="white" > <record id="object_property"> <integer id="get_property" value="Pfit" /> <boolean id="name" value="true" /> </record> </widget> <widget class="pie_condition_label" file="widgets/pie condition label big" mode="1"> <record id="object_property"> <integer id="get_property" value="Pfit" /> </record> </widget> </container> </container> @toffee71 as for the matchday, I know for sure that some skins show the stadium picture in the matchday screen. I dont know how to do it right now, sorry Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 13, 2018 Share Posted November 13, 2018 i figured it out, thanks. may keep the boxes the color they are. will adjust that down the road if they bug me that much. thats a small thing i am not going to worry about. here is the finished product. if anyone is making a white skin and wants this to use as a base , let me know. i can upload Link to post Share on other sites More sharing options...
pezzyhawkins Posted November 25, 2018 Share Posted November 25, 2018 On 29/10/2018 at 18:55, mastelli said: hi guys, I would like to share my panels with you (just the club overview and the player overwiev). You can see them below I took some elements from some other skins like CFM Skin YACS Flut Skin Wannachupbrew Panels DF11 2019 Panels please if you see your work in these panels and I've not mentioned you, tell me and I'll modify this post. I hope you can enjoy it, modify them and make them better. DOWNLOAD LINK: https://www.mediafire.com/file/thh25r4ghk88jqc/Mastelli_Panels_2019.rar/file PS: if you want to use the same flags as shown in the images you can download the Ivan's Nation Flags pack right here: http://www.mediafire.com/file/kyd6cd099n88w88/ivans+Nation+Flags.zip Hey Mastelli, thanks for the mod as it's just what I have been searching for! Is though a way of having more than just the manager and caption showing in that panel? For example is it possible to have manager, captain, key player, hot prospect, etc? Thanks! Link to post Share on other sites More sharing options...
rootcoors Posted November 26, 2018 Share Posted November 26, 2018 I love the player profile screen and the attribute boxes. Do you know how to get the attribute boxes so also show on the players attributes screen and not just on his main profile screen? I can't seem to find the panel to edit. Thanks Link to post Share on other sites More sharing options...
mastelli Posted November 27, 2018 Author Share Posted November 27, 2018 19 ore fa, rootcoors ha scritto: I love the player profile screen and the attribute boxes. Do you know how to get the attribute boxes so also show on the players attributes screen and not just on his main profile screen? I can't seem to find the panel to edit. Thanks hi there, i'm glad you like my panels. sadly, I don't know what panels controls the players attributes screen, i might take a look when I have some spare time Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 1 hour ago, mastelli said: hi there, i'm glad you like my panels. sadly, I don't know what panels controls the players attributes screen, i might take a look when I have some spare time Yes that are great, thanks for doing them. No problem that would be great if you do get time. Thanks. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 do the opposite of this Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 29 minutes ago, Ross Ingersoll said: do the opposite of this Thanks mate, will check this out in a bit. Cheers Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 hold on, checking something Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 4 minutes ago, Ross Ingersoll said: in the player profile panel, this controls it Wow nice, thank-you for that, saves me searching. Should be able to sort now with those 2 bits of info. Great, appreciate it. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 did that work? Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 its starting to annoy me, im trying to get it to work as well, i use the sasme player profile as you Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 this is what my friend told me.... player profile. in your player folder use the attribute panel you use to get boxes on your player overview screen. just change the name here, You might need to copy that panel and name it attributes2 or something Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 im taking a break, its frustrating me , going to take a break before i kick a puppy or something lol Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 ok dude, i have it, here is all you do in your player folder, copy your player attributes panel, paste it and change the name to player attributes2 panel. then in your player profile panel change this in line 42 (if you use notepad plus) player/player attributes panel profile to player/player attributes2 panel. thats it, reload skin and you get this Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 Thats awesome mate, sorry I've not had chance to check it yet - still battling against time to get one the laptop to take a look. But do appreciate this. Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 18 minutes ago, Ross Ingersoll said: ok dude, i have it, here is all you do in your player folder, copy your player attributes panel, paste it and change the name to player attributes2 panel. then in your player profile panel change this in line 42 (if you use notepad plus) player/player attributes panel profile to player/player attributes2 panel. thats it, reload skin and you get this Hi mate, I've copied "player attributes panel.xml" and now also have a "player attributes2 panel.xml. I can't however find a file named "player attributes panel profile" - Any ideas? Thanks Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 17 minutes ago, rootcoors said: Hi mate, I've copied "player attributes panel.xml" and now also have a "player attributes2 panel.xml. I can't however find a file named "player attributes panel profile" - Any ideas? Thanks no, that is in player profile xml, you have to change that name in that xml to player attributes2 panel. Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 26 minutes ago, Ross Ingersoll said: ok dude, i have it, here is all you do in your player folder, copy your player attributes panel, paste it and change the name to player attributes2 panel. then in your player profile panel change this in line 42 (if you use notepad plus) player/player attributes panel profile to player/player attributes2 panel. thats it, reload skin and you get this Okay I re-read this and I have managed to get the colours in there now, sorry I read your message wrong at first. That said the panel they are in isn't showing all the attributes as because its now using boxes the section isn't big enough, so now need to work that out. I've attached a screenshot where you can see it was already tight, and then one now after. Link to post Share on other sites More sharing options...
rootcoors Posted November 27, 2018 Share Posted November 27, 2018 Just now, Ross Ingersoll said: no, that is in player profile xml, you have to change that name in that xml to player attributes2 panel. Yep noticed that now mate, sorry - see my above reply - thanks. Link to post Share on other sites More sharing options...
Ross Ingersoll Posted November 27, 2018 Share Posted November 27, 2018 On 29/10/2018 at 13:55, mastelli said: hi guys, I would like to share my panels with you (just the club overview and the player overwiev). You can see them below I took some elements from some other skins like CFM Skin YACS Flut Skin Wannachupbrew Panels DF11 2019 Panels please if you see your work in these panels and I've not mentioned you, tell me and I'll modify this post. I hope you can enjoy it, modify them and make them better. DOWNLOAD LINK: https://www.mediafire.com/file/thh25r4ghk88jqc/Mastelli_Panels_2019.rar/file PS: if you want to use the same flags as shown in the images you can download the Ivan's Nation Flags pack right here: http://www.mediafire.com/file/kyd6cd099n88w88/ivans+Nation+Flags.zip what facepack you using? Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.