TheBigMan80.
11 years ago
4 months ago
2
Hi, just have a quick question. Are you able to use the editor to change a nations region, from say Europe to Asia, etc? I'm sure previous versions allowed this but I cant seem to get it to work this time.....
Edd_17
11 years ago
8 years ago
450
Just edit the file nation.xml which is in... editor\data\format\database

Look for:
<!-- 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"/>
<boolean id="is_optional" value="true"/>
</record>

Change the word true to false, restart it and now you can change continents.

You'll need to Login to comment