Jump to content

[FM19] - Help with skin


Bobby Tarantino

Recommended Posts

Player stuff in the header is controlled by player personal details panel xml file found in the panels/player folder which you'll need to extract from the panels.fmf file.

In that file near the top locate this section of code:

            <container minimum_width="310" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="
90, -1, 10, 1" offset="0" gap="0" />

                <!-- Profile picture -->
                <widget class="picture" id="prop" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre_x">
                    <record id="object_property">
                        <list id="get_properties">
                            <!--Facegen data request-->
                            <record get_property="fcgn" />
                            <!--Fake name request-->
                            <record get_property="Pfke" />
                            <record get_property="prpc" set_property="valu" />
                        </list>
                    </record>
                </widget>

And delete the bits I've highlighted in bold red. that controls the player pic and the 90 bit is for it's spacing remove that and it should shift the other stuff over.

For the extra bit of the header red have a look at this post:

Then for the match you'll want to edit the match in between highlights panel review and match in between highlights panel if you want the during match one xml files which are found in the panels/match folder again extracted from the panels.fmf file.

Then in those files locate the lines that look like this:

    <!--match information-->
    <container class="bordered_box"
red_replacement="pitch_box_background">

And then either change the pitch_box_background bit to a different colour or delete it to revert to the default box colour.

 

To extract the files you can use the FM18 Resource Tool, if you don't own FM18 you'll have to wait until the full release when the FM19 tool will be released, if you don't know how to extract the files read this:

 

Link to post
Share on other sites

Hi again 

I have more 4 little problems 

i cant find name on the code to move and change this , someone can help me ? 

 

Image 1 - Move under the argentina logo 

Image 2 - Change to white this correct symbol

Image 3 - Change to white this little ball 

image 4 - Change from green to gray 

transferir (2).png

1111.png

22222.png

333333333.png

Link to post
Share on other sites

Add the following in place of the player face code you deleted:

<container/>

So it should look like:

            <container minimum_width="310" priority="1">
                <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
                <layout class="arrange_horizontal_attachment" layout="90,-1, 10, 1" offset="0" gap="0" />
<container/>

That'll keep everything in place and just remove the face.

Link to post
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...