I'm just curious if you are able to change nations using the editor so that they are say European instead of part of Asia for example? I'm sure that previous versions have made this possible.....?
Nation Editing
- POSTS4
- VIEWS14700
Pretty sure you can
you have to edit the actual coding of the editor to enable continent editing - it is something I have done myself. You need to find this
editor/data/format/database/nation.xml in the steam folder in the program files of your computer. Open the document using note pad, and then find this:
Change
Then save the file, and re-open the editor
editor/data/format/database/nation.xml in the steam folder in the program files of your computer. Open the document using note pad, and then 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"/>
Change
<boolean id="is_read_only" value="true"/>to
<boolean id="is_read_only" value="false"/>
Then save the file, and re-open the editor
When i change the continent. Do i need to do anything else for the nation to play in the world cup or euro qualifiers.
You are reading "Nation Editing".