Показать сообщение отдельно
Старый 15.11.2022, 04:06   #59
Vasya
Звичайна людина на Землі
 
Аватар для Vasya
 
Регистрация: 06.11.2011
Адрес: Україна, м.Київ, Печерський район, вул. Кіквідзе
Сообщений: 8,085
Смущение

Ещё немного по расскладках патронов.
Долго возился с Хо-103, пока не подобрал оптимальную расскладку.
( Есть в моде !!!!000_A_NEW_GARMATY_4.12.2++ )
В дефолте Хо-103 не поджигает вообще, только наносит повреждения.
После четырёх бронебойных поставил два зажигательно-разривных.
Код:
        gunproperties.bullet[0].massa = 0.0354F;
        gunproperties.bullet[0].kalibr = 0.00012675F;
        gunproperties.bullet[0].speed = 780F;
        gunproperties.bullet[0].power = 0.0024F;
        gunproperties.bullet[0].powerType = 0;
        gunproperties.bullet[0].powerRadius = 0.0F;
        gunproperties.bullet[0].traceMesh = "3do/effects/tracers/20mmYellow/mono.sim";
        gunproperties.bullet[0].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[0].traceColor = 0xd200ffff;
        gunproperties.bullet[0].timeLife = 3F;
        gunproperties.bullet[1].massa = 0.0354F;
        gunproperties.bullet[1].kalibr = 0.00012675F;
        gunproperties.bullet[1].speed = 780F;
        gunproperties.bullet[1].power = 0.0024F;
        gunproperties.bullet[1].powerType = 0;
        gunproperties.bullet[1].powerRadius = 0.0F;
        gunproperties.bullet[1].traceMesh = "3do/effects/tracers/20mmYellow/mono.sim";
        gunproperties.bullet[1].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[1].traceColor = 0xd200ffff;
        gunproperties.bullet[1].timeLife = 3F;
        gunproperties.bullet[2].massa = 0.0354F;
        gunproperties.bullet[2].kalibr = 0.00012675F;
        gunproperties.bullet[2].speed = 780F;
        gunproperties.bullet[2].power = 0.0024F;
        gunproperties.bullet[2].powerType = 0;
        gunproperties.bullet[2].powerRadius = 0.0F;
        gunproperties.bullet[2].traceMesh = "3do/effects/tracers/20mmYellow/mono.sim";
        gunproperties.bullet[2].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[2].traceColor = 0xd200ffff;
        gunproperties.bullet[2].timeLife = 3F;
        gunproperties.bullet[3].massa = 0.0354F;
        gunproperties.bullet[3].kalibr = 0.00012675F;
        gunproperties.bullet[3].speed = 780F;
        gunproperties.bullet[3].power = 0.0024F;
        gunproperties.bullet[3].powerType = 0;
        gunproperties.bullet[3].powerRadius = 0.0F;
        gunproperties.bullet[3].traceMesh = "3do/effects/tracers/20mmYellow/mono.sim";
        gunproperties.bullet[3].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[3].traceColor = 0xd200ffff;
        gunproperties.bullet[3].timeLife = 3F;
        gunproperties.bullet[4].massa = 0.037F;
        gunproperties.bullet[4].kalibr = 0.00012675F;
        gunproperties.bullet[4].speed = 770F;
        gunproperties.bullet[4].power = 0.0011F;
        gunproperties.bullet[4].powerType = 2;
        gunproperties.bullet[4].powerRadius = 0.1F;
        gunproperties.bullet[4].traceMesh = null;
        gunproperties.bullet[4].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[4].traceColor = 0;
        gunproperties.bullet[4].timeLife = 4F;
        gunproperties.bullet[5].massa = 0.037F;
        gunproperties.bullet[5].kalibr = 0.00012675F;
        gunproperties.bullet[5].speed = 770F;
        gunproperties.bullet[5].power = 0.0011F;
        gunproperties.bullet[5].powerType = 2;
        gunproperties.bullet[5].powerRadius = 0.1F;
        gunproperties.bullet[5].traceMesh = null;
        gunproperties.bullet[5].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[5].traceColor = 0;
        gunproperties.bullet[5].timeLife = 4F;
Рассчитать поувер для разрывного ещё та задача...
ориентировался на книгу/документ по немецким патронам/снарядам.
Убойность бронебойных просто посчитал - скорость на массу,
взяв енергию от боеприпасов из немецкого документа.
В ходе тестов "получилось натянуть" историчность.
Тестыл на корзинках/ДБ-3 как с наиболее "адекватной" дм повреждений.
Убойность Шкасов считал от бронебойных снарядов Шваков.
На выходе получаються очень маленькие значения поувер.
Наверное поэтому в реале очень быстро отказались от мелких
пулемётов, которые после 300 метров дистанции вообще
не эффективны - только зря возимый балласт в самолёте с маломощными моторами.

Последний раз редактировалось Vasya; 15.11.2022 в 07:48. Причина: исправление ошибок
Vasya вне форума   Ответить с цитированием