• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

how to change-add nationalities in NEK?

gianlucabagatti

Charter Member
another question: having NEK installed, whatever the game (CFS3, MAW, PTO and so on...) is there a way to change-add nationalities in order to let some airplens appear under the right flag?
 
At least changing them is possible. I've done this for my normal CFS3.1a as China and others are certainly not needed in it.

As a bottom line you'll have to edit a couple of files and change, say, China to Belgium by changing the CHI (and China where it appears) to BEL and Belgium. I'll try to make a listing.

First, country.xml in the main folder where you find

<Country ID="China"/>

And change it to

<Country ID="Belgium"/>

Then you go down the file until you find the part that defines China and change it to

<Country ID="Belgium" Name="Belgium" ShortName="BEL" DirBase="bel" Nationality="Belgian" Heading="oclock"

And you're done with this file.

Then, unlimitedpilots.xml also in the main folder where you change the nationality of the pilots so that your new born Belgium has pilots too. Simply find

<Value Name="Country" Value="China"/>

And change them to

<Value Name="Country" Value="Belgium"/>

And you're done with this file.

Next, nek.xml in the campaigns folder. Find

<Country Name="China">

And change it to

<Country Name="Belgium">

after which scroll to the bottom and change

<China SupplyBurnDownModifier="1.0" ReserveBurnDownModifier="1.0"/>

to

<Belgium SupplyBurnDownModifier="1.0" ReserveBurnDownModifier="1.0"/>

And you're done with this file.

Now you need a folder for Belgium in the uires folder. Make a duplicate of the Other Allied Nationalities ie. "oan" folder, name it "bel", throw out all the unnecessary flags and rename the Belgian flag as "flag".

And you're done with this folder.

Finally get rid of your Application data folder file unlimitedpilots.xml and you are done.

From now on you can make aircraft appear under the Belgian flag by editing their XDP's to have Country="Belgium" in them. Admittedly you have Chinese names as Belgian pilots but you can change that in country.xml and unlimitedpilots.xml if you have time to spare. You can also change all Chinese vehicles to Belgian but it's not needed for the sim to work, you're just left with no vehicles on Belgian airbases and factories.

As always make backups of every file you're going to modify before proceeding. I screwed up my install three or four times when doing this by trial and error. If it doesn't work I may have forgotten something, I tried to avoid it but take no responsibility if such a thing happened.
 
Back
Top