Meant 30x20 flags in their "personal file" >_<
This already works, there are flag mods out there.
Much clear example: we have bases in USA, Japan and Germany. Nam files are binded to countries by modder. When hiring a soldier, they got American, Japanese or German name by random. Then they arrive to the base, we open the personal file and see that flag is Kazakhstan - wrong random nationality, a bug. Is there any way to fix it?
I did not implement the functionality in this thread yet, there is nothing to fix.
If you're talking about the existing features, I am also not aware of any bugs.
If you found a bug, report it in a new thread with detailed instructions how to reproduce it and what's wrong.
Maybe something like this:
country: STR_USA
region: STR_NORTH_AMERICA
nationality: 2 #default -1=any. USA is 2 in XCF - and user's locale doesn't matter now because we can bind nationality number to nam file this way
maleFirst:
- David
- Samuel
- Morgan
- Bruce
femaleFirst:
- Jessica
- Sigourney
- Halle
- Whoopi
maleLast:
- Copperfield
- Jackson
- Freeman
- Willis
it means: when x-base in country USA or region North America, this file can be used for recruited soldiers. And nationality wof the soldier will be set as 2.
I already told you above that nationality numbers are NOT stable and cannot be used in this way.
USA may be 2 in XCF on your computer, but the same USA in the same XCF may be some other number (e.g. 7) on my computer!!