... Other problems occured, during in-flight, I noticed aircraft name showed up as B-135 instead of DAR-11.
The name displayed during the flight is given by the aircraft's Java code!
The name on the left in the air.ini is only for the name of the skins folder!
Example :
Property.set(class1, "iconFar_shortClassName", "Bk-534");
For the rest, still in the Java code of the aircraft, it is possible to have several countries...
Example :
Property.set(class1, "meshName_sk", "3DO/Plane/AviaBk-534/hier.him");
Property.set(class1, "PaintScheme_sk", new PaintSchemeFMPar03s());
Property.set(class1, "meshName_de", "3DO/Plane/AviaBk-534/hier.him");
Property.set(class1, "PaintScheme_de", new PaintSchemeFMPar06s());
Property.set(class1, "meshName", "3DO/Plane/AviaBk-534/hier.him");
Property.set(class1, "PaintScheme", new PaintSchemeFMPar09s());
This is a far-fetched example... but it is possible...
Otherwise a real example...
Property.set(class1, "meshName_sk", "3DO/Plane/AviaBk-534(sk)/hier.him");
Property.set(class1, "PaintScheme_sk", new PaintSchemeFMPar00s());
Property.set(class1, "meshName_de", "3DO/Plane/AviaBk-534(de)/hier.him");
Property.set(class1, "PaintScheme_de", new PaintSchemeFMPar00s());
Property.set(class1, "meshName", "3DO/Plane/AviaBk-534/hier.him");
Property.set(class1, "PaintScheme", new PaintSchemeFMPar00s());