Smendyke116

Member
Joined
Nov 20, 2013
Messages
19
Reaction score
0
Points
0
Does anybody know how to enable changing the continent a country is based in? If so that would be very helpful, thank you in advance!
 
it is fairly easy change.

you need to go to editor/data/format/database/nation.xml

find this:

<!-- 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"/>


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

save file and reload editor
 
Sorry about this I must seem really stupid at this point but I dont have that xml file anywhere, where would I find it?
 
Last edited:
you need to go to editor/data/format/database/nation.xml
 
it is fairly easy change.

you need to go to editor/data/format/database/nation.xml

find this:

<!-- 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"/>


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

save file and reload editor

That's where it is! Been looking for that since I had to reset to factory settings - and yes, I forgot to chuck my editor files on my flash drive! Now I can put Australia back in Oceania! :)
 
I searched everywhere for the file can't find it where might it be ? the only file i am finding is config.xml and all i can find in it is the following:

<record>
<!-- resource manager options -->
<!-- don't need to cache this stuff as it is stored in the database -->
<boolean id="cache" value="false"/>
<!-- the resource manager should store a list of all files in this folder and it's sub folders, so that the game can get a list of all xml rule descriptions -->
<boolean id="store_resource_list" value="true"/>
</record>

I am running on a mac os x for fm15

Any help is appreciated ! thanks
 
Last edited:
How to change max teams in Hyundai A League

As title says, how can i do this?

Also i want to add divisions to it
 
Can you help me to change the maximum teams in a comp please?

it is fairly easy change.

you need to go to editor/data/format/database/nation.xml

find this:

<!-- 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"/>


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

save file and reload editor


Can you help me to change the maximum teams in a comp please?
im trying to change the maximum teams in the A Leage from 11 to 20, i also want to add divisions could you help please?
 
Top