Jump to content

[FM 19] Mastelli Panels 2019


mastelli

Recommended Posts

hi  guys, I would like to share my panels with you (just the club overview and the player overwiev). You can see them below

20181109201837_1.thumb.jpg.96083e102a183777a9639d3f453b723e.jpg20181109201852_1.thumb.jpg.eaefbe19bccf4471bff3a9f7f31f938e.jpg20181109201829_1.thumb.jpg.3ff4209b3130df013607357a08f6e809.jpg

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

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

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

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

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.

20181101154224_1.thumb.jpg.ed8fa3bf541d0eec503650d0e7e1c997.jpg

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

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

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.

20181104095551_1.thumb.jpg.c92c39eff1e9f9cc1df0b9e1bdc3ff52.jpg

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

@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

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

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

20181109201837_1.thumb.jpg.96083e102a183777a9639d3f453b723e.jpg20181109201852_1.thumb.jpg.eaefbe19bccf4471bff3a9f7f31f938e.jpg20181109201829_1.thumb.jpg.3ff4209b3130df013607357a08f6e809.jpg

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

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

@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

@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

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

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

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

 

fixed.thumb.png.426c03a64536a7fdbd05acd68109e40f.png

 

 

Link to post
Share on other sites

@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

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 

finished.thumb.png.868215af8112dc3127e40a0477da6cbc.png

 

 

Link to post
Share on other sites

  • 2 weeks later...
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

20181109201837_1.thumb.jpg.96083e102a183777a9639d3f453b723e.jpg20181109201852_1.thumb.jpg.eaefbe19bccf4471bff3a9f7f31f938e.jpg20181109201829_1.thumb.jpg.3ff4209b3130df013607357a08f6e809.jpg

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

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

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

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

Screenshot_11.thumb.png.68514873f646b8127b87996c51802bc6.png

Link to post
Share on other sites

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

Screenshot_11.thumb.png.68514873f646b8127b87996c51802bc6.png

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

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.

Screenshot_14.thumb.png.19e17573bffca42425c114649c6dd148.png

Link to post
Share on other sites

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

Screenshot_11.thumb.png.68514873f646b8127b87996c51802bc6.png

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.

 

Screenshot 2018-11-27 at 23.33.49.png

Screenshot 2018-11-27 at 23.32.37.png

Link to post
Share on other sites

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

20181109201837_1.thumb.jpg.96083e102a183777a9639d3f453b723e.jpg20181109201852_1.thumb.jpg.eaefbe19bccf4471bff3a9f7f31f938e.jpg20181109201829_1.thumb.jpg.3ff4209b3130df013607357a08f6e809.jpg

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...