Jump to content

Nation Editing Help


Weiry

Recommended Posts

Hi, I was wondering if anyone could help me out?

Is there a way to create a new nation? or if I overwrite say pre-Ireland 1922 how do I make edits on it? Also how do I change a nations continent?

Thanks

Link to post
Share on other sites

Go to this location.

C:\Program Files (x86)\Steam\steamapps\common\Football Manager 2015 Editor\data\format\database

Click on nation.xml and open it with a text editor.

And search for this section.

<!-- Continent -->

<record>

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

<string id="name" value="Continent"/>

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

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

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

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

Then you need to change the "is_read_only" from true to false.

Change the value of <boolean id="is_read_only" value="true"/> to <boolean id="is_read_only" value="false"/>

Save your changes and start the FM editor, and now you can change the continent of nations.

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