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

Переборка оружия потихоньку движется.
http://www.airwar.ru/weapon/guns/mk114.html
Код:
public MGunMK214A()
    {
    }

    public GunProperties createProperties()
    {
        GunProperties gunproperties = super.createProperties();
        gunproperties.bCannon = true;
        gunproperties.bUseHookAsRel = true;
        gunproperties.fireMesh = null;
        gunproperties.fire = "3DO/Effects/GunFire/45mm/GunFire.eff";
        gunproperties.sprite = null;
        gunproperties.smoke = "effects/smokes/CannonTank.eff";
        gunproperties.shells = "3DO/Effects/GunShells/CannonShells.eff";
        gunproperties.sound = "weapon.air_cannon_75";
        gunproperties.emitColor = new Color3f(1.0F, 1.0F, 0.5F);
        gunproperties.emitI = 20F;
        gunproperties.emitR = 6F;
        gunproperties.emitTime = 0.06F;
        gunproperties.aimMinDist = 100F;
        gunproperties.aimMaxDist = 2000F;
        gunproperties.weaponType = 1;
        gunproperties.maxDeltaAngle = 0.16435F;
        gunproperties.shotFreq = 18F;
        gunproperties.traceFreq = 1;
        gunproperties.bullets = 30;
        gunproperties.bulletsCluster = 3;
        gunproperties.bullet = (new BulletProperties[] {
            new BulletProperties()
        });
        gunproperties.bullet[0].massa = 1.520F;
        gunproperties.bullet[0].kalibr = 0.005F;
        gunproperties.bullet[0].speed = 920F;
        gunproperties.bullet[0].power = 0.35F;
        gunproperties.bullet[0].powerType = 0;
        gunproperties.bullet[0].powerRadius = 6.4F;
        gunproperties.bullet[0].traceMesh = "3do/effects/tracers/20mmOrange/mono.sim";
        gunproperties.bullet[0].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[0].traceColor = 0xd2129cef;
        gunproperties.bullet[0].timeLife = 3.3F;        
        return gunproperties;
    }
В сравнении с 2016 годом мощность упала в 3 раза.
---------------------------
И для Москито.
http://www.airwar.ru/weapon/guns/molins-6_pounder.html
Код:
public MGunMolins_57s()
    {
    }

    public GunProperties createProperties()
    {
        GunProperties gunproperties = super.createProperties();
        gunproperties.bCannon = true;
        gunproperties.bUseHookAsRel = true;
        gunproperties.fireMesh = null;
        gunproperties.fire = "3DO/Effects/GunFire/45mm/GunFire.eff";
        gunproperties.sprite = null;
        gunproperties.smoke = "effects/smokes/CannonTank.eff";
        gunproperties.shells = "3DO/Effects/GunShells/CannonShells.eff";
        gunproperties.sound = "weapon.air_cannon_75";
        gunproperties.emitColor = new Color3f(1.0F, 1.0F, 0.0F);
        gunproperties.emitI = 20F;
        gunproperties.emitR = 6F;
        gunproperties.emitTime = 0.06F;
        gunproperties.aimMinDist = 10F;
        gunproperties.aimMaxDist = 4000F;
        gunproperties.weaponType = -1;
        gunproperties.maxDeltaAngle = 0.0F;
        gunproperties.shotFreq = 3.6F;
        gunproperties.traceFreq = 1;
        gunproperties.bullets = 60;
        gunproperties.bulletsCluster = 1;
        gunproperties.bullet = (new BulletProperties[] {
            new BulletProperties()
        });
        gunproperties.bullet[0].massa = 3.17F;
        gunproperties.bullet[0].kalibr = 0.002865618F;
        gunproperties.bullet[0].speed = 791F;
        gunproperties.bullet[0].power = 0.21715F;
        gunproperties.bullet[0].powerType = 0;
        gunproperties.bullet[0].powerRadius = 0.0F;
        gunproperties.bullet[0].traceMesh = "3do/effects/tracers/20mmRed/mono.sim";
        gunproperties.bullet[0].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
        gunproperties.bullet[0].traceColor = 0xd9002eff;
        gunproperties.bullet[0].timeLife = 5F;
        return gunproperties;
    }
}
Если бы у МК-214 был каморный снаряд, то поувер... возможно...
был бы около 0.09-0.1 в зависимости от наполнения "тротилом".
Миниатюры
Нажмите на изображение для увеличения
Название: Патрон для МК-14.jpg
Просмотров: 246
Размер:	1.33 Мб
ID:	71771  
Vasya вне форума   Ответить с цитированием