Показать сообщение отдельно
Старый 18.08.2016, 23:44   #531
jabo
подсадной пассажир
 
Аватар для jabo
 
Регистрация: 15.01.2010
Адрес: Earth
Сообщений: 1,431
По умолчанию

Цитата:
Property.set(class1, "FlightModel", "FlightModels/Pe-3bis.fmd");
Property.set(class1, "cockpitClass", new Class[] {
com.maddox.il2.objects.air.CockpitPE3bis.class, com.maddox.il2.objects.air.CockpitPE3bis_TGunner.c lass
});
Property.set(class1, "LOSElevation", 0.76315F);
weaponTriggersRegister(class1, new int[] {
0, 0, 1, 1, 10, 11, 3, 3, 3, 3,
3, 3
});
weaponHooksRegister(class1, new String[] {
"_CANNON03", "_CANNON04", "_CANNON01", "_CANNON02", "_MGUN01", "_MGUN02", "_ExternalBomb01", "_ExternalBomb02", "_ExternalBomb03", "_ExternalBomb04",
"_BombSpawn05", "_BombSpawn06"
});
weaponsRegister(class1, "default", new String[] {
"MGunUBk 250", "MGunUBk 250", "MGunShVAKk 140", "MGunShVAKk 140", "MGunUBt 200", "MGunShKASki 750", null, null, null, null,
null, null
});
weaponsRegister(class1, "2fab50", new String[] {
"MGunUBk 250", "MGunUBk 250", "MGunShVAKk 140", "MGunShVAKk 140", "MGunUBt 200", "MGunShKASki 750", null, null, null, null,
"BombGunFAB50", "BombGunFAB50"
});
weaponsRegister(class1, "2fab100", new String[] {
"MGunUBk 250", "MGunUBk 250", "MGunShVAKk 140", "MGunShVAKk 140", "MGunUBt 200", "MGunShKASki 750", null, null, null, null,
"BombGunFAB100", "BombGunFAB100"
});
weaponsRegister(class1, "2fab1002fab50", new String[] {
"MGunUBk 250", "MGunUBk 250", "MGunShVAKk 140", "MGunShVAKk 140", "MGunUBt 200", "MGunShKASki 750", "BombGunFAB50", "BombGunFAB50", null, null,
"BombGunFAB100", "BombGunFAB100"
});
...

Цитата:
Property.set(class1, "FlightModel", "FlightModels/Pe-3series1.fmd");
Property.set(class1, "cockpitClass", new Class[] {
com.maddox.il2.objects.air.CockpitPE3_1.class, com.maddox.il2.objects.air.CockpitPE3_1_TGunner.cl ass
});
Property.set(class1, "LOSElevation", 0.76315F);
weaponTriggersRegister(class1, new int[] {
0, 0, 10, 11, 3, 3
});
weaponHooksRegister(class1, new String[] {
"_CANNON01", "_CANNON02", "_MGUN01", "_MGUN02", "_BombSpawn05", "_BombSpawn06"
});
weaponsRegister(class1, "default", new String[] {
"MGunUBk 250", "MGunUBk 350", "MGunShKASt 750", "MGunShKASki 750", null, null
});
weaponsRegister(class1, "2fab50", new String[] {
"MGunUBk 250", "MGunUBk 350", "MGunShKASt 750", "MGunShKASki 750", "BombGunFAB50", "BombGunFAB50"
});
weaponsRegister(class1, "2fab100", new String[] {
"MGunUBk 250", "MGunUBk 350", "MGunShKASt 750", "MGunShKASki 750", "BombGunFAB100", "BombGunFAB100"
});
jabo вне форума   Ответить с цитированием