Jump to content

Changing Continent


StakkioMCFC

Recommended Posts

Hello everybody!

I'm revamping continental competitions and i want bring back Australia to OFC. How i can edit Australia continent to Oceania?

I tried changing this from the nation.xml file but didn't work.

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

Someone help me!

Link to post
Share on other sites

go to: Program files/steam/SteamApps/common/Football Manager 2015 Editor/data/format/database and find "nation xml" file.

find this in file:

<!-- Continent -->

<record>

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

<translation id="name" translation_id="229389" type="use" 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" />

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

</record>

and change row <boolean id="is_read_only" value="true" /> to <boolean id="is_read_only" value="false" />

save file and exit. after that start editor and you will be able to change continent.

to edit xml file you can use notepad ++ or some similar program

Link to post
Share on other sites

go to: Program files/steam/SteamApps/common/Football Manager 2015 Editor/data/format/database and find "nation xml" file.

find this in file:

<!-- Continent -->

<record>

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

<translation id="name" translation_id="229389" type="use" 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" />

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

</record>

and change row <boolean id="is_read_only" value="true" /> to <boolean id="is_read_only" value="false" />

save file and exit. after that start editor and you will be able to change continent.

to edit xml file you can use notepad ++ or some similar program

I've already done it as i said in the first post!

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