Jump to content

Is there any way to create new local regions?


naxself

Recommended Posts

yes- go to program files /steam / steamapp/ common / football manager 2014 editor / data / format / database ui / and find there db record lists.xml file

open file and find this:

<!-- local region table -->

<record>

<flags id="field" value="lrls"/>

<string id="name" value="Local Regions[COMMENT: Competition editor; field name]"/>

<flags id="type" value="database_table"/>

<boolean id="is_section" value="true"/>

<boolean id="stretch_to_fit_screen" value="true"/>

<flags id="database_table_type" value="local_region"/>

<boolean id="use_labels_for_columns" value="true"/>

<boolean id="allow_add" value="false"/>

<boolean id="allow_remove" value="false"/>

<boolean id="is_client_field" value="true"/>

<boolean id="dont_remove_unneeded_fields" value="true"/>

<record id="list_item">

<flags id="fields" value="lrcl"/>

</record>

</record>

and change to this:

<!-- local region table -->

<record>

<flags id="field" value="lrls"/>

<string id="name" value="Local Regions[COMMENT: Competition editor; field name]"/>

<flags id="type" value="database_table"/>

<boolean id="is_section" value="true"/>

<boolean id="stretch_to_fit_screen" value="true"/>

<flags id="database_table_type" value="local_region"/>

<boolean id="use_labels_for_columns" value="true"/>

<boolean id="allow_add" value="true"/>

<boolean id="allow_remove" value="false"/>

<boolean id="is_client_field" value="true"/>

<boolean id="dont_remove_unneeded_fields" value="true"/>

<record id="list_item">

<flags id="fields" value="lrcl"/>

</record>

</record>

-only change is in line <boolean id="allow_add" value="false"/> to <boolean id="allow_add" value="true"/>

start editor and you will have "add" button

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