Диме:
В мессерах есть модель ЦРП.
В 3До есть кокпит к нему, но в классе прописан кокпит от Г-2.
Код:
static
{
Class class1 = com.maddox.il2.objects.air.BF_109CRP.class;
new NetAircraft.SPAWN(class1);
Property.set(class1, "iconFar_shortClassName", "Bf109CRP");
Property.set(class1, "meshName", "3DO/Plane/Bf-109CRP/hier.him");
Property.set(class1, "PaintScheme", new PaintSchemeFMPar03());
Property.set(class1, "yearService", 1942F);
Property.set(class1, "yearExpired", 1945.5F);
Property.set(class1, "FlightModel", "FlightModels/Bf-109CRP.fmd:Bf");
Property.set(class1, "cockpitClass", new Class[] {
com.maddox.il2.objects.air.CockpitBF_109G2.class
});
Как правильно должно быть?