Цитата:
Сообщение от andrey65
Полетал с дефолтными. В те же два Потеза всадил 297 пуль, 30 процентов попаданий - и не упали, не загорелись, только дымки пустили.
Не думаю, что так бывало часто. Причем бил по моторам и кабинам.
|
Потому что в дефолте в ленте половина(пять первых пуль) пустышек:
Код:
gunproperties.bullet[0].massa = 0.01F;
gunproperties.bullet[0].kalibr = 4.35483E-005F;
gunproperties.bullet[0].speed = 810F;
gunproperties.bullet[0].power = 0.0F;
gunproperties.bullet[0].powerType = 0;
gunproperties.bullet[0].powerRadius = 0.0F;
gunproperties.bullet[0].traceMesh = null;
gunproperties.bullet[0].traceTrail = null;
gunproperties.bullet[0].traceColor = 0;
gunproperties.bullet[0].timeLife = 3F;
gunproperties.bullet[1].massa = 0.01F;
gunproperties.bullet[1].kalibr = 4.35483E-005F;
gunproperties.bullet[1].speed = 810F;
gunproperties.bullet[1].power = 0.0F;
gunproperties.bullet[1].powerType = 0;
gunproperties.bullet[1].powerRadius = 0.0F;
gunproperties.bullet[1].traceMesh = "3DO/Effects/Tracers/20mmRed/mono.sim";
gunproperties.bullet[1].traceTrail = "Effects/Smokes/SmokeBlack_BuletteTrail2.eff";
gunproperties.bullet[1].traceColor = 0;
gunproperties.bullet[1].timeLife = 3F;
И четыре сильно убойных:
Код:
gunproperties.bullet[5].massa = 0.01F;
gunproperties.bullet[5].kalibr = 4.35483E-005F;
gunproperties.bullet[5].speed = 810F;
gunproperties.bullet[5].power = 0.002F;
gunproperties.bullet[5].powerType = 0;
gunproperties.bullet[5].powerRadius = 0.0F;
gunproperties.bullet[5].traceMesh = "3DO/Effects/Tracers/20mmRed/mono.sim";
gunproperties.bullet[5].traceTrail = null;
gunproperties.bullet[5].traceColor = 0xd2002eff;
gunproperties.bullet[5].timeLife = 2.0F;
У меня убойность уменьшена, но чередование две по две.
Вот бронебойно-зажигательная с маленьким радиусом - типа зажигающий состав цепляется за детали крафта.
Код:
gunproperties.bullet[2].massa = 0.01015F;
gunproperties.bullet[2].kalibr = 4.35483E-005F;
gunproperties.bullet[2].speed = 905F;
gunproperties.bullet[2].power = 0.000954F;
gunproperties.bullet[2].powerType = 2;
gunproperties.bullet[2].powerRadius = 0.0025F;
gunproperties.bullet[2].traceMesh = "3DO/Effects/Tracers/20mmRed/mono.sim";
gunproperties.bullet[2].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
gunproperties.bullet[2].traceColor = 0xd2002eff;
gunproperties.bullet[2].timeLife = 5F;
Поэтому с моими пулями крафты горят гораздо быстрее. Вот сегодня обстреливал Як-1 - загораться не пожелал, но топливо из баков стало здорво течь.