Jump to content

Player attributes panel - how to disable attribute analyser?


AeM

Recommended Posts

It's controlled by 'player profile personal details.xml' which you need to extract from the default files (if you don't know how to do that read this: [FM2015 Guide] How to Extract Default Files & Understanding File Structure) and then can be placed inside a panels folder inside your User Data Location (FM16 folder in your documents folder by default)

In that file locate and delete this bit of code:

<!-- Attribute Analyser -->

<container id="ppaa">

<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0" />

<layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0" />

<container class="subsection_box" id="ovrv" appearance="">

<string id="title" value="" />

<!-- there are two panels here: one for goalkeepers, and one for outfield players

only one panel is visible at any time -->

<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0" />

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

<layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0" />

<!-- outfield player analyser panel : visible by default -->

<widget class="person_attributes_analyser_panel" id="ofap" file="player attribute analyser outfield" hidden="false" auto_size="vertical" />

<!-- goalkeeper player analyser panel : hidden by default -->

<widget class="person_attributes_analyser_panel" id="gkap" file="player attribute analyser goalkeeper" hidden="true" auto_size="vertical" />

</container>

<!-- subsection box -->

</container>

And that should remove the analyser.

Then save the file load the game and if the skin cache is on turn it off and reload your skin.

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