Jump to content

[FM19] Player attributes panel


wndrnguy

Recommended Posts

Hi!

How can I edit a skin to widen the player attributes panel? 

This is the default one in the standard player profile:

1630827702_DefaultPlayerProfile.thumb.png.89321c7c4abe5a71976b115a03b4a615.png

This is the wide one in the player attributes page:

1323270169_WideOneonAttributesSection.thumb.png.246d4b82285f6a7fb14c17964cf5b553.png

Want to get the wide one in the player profile in a way that it gets rid of the 'Comparison' part.

Link to post
Share on other sites

You'll need to edit the player overview panel.xml

To remove the comparison panel, find the following code and comment it out or delete it. 

    <!-- Default: Biography -->
                <container class="client_object_viewer_selector_panel" id="cos2" minimum_width="330" default_width="-1" priority="3">
                    <integer id="default_for_unemployed_managers" value="phb1"/>
                    <integer id="default_for_international_managers_other_team" value="phb1"/>
                    <integer id="default_for_everyone_else" value="phb1"/>
                    <integer id="default_for_versus_mode" value="phb1"/>
                </container>
                <!-- Default: Comparison -->
                <container class="client_object_viewer_selector_panel" id="cos3" minimum_width="330" default_width="-1" priority="4">
                    <integer id="default_for_unemployed_managers" value="pscR"/>
                    <integer id="default_for_international_managers_other_team" value="pscR"/>
                    <integer id="default_for_everyone_else" value="pscR"/>
                    <integer id="default_for_versus_mode" value="pscR"/>
                </container>

 

Then to get the other attributes panel, add file="player/player attributes panel profile" to the widget class just above the code you just deleted.

 

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...