Jump to content

Customise the Staff Search Results page?


VinnyChilds

Recommended Posts

Open the Person Search List.xml in your Documents\Sports Interactive\Football Manager 2010\skins\"Skin name"\panels by using a text editor (notepad plus is excellent and free)

scroll down and find <!-- staff view menu -->

then after that you will see the three views ( contract, coaching attributes and mental attributes)

for example Coaching Attributes look like this as default

<string id="text" value="Coaching Attributes"/>

<!-- Define attributes/properties to view in this view type on the panel.

Any properties not defined here will be hidden for this view. -->

<record id="view">

<flags id="Pcsj"/> <!-- short job text -->

<flags id="Pnam"/> <!-- person name -->

<flags id="Pclb"/> <!-- club team -->

<flags id="Npcg"/> <!-- goalkeeper coaching -->

<flags id="Ncha"/> <!-- coaching attacking-->

<flags id="Nchd"/> <!-- coaching defending-->

<flags id="Nchf"/> <!-- fitness coaching -->

<flags id="Nchm"/> <!-- mental coaching-->

<flags id="Ncte"/> <!-- technical coaching-->

<flags id="Ncta"/> <!-- tactical coaching-->

<flags id="Npmm"/> <!-- man management -->

<flags id="Npwy"/> <!-- working with youngsters -->

now simple create 3 more lines and put

<flags id="Npde"/> <!-- determination -->

<flags id="Npld"/> <!-- level of discipline -->

<flags id="Npmo"/> <!-- motivating -->

for example do this

<string id="text" value="Coaching Attributes"/>

<!-- Define attributes/properties to view in this view type on the panel.

Any properties not defined here will be hidden for this view. -->

<record id="view">

<flags id="Pcsj"/> <!-- short job text -->

<flags id="Pnam"/> <!-- person name -->

<flags id="Pclb"/> <!-- club team -->

<flags id="Npde"/> <!-- determination -->

<flags id="Npld"/> <!-- level of discipline -->

<flags id="Npmo"/> <!-- motivating -->

<flags id="Npcg"/> <!-- goalkeeper coaching -->

<flags id="Ncha"/> <!-- coaching attacking-->

<flags id="Nchd"/> <!-- coaching defending-->

<flags id="Nchf"/> <!-- fitness coaching -->

<flags id="Nchm"/> <!-- mental coaching-->

<flags id="Ncte"/> <!-- technical coaching-->

<flags id="Ncta"/> <!-- tactical coaching-->

<flags id="Npmm"/> <!-- man management -->

<flags id="Npwy"/> <!-- working with youngsters -->

same way you can delete what you dont want to show, e.t.c

http://img444.imageshack.us/img444/8917/stafff.png

be sure to Uncheck "Use skin cashe" and Check "Always reload skin on confirm"

Link to post
Share on other sites

Open the Resource Archiver found in

C:\Program Files\Sports Interactive\Football Manager 2010\tools\resource archiver

Now hit the button Extract Archive.First we must select what file we want to extract.

now in the window that opens navigate to C:\Program Files\Sports Interactive\Football Manager 2010\data

and select panels.

Automatically now the program ask you to select in which folder you want to extract the archives.

this does not really matter.Select whatever folder you want, dont open it, just highlight it and then push the button Select.

The program now will extract all panels to that folder.You can find the Person Search List.xml In that folder :p

Then do the changes you want (my above post) and save the file.

Now go to Documents\Sports Interactive\Football Manager 2010 and create a folder with name "panels" without the quotes.

put the edited Person Search List.xml there and then reload your game (preferences : Uncheck "Use skin cashe" and Check "Always reload skin on confirm"

Tell if you have any problem or you want me to explain better :p

my English is not too good, I hope you understand

Edit : I made the file for you.you can download it here http://rapidshare.com/files/416997774/panels.rar

just put the folder "panels" you will find inside the rar in Documents\Sports Interactive\Football Manager 2010

and then go to preferences and Uncheck "Use skin cashe" and Check "Always reload skin on confirm" as I said above.

But I suggest you try and do this by your own, cause if you understand how it works then you can customize whatever you want by yourself :p

Look how I have it for example in 22' Monitor

Staff Search

http://img444.imageshack.us/img444/2266/staffze.png

Player Search

http://img267.imageshack.us/img267/2877/playerp.png

So try what fits best for you!

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