Jump to content

EditorColumns.xml


Gooner Nation

Recommended Posts

I asked this in the stickied general database thread with no reply.

Anyone know which file is used to add PA, CA, corners, crossing, etc. to the player search results in the editor? It used to be called EditorColumns.xml. I do a lot of editing for a league I'm in so being able to click on the ca tab in the player search results is really helpful to me. Thanks for any help.

Link to post
Share on other sites

Try editing xml files in [Football Manager 2010 installed folder]\tools\editor\data\format\database ui

I edited upper lines of 'person ui.xml' file to following:

<!-- fields for the person table -->

<record id="prrs">

<list id="fields">

<record db_field="pers,dbnm" width="-2"/> <!-- name -->

<record db_field="pers,Pnti" width="-2"/> <!-- nation -->

<record db_field="pers,Pcti" width="-2"/> <!-- club -->

<record db_field="pers,Pcjt"/> <!-- job -->

<record db_field="pers,Ppss"/> <!-- position -->

<record db_field="pers,PCAB" width="60"/> <!-- ability -->

<record db_field="pers,PPAB" width="60"/> <!-- potential -->

</list>

</record>

it works well :)

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