Convert ACE_bulletLength to millimeters

This commit is contained in:
KoffeinFlummi 2015-05-08 12:45:17 +02:00
parent ce8e192a01
commit adc758cd14
10 changed files with 350 additions and 350 deletions

View File

@ -92,7 +92,7 @@ if (GVAR(bulletTraceEnabled) && cameraView == "GUNNER") then {
}; };
_caliber = getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_caliber"); _caliber = getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_caliber");
_bulletLength = 1000 * getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_bulletLength"); _bulletLength = getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_bulletLength");
_bulletMass = getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_bulletMass"); _bulletMass = getNumber(configFile >> "cfgAmmo" >> _ammo >> "ACE_bulletMass");
_barrelTwist = 1000 * getNumber(configFile >> "cfgWeapons" >> _weapon >> "ACE_barrelTwist"); _barrelTwist = 1000 * getNumber(configFile >> "cfgWeapons" >> _weapon >> "ACE_barrelTwist");
_stabilityFactor = 1.5; _stabilityFactor = 1.5;

View File

@ -26,7 +26,7 @@ class CfgAmmo {
tracerStartTime = 0.073; //M856 tracer burns out to 800m tracerStartTime = 0.073; //M856 tracer burns out to 800m
tracerEndTime = 1.579; //Time in seconds calculated with ballistics calculator tracerEndTime = 1.579; //Time in seconds calculated with ballistics calculator
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75}; ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75};
ACE_ballisticCoefficients[]={0.151}; ACE_ballisticCoefficients[]={0.151};
@ -43,7 +43,7 @@ class CfgAmmo {
hit=11; hit=11;
typicalSpeed=836; typicalSpeed=836;
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.9896; ACE_bulletMass=4.9896;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.361}; ACE_ballisticCoefficients[]={0.361};
@ -60,7 +60,7 @@ class CfgAmmo {
hit=9; hit=9;
typicalSpeed=886; typicalSpeed=886;
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.307}; ACE_ballisticCoefficients[]={0.307};
@ -77,7 +77,7 @@ class CfgAmmo {
hit=6; hit=6;
typicalSpeed=886; typicalSpeed=886;
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=2.9808; ACE_bulletMass=2.9808;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.151}; ACE_ballisticCoefficients[]={0.151};
@ -98,7 +98,7 @@ class CfgAmmo {
hit=7; hit=7;
typicalSpeed=880; typicalSpeed=880;
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.42792; ACE_bulletMass=3.42792;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -118,7 +118,7 @@ class CfgAmmo {
tracerStartTime = 0.073; //7T3M tracer burns out to 850m tracerStartTime = 0.073; //7T3M tracer burns out to 850m
tracerEndTime = 1.736; //Time in seconds calculated with ballistics calculator tracerEndTime = 1.736; //Time in seconds calculated with ballistics calculator
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -132,7 +132,7 @@ class CfgAmmo {
airFriction=-0.000785; airFriction=-0.000785;
typicalSpeed=800; typicalSpeed=800;
ACE_caliber=6.706; ACE_caliber=6.706;
ACE_bulletLength=0.032893; ACE_bulletLength=32.893;
ACE_bulletMass=7.9704; ACE_bulletMass=7.9704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.263}; ACE_ballisticCoefficients[]={0.263};
@ -155,7 +155,7 @@ class CfgAmmo {
typicalSpeed=820 ; typicalSpeed=820 ;
caliber=0.9; caliber=0.9;
ACE_caliber=6.706; ACE_caliber=6.706;
ACE_bulletLength=0.034646; ACE_bulletLength=34.646;
ACE_bulletMass=9.0072; ACE_bulletMass=9.0072;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.290}; ACE_ballisticCoefficients[]={0.290};
@ -170,7 +170,7 @@ class CfgAmmo {
typicalSpeed=860 ; typicalSpeed=860 ;
caliber=1.1; caliber=1.1;
ACE_caliber=6.706; ACE_caliber=6.706;
ACE_bulletLength=0.03622; ACE_bulletLength=36.22;
ACE_bulletMass=9.072; ACE_bulletMass=9.072;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.317}; ACE_ballisticCoefficients[]={0.317};
@ -187,7 +187,7 @@ class CfgAmmo {
tracerStartTime = 0.073; //Based on the British L5A1 which burns out to 1000m tracerStartTime = 0.073; //Based on the British L5A1 which burns out to 1000m
tracerEndTime = 2.058; //Time in seconds calculated with ballistics calculator tracerEndTime = 2.058; //Time in seconds calculated with ballistics calculator
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -207,7 +207,7 @@ class CfgAmmo {
hit=16; hit=16;
typicalSpeed=790; typicalSpeed=790;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=11.34; ACE_bulletMass=11.34;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.243}; ACE_ballisticCoefficients[]={0.243};
@ -223,7 +223,7 @@ class CfgAmmo {
hit=16; hit=16;
typicalSpeed=790; typicalSpeed=790;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=11.34; ACE_bulletMass=11.34;
ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2}; ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2};
ACE_ballisticCoefficients[]={0.243}; ACE_ballisticCoefficients[]={0.243};
@ -239,7 +239,7 @@ class CfgAmmo {
hit=14; hit=14;
typicalSpeed=900; typicalSpeed=900;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=8.424; ACE_bulletMass=8.424;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.377}; ACE_ballisticCoefficients[]={0.377};
@ -255,7 +255,7 @@ class CfgAmmo {
hit=11; hit=11;
typicalSpeed=930; typicalSpeed=930;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=8.2296; ACE_bulletMass=8.2296;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.377}; ACE_ballisticCoefficients[]={0.377};
@ -271,7 +271,7 @@ class CfgAmmo {
hit=6; hit=6;
typicalSpeed=320; typicalSpeed=320;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.034036; ACE_bulletLength=34.036;
ACE_bulletMass=12.96; ACE_bulletMass=12.96;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.235}; ACE_ballisticCoefficients[]={0.235};
@ -287,7 +287,7 @@ class CfgAmmo {
caliber=2.0; caliber=2.0;
hit=10; hit=10;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.030734; ACE_bulletLength=30.734;
ACE_bulletMass=11.2752; ACE_bulletMass=11.2752;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.494}; ACE_ballisticCoefficients[]={0.494};
@ -303,7 +303,7 @@ class CfgAmmo {
caliber=2.1; caliber=2.1;
hit=8; hit=8;
ACE_caliber=7.214; ACE_caliber=7.214;
ACE_bulletLength=0.038837; ACE_bulletLength=38.837;
ACE_bulletMass=11.664; ACE_bulletMass=11.664;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.345}; ACE_ballisticCoefficients[]={0.345};
@ -319,7 +319,7 @@ class CfgAmmo {
caliber=2.3; caliber=2.3;
hit=6; hit=6;
ACE_caliber=6.172; ACE_caliber=6.172;
ACE_bulletLength=0.032563; ACE_bulletLength=32.563;
ACE_bulletMass=11.664; ACE_bulletMass=11.664;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.278}; ACE_ballisticCoefficients[]={0.278};
@ -335,7 +335,7 @@ class CfgAmmo {
hit=17; hit=17;
typicalSpeed=900; typicalSpeed=900;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.034366; ACE_bulletLength=34.366;
ACE_bulletMass=12.312; ACE_bulletMass=12.312;
ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2}; ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2};
ACE_ballisticCoefficients[]={0.268}; ACE_ballisticCoefficients[]={0.268};
@ -351,7 +351,7 @@ class CfgAmmo {
hit=18; hit=18;
typicalSpeed=867; typicalSpeed=867;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.037821; ACE_bulletLength=37.821;
ACE_bulletMass=14.256; ACE_bulletMass=14.256;
ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2}; ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2};
ACE_ballisticCoefficients[]={0.310}; ACE_ballisticCoefficients[]={0.310};
@ -367,7 +367,7 @@ class CfgAmmo {
hit=19; hit=19;
typicalSpeed=853; typicalSpeed=853;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.040691; ACE_bulletLength=40.691;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.368}; ACE_ballisticCoefficients[]={0.368};
@ -381,7 +381,7 @@ class CfgAmmo {
airFriction=-0.001023; airFriction=-0.001023;
typicalSpeed=820; typicalSpeed=820;
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.8496; ACE_bulletMass=9.8496;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.4}; ACE_ballisticCoefficients[]={0.4};
@ -397,7 +397,7 @@ class CfgAmmo {
hit=15; hit=15;
typicalSpeed=820; typicalSpeed=820;
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.8496; ACE_bulletMass=9.8496;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.4}; ACE_ballisticCoefficients[]={0.4};
@ -416,7 +416,7 @@ class CfgAmmo {
tracerStartTime = 0.073; //Based on the 7T2 which burns three seconds tracerStartTime = 0.073; //Based on the 7T2 which burns three seconds
tracerEndTime = 3; tracerEndTime = 3;
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -432,7 +432,7 @@ class CfgAmmo {
hit=11; hit=11;
typicalSpeed=790; typicalSpeed=790;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.029286; ACE_bulletLength=29.286;
ACE_bulletMass=8.1; ACE_bulletMass=8.1;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.349, 0.338, 0.330, 0.310}; ACE_ballisticCoefficients[]={0.349, 0.338, 0.330, 0.310};
@ -448,7 +448,7 @@ class CfgAmmo {
caliber=1.5; caliber=1.5;
typicalSpeed=716; typicalSpeed=716;
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.9704; ACE_bulletMass=7.9704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -466,7 +466,7 @@ class CfgAmmo {
tracerStartTime = 0.073; //57N231P tracer burns out to 800m tracerStartTime = 0.073; //57N231P tracer burns out to 800m
tracerEndTime = 2.082; //Time in seconds calculated with ballistics calculator tracerEndTime = 2.082; //Time in seconds calculated with ballistics calculator
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.5816; ACE_bulletMass=7.5816;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -481,7 +481,7 @@ class CfgAmmo {
typicalSpeed=390; typicalSpeed=390;
hit=6; hit=6;
ACE_caliber=9.042; ACE_caliber=9.042;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=7.452; ACE_bulletMass=7.452;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.17}; ACE_ballisticCoefficients[]={0.17};
@ -496,7 +496,7 @@ class CfgAmmo {
airFriction=-0.001234; airFriction=-0.001234;
typicalSpeed=298; typicalSpeed=298;
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -511,7 +511,7 @@ class CfgAmmo {
typicalSpeed=370; typicalSpeed=370;
hit=6; hit=6;
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -526,7 +526,7 @@ class CfgAmmo {
typicalSpeed=425; typicalSpeed=425;
hit=7; hit=7;
ACE_caliber=12.7; ACE_caliber=12.7;
ACE_bulletLength=0.019406; ACE_bulletLength=19.406;
ACE_bulletMass=10.692; ACE_bulletMass=10.692;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.189}; ACE_ballisticCoefficients[]={0.189};
@ -541,7 +541,7 @@ class CfgAmmo {
typicalSpeed=282; typicalSpeed=282;
hit=7; hit=7;
ACE_caliber=7.938; ACE_caliber=7.938;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=4.212; ACE_bulletMass=4.212;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.118}; ACE_ballisticCoefficients[]={0.118};
@ -556,7 +556,7 @@ class CfgAmmo {
typicalSpeed=761; typicalSpeed=761;
caliber=2.0; caliber=2.0;
ACE_caliber=7.899; ACE_caliber=7.899;
ACE_bulletLength=0.031166; ACE_bulletLength=31.166;
ACE_bulletMass=11.2752; ACE_bulletMass=11.2752;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.499, 0.493, 0.48}; ACE_ballisticCoefficients[]={0.499, 0.493, 0.48};
@ -570,7 +570,7 @@ class CfgAmmo {
airFriction=-0.00106; airFriction=-0.00106;
typicalSpeed=880; typicalSpeed=880;
ACE_caliber=9.296; ACE_caliber=9.296;
ACE_bulletLength=0.03429; ACE_bulletLength=34.29;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.368}; ACE_ballisticCoefficients[]={0.368};
@ -585,7 +585,7 @@ class CfgAmmo {
airFriction=-0.000395; airFriction=-0.000395;
typicalSpeed=910; typicalSpeed=910;
ACE_caliber=10.363; ACE_caliber=10.363;
ACE_bulletLength=0.054; ACE_bulletLength=54.0;
ACE_bulletMass=26.568; ACE_bulletMass=26.568;
ACE_transonicStabilityCoef=1; ACE_transonicStabilityCoef=1;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
@ -599,7 +599,7 @@ class CfgAmmo {
class ACE_106x83mm_Ball : B_408_Ball { class ACE_106x83mm_Ball : B_408_Ball {
timeToLive=10; timeToLive=10;
ACE_caliber=10.566; ACE_caliber=10.566;
ACE_bulletLength=0.053061; ACE_bulletLength=53.061;
ACE_bulletMass=25.7904; ACE_bulletMass=25.7904;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.72}; ACE_ballisticCoefficients[]={0.72};
@ -614,7 +614,7 @@ class CfgAmmo {
airFriction=-0.000606; airFriction=-0.000606;
typicalSpeed=915; typicalSpeed=915;
ACE_caliber=8.585; ACE_caliber=8.585;
ACE_bulletLength=0.039573; ACE_bulletLength=39.573;
ACE_bulletMass=16.2; ACE_bulletMass=16.2;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.322}; ACE_ballisticCoefficients[]={0.322};
@ -628,7 +628,7 @@ class CfgAmmo {
airFriction=-0.000537; airFriction=-0.000537;
typicalSpeed=820; typicalSpeed=820;
ACE_caliber=8.585; ACE_caliber=8.585;
ACE_bulletLength=0.04318; ACE_bulletLength=43.18;
ACE_bulletMass=19.44; ACE_bulletMass=19.44;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.381}; ACE_ballisticCoefficients[]={0.381};
@ -643,7 +643,7 @@ class CfgAmmo {
airFriction=-0.000535; airFriction=-0.000535;
typicalSpeed=826; typicalSpeed=826;
ACE_caliber=8.585; ACE_caliber=8.585;
ACE_bulletLength=0.04318; ACE_bulletLength=43.18;
ACE_bulletMass=19.44; ACE_bulletMass=19.44;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.381}; ACE_ballisticCoefficients[]={0.381};
@ -659,7 +659,7 @@ class CfgAmmo {
caliber=2.8; caliber=2.8;
typicalSpeed=826; typicalSpeed=826;
ACE_caliber=8.585; ACE_caliber=8.585;
ACE_bulletLength=0.038989; ACE_bulletLength=38.989;
ACE_bulletMass=16.3944; ACE_bulletMass=16.3944;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.290}; ACE_ballisticCoefficients[]={0.290};
@ -673,7 +673,7 @@ class CfgAmmo {
airFriction=-0.00014; airFriction=-0.00014;
typicalSpeed=300; typicalSpeed=300;
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.064516; ACE_bulletLength=64.516;
ACE_bulletMass=48.6; ACE_bulletMass=48.6;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={1.050}; ACE_ballisticCoefficients[]={1.050};
@ -688,7 +688,7 @@ class CfgAmmo {
airFriction=-0.0006; airFriction=-0.0006;
typicalSpeed=900; typicalSpeed=900;
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.058674; ACE_bulletLength=58.674;
ACE_bulletMass=41.9256; ACE_bulletMass=41.9256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.670}; ACE_ballisticCoefficients[]={0.670};
@ -705,7 +705,7 @@ class CfgAmmo {
hit=25; hit=25;
caliber=4.0; caliber=4.0;
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.058674; ACE_bulletLength=58.674;
ACE_bulletMass=41.9904; ACE_bulletMass=41.9904;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.670}; ACE_ballisticCoefficients[]={0.670};
@ -721,7 +721,7 @@ class CfgAmmo {
typicalSpeed=860; typicalSpeed=860;
caliber=3.0; caliber=3.0;
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.064516; ACE_bulletLength=64.516;
ACE_bulletMass=48.6; ACE_bulletMass=48.6;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={1.050}; ACE_ballisticCoefficients[]={1.050};
@ -736,7 +736,7 @@ class CfgAmmo {
airFriction=-0.00064; airFriction=-0.00064;
typicalSpeed=820; typicalSpeed=820;
ACE_caliber=12.979; ACE_caliber=12.979;
ACE_bulletLength=0.064008; ACE_bulletLength=64.008;
ACE_bulletMass=48.276; ACE_bulletMass=48.276;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.63}; ACE_ballisticCoefficients[]={0.63};
@ -750,7 +750,7 @@ class CfgAmmo {
airFriction=-0.0007182; airFriction=-0.0007182;
typicalSpeed=250; typicalSpeed=250;
ACE_caliber=11.481; ACE_caliber=11.481;
ACE_bulletLength=0.017272; ACE_bulletLength=17.272;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.195}; ACE_ballisticCoefficients[]={0.195};

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ class CfgAmmo
class CUP_B_545x39_Ball: BulletBase class CUP_B_545x39_Ball: BulletBase
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.42792; ACE_bulletMass=3.42792;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -19,7 +19,7 @@ class CfgAmmo
class CUP_B_545x39_Ball_Tracer_Green: CUP_B_545x39_Ball class CUP_B_545x39_Ball_Tracer_Green: CUP_B_545x39_Ball
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -32,7 +32,7 @@ class CfgAmmo
class CUP_B_545x39_Ball_Tracer_Red: BulletBase class CUP_B_545x39_Ball_Tracer_Red: BulletBase
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -45,7 +45,7 @@ class CfgAmmo
class CUP_B_545x39_Ball_Tracer_White: BulletBase class CUP_B_545x39_Ball_Tracer_White: BulletBase
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -58,7 +58,7 @@ class CfgAmmo
class CUP_B_545x39_Ball_Tracer_Yellow: BulletBase class CUP_B_545x39_Ball_Tracer_Yellow: BulletBase
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -71,7 +71,7 @@ class CfgAmmo
class CUP_B_762x39_Ball: BulletBase class CUP_B_762x39_Ball: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.9704; ACE_bulletMass=7.9704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -84,7 +84,7 @@ class CfgAmmo
class CUP_B_762x39_Ball_Tracer_Green: BulletBase class CUP_B_762x39_Ball_Tracer_Green: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.5816; ACE_bulletMass=7.5816;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -97,7 +97,7 @@ class CfgAmmo
class CUP_B_9x18_Ball: BulletBase class CUP_B_9x18_Ball: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -110,7 +110,7 @@ class CfgAmmo
class CUP_B_9x18_Ball_Tracer_Green: BulletBase class CUP_B_9x18_Ball_Tracer_Green: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -123,7 +123,7 @@ class CfgAmmo
class CUP_B_9x18_Ball_Tracer_Red: BulletBase class CUP_B_9x18_Ball_Tracer_Red: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -136,7 +136,7 @@ class CfgAmmo
class CUP_B_9x18_Ball_Tracer_Yellow: BulletBase class CUP_B_9x18_Ball_Tracer_Yellow: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -149,7 +149,7 @@ class CfgAmmo
class CUP_B_9x18_Ball_White_Tracer: BulletBase class CUP_B_9x18_Ball_White_Tracer: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -162,7 +162,7 @@ class CfgAmmo
class CUP_B_9x19_Ball: BulletBase class CUP_B_9x19_Ball: BulletBase
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -175,7 +175,7 @@ class CfgAmmo
class CUP_B_762x51_noTracer: B_762x51_Ball class CUP_B_762x51_noTracer: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -188,7 +188,7 @@ class CfgAmmo
class CUP_B_303_Ball: BulletBase class CUP_B_303_Ball: BulletBase
{ {
ACE_caliber=7.899; ACE_caliber=7.899;
ACE_bulletLength=0.031166; ACE_bulletLength=31.166;
ACE_bulletMass=11.2752; ACE_bulletMass=11.2752;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.499, 0.493, 0.48}; ACE_ballisticCoefficients[]={0.499, 0.493, 0.48};
@ -201,7 +201,7 @@ class CfgAmmo
class CUP_B_127x107_Ball_Green_Tracer: BulletBase class CUP_B_127x107_Ball_Green_Tracer: BulletBase
{ {
ACE_caliber=12.979; ACE_caliber=12.979;
ACE_bulletLength=0.064008; ACE_bulletLength=64.008;
ACE_bulletMass=48.276; ACE_bulletMass=48.276;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.63}; ACE_ballisticCoefficients[]={0.63};
@ -214,7 +214,7 @@ class CfgAmmo
class CUP_B_127x108_Ball_Green_Tracer: BulletBase class CUP_B_127x108_Ball_Green_Tracer: BulletBase
{ {
ACE_caliber=12.979; ACE_caliber=12.979;
ACE_bulletLength=0.064008; ACE_bulletLength=64.008;
ACE_bulletMass=48.276; ACE_bulletMass=48.276;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.63}; ACE_ballisticCoefficients[]={0.63};
@ -227,7 +227,7 @@ class CfgAmmo
class CUP_B_762x54_Ball_White_Tracer: BulletBase class CUP_B_762x54_Ball_White_Tracer: BulletBase
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -240,7 +240,7 @@ class CfgAmmo
class CUP_B_762x54_Ball_Red_Tracer: BulletBase class CUP_B_762x54_Ball_Red_Tracer: BulletBase
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -253,7 +253,7 @@ class CfgAmmo
class CUP_B_762x54_Ball_Green_Tracer: BulletBase class CUP_B_762x54_Ball_Green_Tracer: BulletBase
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -266,7 +266,7 @@ class CfgAmmo
class CUP_B_762x54_Ball_Yellow_Tracer: BulletBase class CUP_B_762x54_Ball_Yellow_Tracer: BulletBase
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -279,7 +279,7 @@ class CfgAmmo
class CUP_B_9x39_SP5: BulletBase class CUP_B_9x39_SP5: BulletBase
{ {
ACE_caliber=9.246; ACE_caliber=9.246;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=16.2; ACE_bulletMass=16.2;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -292,7 +292,7 @@ class CfgAmmo
class CUP_B_762x51_Tracer_Green: BulletBase class CUP_B_762x51_Tracer_Green: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -305,7 +305,7 @@ class CfgAmmo
class CUP_B_762x51_Tracer_Red: BulletBase class CUP_B_762x51_Tracer_Red: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -318,7 +318,7 @@ class CfgAmmo
class CUP_B_762x51_Tracer_Yellow: BulletBase class CUP_B_762x51_Tracer_Yellow: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -331,7 +331,7 @@ class CfgAmmo
class CUP_B_762x51_Tracer_White: BulletBase class CUP_B_762x51_Tracer_White: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -344,7 +344,7 @@ class CfgAmmo
class B_127x107_Ball: BulletBase class B_127x107_Ball: BulletBase
{ {
ACE_caliber=12.979; ACE_caliber=12.979;
ACE_bulletLength=0.064008; ACE_bulletLength=64.008;
ACE_bulletMass=48.276; ACE_bulletMass=48.276;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.63}; ACE_ballisticCoefficients[]={0.63};
@ -357,7 +357,7 @@ class CfgAmmo
class CUP_B_9x18_SD: BulletBase class CUP_B_9x18_SD: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -370,7 +370,7 @@ class CfgAmmo
class CUP_B_765x17_Ball: BulletBase class CUP_B_765x17_Ball: BulletBase
{ {
ACE_caliber=7.938; ACE_caliber=7.938;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=4.212; ACE_bulletMass=4.212;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.118}; ACE_ballisticCoefficients[]={0.118};
@ -383,7 +383,7 @@ class CfgAmmo
class CUP_B_145x115_AP_Green_Tracer: BulletBase class CUP_B_145x115_AP_Green_Tracer: BulletBase
{ {
ACE_caliber=14.884; ACE_caliber=14.884;
ACE_bulletLength=0.0508; ACE_bulletLength=50.8;
ACE_bulletMass=65.448; ACE_bulletMass=65.448;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.620}; ACE_ballisticCoefficients[]={0.620};
@ -396,7 +396,7 @@ class CfgAmmo
class CUP_B_127x99_Ball_White_Tracer: B_127x99_Ball class CUP_B_127x99_Ball_White_Tracer: B_127x99_Ball
{ {
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.058674; ACE_bulletLength=58.674;
ACE_bulletMass=41.9256; ACE_bulletMass=41.9256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.670}; ACE_ballisticCoefficients[]={0.670};
@ -409,7 +409,7 @@ class CfgAmmo
class CUP_B_86x70_Ball_noTracer: BulletBase class CUP_B_86x70_Ball_noTracer: BulletBase
{ {
ACE_caliber=8.585; ACE_caliber=8.585;
ACE_bulletLength=0.04318; ACE_bulletLength=43.18;
ACE_bulletMass=19.44; ACE_bulletMass=19.44;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.381}; ACE_ballisticCoefficients[]={0.381};

View File

@ -9,7 +9,7 @@ class CfgAmmo
class HLC_556NATO_EPR: B_556x45_Ball class HLC_556NATO_EPR: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75}; ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75};
ACE_ballisticCoefficients[]={0.151}; ACE_ballisticCoefficients[]={0.151};
@ -22,7 +22,7 @@ class CfgAmmo
class HLC_556NATO_SOST: B_556x45_Ball class HLC_556NATO_SOST: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.307}; ACE_ballisticCoefficients[]={0.307};
@ -35,7 +35,7 @@ class CfgAmmo
class HLC_556NATO_SPR: B_556x45_Ball class HLC_556NATO_SPR: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.9896; ACE_bulletMass=4.9896;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.361}; ACE_ballisticCoefficients[]={0.361};
@ -48,7 +48,7 @@ class CfgAmmo
class HLC_300Blackout_Ball: B_556x45_Ball class HLC_300Blackout_Ball: B_556x45_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028397; ACE_bulletLength=28.397;
ACE_bulletMass=9.5256; ACE_bulletMass=9.5256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.398}; ACE_ballisticCoefficients[]={0.398};
@ -61,7 +61,7 @@ class CfgAmmo
class HLC_300Blackout_SMK: HLC_300Blackout_Ball class HLC_300Blackout_SMK: HLC_300Blackout_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.037821; ACE_bulletLength=37.821;
ACE_bulletMass=14.256; ACE_bulletMass=14.256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.608}; ACE_ballisticCoefficients[]={0.608};
@ -74,7 +74,7 @@ class CfgAmmo
class HLC_762x39_Ball: HLC_300Blackout_Ball class HLC_762x39_Ball: HLC_300Blackout_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.9704; ACE_bulletMass=7.9704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -87,7 +87,7 @@ class CfgAmmo
class HLC_762x39_Tracer: HLC_762x39_Ball class HLC_762x39_Tracer: HLC_762x39_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.5816; ACE_bulletMass=7.5816;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -100,7 +100,7 @@ class CfgAmmo
class HLC_762x51_MK316_20in: B_762x51_Ball class HLC_762x51_MK316_20in: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=11.34; ACE_bulletMass=11.34;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.243}; ACE_ballisticCoefficients[]={0.243};
@ -113,7 +113,7 @@ class CfgAmmo
class HLC_762x51_BTSub: B_762x51_Ball class HLC_762x51_BTSub: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.034036; ACE_bulletLength=34.036;
ACE_bulletMass=12.96; ACE_bulletMass=12.96;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.235}; ACE_ballisticCoefficients[]={0.235};
@ -126,7 +126,7 @@ class CfgAmmo
class HLC_762x54_ball: HLC_762x51_ball class HLC_762x54_ball: HLC_762x51_ball
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.8496; ACE_bulletMass=9.8496;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.4}; ACE_ballisticCoefficients[]={0.4};
@ -139,7 +139,7 @@ class CfgAmmo
class HLC_762x54_tracer: HLC_762x51_tracer class HLC_762x54_tracer: HLC_762x51_tracer
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -152,7 +152,7 @@ class CfgAmmo
class HLC_303Brit_B: B_556x45_Ball class HLC_303Brit_B: B_556x45_Ball
{ {
ACE_caliber=7.899; ACE_caliber=7.899;
ACE_bulletLength=0.031166; ACE_bulletLength=31.166;
ACE_bulletMass=11.2752; ACE_bulletMass=11.2752;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.499, 0.493, 0.48}; ACE_ballisticCoefficients[]={0.499, 0.493, 0.48};
@ -165,7 +165,7 @@ class CfgAmmo
class HLC_792x57_Ball: HLC_303Brit_B class HLC_792x57_Ball: HLC_303Brit_B
{ {
ACE_caliber=8.077; ACE_caliber=8.077;
ACE_bulletLength=0.028651; ACE_bulletLength=28.651;
ACE_bulletMass=12.7008; ACE_bulletMass=12.7008;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.315}; ACE_ballisticCoefficients[]={0.315};
@ -184,7 +184,7 @@ class CfgAmmo
class FH_545x39_Ball: B_556x45_Ball class FH_545x39_Ball: B_556x45_Ball
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.42792; ACE_bulletMass=3.42792;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -204,7 +204,7 @@ class CfgAmmo
class HLC_57x28mm_JHP: FH_545x39_Ball class HLC_57x28mm_JHP: FH_545x39_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.012573; ACE_bulletLength=12.573;
ACE_bulletMass=1.8144; ACE_bulletMass=1.8144;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.144}; ACE_ballisticCoefficients[]={0.144};
@ -217,7 +217,7 @@ class CfgAmmo
class HLC_9x19_Ball: B_556x45_Ball class HLC_9x19_Ball: B_556x45_Ball
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -230,7 +230,7 @@ class CfgAmmo
class HLC_9x19_M882_SMG: B_556x45_Ball class HLC_9x19_M882_SMG: B_556x45_Ball
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -251,7 +251,7 @@ class CfgAmmo
class HLC_10mm_FMJ: HLC_9x19_Ball class HLC_10mm_FMJ: HLC_9x19_Ball
{ {
ACE_caliber=12.7; ACE_caliber=12.7;
ACE_bulletLength=0.019406; ACE_bulletLength=19.406;
ACE_bulletMass=10.692; ACE_bulletMass=10.692;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.189}; ACE_ballisticCoefficients[]={0.189};
@ -264,7 +264,7 @@ class CfgAmmo
class HLC_45ACP_Ball: B_556x45_Ball class HLC_45ACP_Ball: B_556x45_Ball
{ {
ACE_caliber=11.481; ACE_caliber=11.481;
ACE_bulletLength=0.017272; ACE_bulletLength=17.272;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.195}; ACE_ballisticCoefficients[]={0.195};
@ -277,7 +277,7 @@ class CfgAmmo
class FH_44Mag: HLC_45ACP_Ball class FH_44Mag: HLC_45ACP_Ball
{ {
ACE_caliber=10.897; ACE_caliber=10.897;
ACE_bulletLength=0.020422; ACE_bulletLength=20.422;
ACE_bulletMass=12.96; ACE_bulletMass=12.96;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.172}; ACE_ballisticCoefficients[]={0.172};
@ -290,7 +290,7 @@ class CfgAmmo
class FH_50BMG_SLAP: B_127x99_Ball class FH_50BMG_SLAP: B_127x99_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.03175; ACE_bulletLength=31.75;
ACE_bulletMass=22.68; ACE_bulletMass=22.68;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={1.056}; ACE_ballisticCoefficients[]={1.056};
@ -303,7 +303,7 @@ class CfgAmmo
class FH_50BMG_Raufoss: B_127x99_Ball class FH_50BMG_Raufoss: B_127x99_Ball
{ {
ACE_caliber=12.954; ACE_caliber=12.954;
ACE_bulletLength=0.060452; ACE_bulletLength=60.452;
ACE_bulletMass=42.768; ACE_bulletMass=42.768;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.670}; ACE_ballisticCoefficients[]={0.670};

View File

@ -5,7 +5,7 @@ class CfgAmmo
class RH_50_AE_Ball: BulletBase class RH_50_AE_Ball: BulletBase
{ {
ACE_caliber=12.7; ACE_caliber=12.7;
ACE_bulletLength=0.028194; ACE_bulletLength=28.194;
ACE_bulletMass=21.06; ACE_bulletMass=21.06;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.228}; ACE_ballisticCoefficients[]={0.228};
@ -18,7 +18,7 @@ class CfgAmmo
class RH_454_Casull: BulletBase class RH_454_Casull: BulletBase
{ {
ACE_caliber=11.481; ACE_caliber=11.481;
ACE_bulletLength=0.022733; ACE_bulletLength=22.733;
ACE_bulletMass=21.06; ACE_bulletMass=21.06;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.171}; ACE_ballisticCoefficients[]={0.171};
@ -31,7 +31,7 @@ class CfgAmmo
class RH_32ACP: BulletBase class RH_32ACP: BulletBase
{ {
ACE_caliber=7.938; ACE_caliber=7.938;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=4.212; ACE_bulletMass=4.212;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.118}; ACE_ballisticCoefficients[]={0.118};
@ -44,7 +44,7 @@ class CfgAmmo
class RH_45ACP: BulletBase class RH_45ACP: BulletBase
{ {
ACE_caliber=11.481; ACE_caliber=11.481;
ACE_bulletLength=0.017272; ACE_bulletLength=17.272;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.195}; ACE_ballisticCoefficients[]={0.195};
@ -57,7 +57,7 @@ class CfgAmmo
class RH_B_40SW: BulletBase class RH_B_40SW: BulletBase
{ {
ACE_caliber=10.16; ACE_caliber=10.16;
ACE_bulletLength=0.011354; ACE_bulletLength=11.354;
ACE_bulletMass=8.748; ACE_bulletMass=8.748;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.105, 0.115, 0.120, 0.105}; ACE_ballisticCoefficients[]={0.105, 0.115, 0.120, 0.105};
@ -70,7 +70,7 @@ class CfgAmmo
class RH_44mag_ball: BulletBase class RH_44mag_ball: BulletBase
{ {
ACE_caliber=10.897; ACE_caliber=10.897;
ACE_bulletLength=0.020422; ACE_bulletLength=20.422;
ACE_bulletMass=12.96; ACE_bulletMass=12.96;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.172}; ACE_ballisticCoefficients[]={0.172};
@ -83,7 +83,7 @@ class CfgAmmo
class RH_357mag_ball: BulletBase class RH_357mag_ball: BulletBase
{ {
ACE_caliber=9.068; ACE_caliber=9.068;
ACE_bulletLength=0.013741; ACE_bulletLength=13.741;
ACE_bulletMass=8.1; ACE_bulletMass=8.1;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.148}; ACE_ballisticCoefficients[]={0.148};
@ -96,7 +96,7 @@ class CfgAmmo
class RH_762x25: BulletBase class RH_762x25: BulletBase
{ {
ACE_caliber=7.874; ACE_caliber=7.874;
ACE_bulletLength=0.013856; ACE_bulletLength=13.856;
ACE_bulletMass=5.5728; ACE_bulletMass=5.5728;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.17}; ACE_ballisticCoefficients[]={0.17};
@ -109,7 +109,7 @@ class CfgAmmo
class RH_9x18_Ball: BulletBase class RH_9x18_Ball: BulletBase
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};
@ -122,7 +122,7 @@ class CfgAmmo
class RH_B_9x19_Ball: BulletBase class RH_B_9x19_Ball: BulletBase
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -135,7 +135,7 @@ class CfgAmmo
class RH_B_22LR_SD: BulletBase class RH_B_22LR_SD: BulletBase
{ {
ACE_caliber=5.664; ACE_caliber=5.664;
ACE_bulletLength=0.01143; ACE_bulletLength=11.43;
ACE_bulletMass=2.4624; ACE_bulletMass=2.4624;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.111}; ACE_ballisticCoefficients[]={0.111};
@ -148,7 +148,7 @@ class CfgAmmo
class RH_57x28mm: BulletBase class RH_57x28mm: BulletBase
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.012573; ACE_bulletLength=12.573;
ACE_bulletMass=1.8144; ACE_bulletMass=1.8144;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.144}; ACE_ballisticCoefficients[]={0.144};

View File

@ -11,7 +11,7 @@ class CfgAmmo {
class RH_9x19_B_M822: BulletBase class RH_9x19_B_M822: BulletBase
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -24,7 +24,7 @@ class CfgAmmo {
class RH_9x19_B_HP: BulletBase class RH_9x19_B_HP: BulletBase
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=8.0352; ACE_bulletMass=8.0352;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.165}; ACE_ballisticCoefficients[]={0.165};
@ -37,7 +37,7 @@ class CfgAmmo {
class RH_9x19_B_HPSB: BulletBase class RH_9x19_B_HPSB: BulletBase
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015316; ACE_bulletLength=15.316;
ACE_bulletMass=9.5256; ACE_bulletMass=9.5256;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.212}; ACE_ballisticCoefficients[]={0.212};
@ -50,7 +50,7 @@ class CfgAmmo {
class RH_556x45_B_M855A1: B_556x45_Ball class RH_556x45_B_M855A1: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75}; ACE_ammoTempMuzzleVelocityShifts[]={-27.20, -26.44, -23.76, -21.00, -17.54, -13.10, -7.95, -1.62, 6.24, 15.48, 27.75};
ACE_ballisticCoefficients[]={0.151}; ACE_ballisticCoefficients[]={0.151};
@ -63,7 +63,7 @@ class CfgAmmo {
class RH_556x45_B_Mk318: B_556x45_Ball class RH_556x45_B_Mk318: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.307}; ACE_ballisticCoefficients[]={0.307};
@ -76,7 +76,7 @@ class CfgAmmo {
class RH_556x45_B_Mk262: B_556x45_Ball class RH_556x45_B_Mk262: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.9896; ACE_bulletMass=4.9896;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.361}; ACE_ballisticCoefficients[]={0.361};
@ -89,7 +89,7 @@ class CfgAmmo {
class RH_68x43_B_FMJ: B_65x39_Caseless class RH_68x43_B_FMJ: B_65x39_Caseless
{ {
ACE_caliber=7.036; ACE_caliber=7.036;
ACE_bulletLength=0.024359; ACE_bulletLength=24.359;
ACE_bulletMass=7.452; ACE_bulletMass=7.452;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.162}; ACE_ballisticCoefficients[]={0.162};
@ -102,7 +102,7 @@ class CfgAmmo {
class RH_68x43_B_Match: B_65x39_Caseless class RH_68x43_B_Match: B_65x39_Caseless
{ {
ACE_caliber=7.036; ACE_caliber=7.036;
ACE_bulletLength=0.03175; ACE_bulletLength=31.75;
ACE_bulletMass=8.748; ACE_bulletMass=8.748;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.253}; ACE_ballisticCoefficients[]={0.253};
@ -115,7 +115,7 @@ class CfgAmmo {
class RH_762x35_B_FMJ: B_65x39_Caseless class RH_762x35_B_FMJ: B_65x39_Caseless
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028397; ACE_bulletLength=28.397;
ACE_bulletMass=9.5256; ACE_bulletMass=9.5256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.398}; ACE_ballisticCoefficients[]={0.398};
@ -128,7 +128,7 @@ class CfgAmmo {
class RH_762x35_B_Match: B_65x39_Caseless class RH_762x35_B_Match: B_65x39_Caseless
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.029286; ACE_bulletLength=29.286;
ACE_bulletMass=8.1; ACE_bulletMass=8.1;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.349, 0.338, 0.330, 0.310}; ACE_ballisticCoefficients[]={0.349, 0.338, 0.330, 0.310};
@ -141,7 +141,7 @@ class CfgAmmo {
class RH_762x35_B_MSB: B_65x39_Caseless class RH_762x35_B_MSB: B_65x39_Caseless
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.037821; ACE_bulletLength=37.821;
ACE_bulletMass=14.256; ACE_bulletMass=14.256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.608}; ACE_ballisticCoefficients[]={0.608};
@ -154,7 +154,7 @@ class CfgAmmo {
class RH_762x51_B_M80A1: B_762x51_Ball class RH_762x51_B_M80A1: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -167,7 +167,7 @@ class CfgAmmo {
class RH_762x51_B_Mk316LR: B_762x51_Ball class RH_762x51_B_Mk316LR: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=11.34; ACE_bulletMass=11.34;
ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2}; ACE_ammoTempMuzzleVelocityShifts[]={-5.3, -5.1, -4.6, -4.2, -3.4, -2.6, -1.4, -0.3, 1.4, 3.0, 5.2};
ACE_ballisticCoefficients[]={0.243}; ACE_ballisticCoefficients[]={0.243};
@ -180,7 +180,7 @@ class CfgAmmo {
class RH_762x51_B_Mk319: B_762x51_Ball class RH_762x51_B_Mk319: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=8.424; ACE_bulletMass=8.424;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.377}; ACE_ballisticCoefficients[]={0.377};
@ -193,7 +193,7 @@ class CfgAmmo {
class RH_762x51_B_LFMJSB: B_762x51_Ball class RH_762x51_B_LFMJSB: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.034036; ACE_bulletLength=34.036;
ACE_bulletMass=12.96; ACE_bulletMass=12.96;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.235}; ACE_ballisticCoefficients[]={0.235};

View File

@ -3,7 +3,7 @@ class BulletBase;
class RH_B_6x35: BulletBase class RH_B_6x35: BulletBase
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.011303; ACE_bulletLength=11.303;
ACE_bulletMass=4.212; ACE_bulletMass=4.212;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.26}; ACE_ballisticCoefficients[]={0.26};

View File

@ -6,7 +6,7 @@ class CfgAmmo
class rhs_B_545x39_Ball: B_556x45_Ball class rhs_B_545x39_Ball: B_556x45_Ball
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.42792; ACE_bulletMass=3.42792;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -19,7 +19,7 @@ class CfgAmmo
class rhs_B_545x39_Ball_Tracer_Green: rhs_B_545x39_Ball class rhs_B_545x39_Ball_Tracer_Green: rhs_B_545x39_Ball
{ {
ACE_caliber=5.588; ACE_caliber=5.588;
ACE_bulletLength=0.02159; ACE_bulletLength=21.59;
ACE_bulletMass=3.22704; ACE_bulletMass=3.22704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.168}; ACE_ballisticCoefficients[]={0.168};
@ -33,7 +33,7 @@ class CfgAmmo
class rhs_B_762x54_Ball: B_762x51_Ball class rhs_B_762x54_Ball: B_762x51_Ball
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.8496; ACE_bulletMass=9.8496;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.4}; ACE_ballisticCoefficients[]={0.4};
@ -46,7 +46,7 @@ class CfgAmmo
class rhs_B_762x54_Ball_Tracer_Green: B_762x51_Ball class rhs_B_762x54_Ball_Tracer_Green: B_762x51_Ball
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.6552; ACE_bulletMass=9.6552;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.395}; ACE_ballisticCoefficients[]={0.395};
@ -59,7 +59,7 @@ class CfgAmmo
class rhs_B_762x54_7N1_Ball: rhs_B_762x54_Ball class rhs_B_762x54_7N1_Ball: rhs_B_762x54_Ball
{ {
ACE_caliber=7.925; ACE_caliber=7.925;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.8496; ACE_bulletMass=9.8496;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.4}; ACE_ballisticCoefficients[]={0.4};
@ -72,7 +72,7 @@ class CfgAmmo
class rhs_B_762x39_Ball: B_762x51_Ball class rhs_B_762x39_Ball: B_762x51_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.9704; ACE_bulletMass=7.9704;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -85,7 +85,7 @@ class CfgAmmo
class rhs_B_762x39_Tracer: rhs_B_762x39_Ball class rhs_B_762x39_Tracer: rhs_B_762x39_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=7.5816; ACE_bulletMass=7.5816;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.275}; ACE_ballisticCoefficients[]={0.275};
@ -99,7 +99,7 @@ class CfgAmmo
class rhs_B_9x19_7N21: B_9x21_Ball class rhs_B_9x19_7N21: B_9x21_Ball
{ {
ACE_caliber=9.017; ACE_caliber=9.017;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=5.19696; ACE_bulletMass=5.19696;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.14}; ACE_ballisticCoefficients[]={0.14};
@ -112,7 +112,7 @@ class CfgAmmo
class rhs_B_9x18_57N181S: B_9x21_Ball class rhs_B_9x18_57N181S: B_9x21_Ball
{ {
ACE_caliber=9.271; ACE_caliber=9.271;
ACE_bulletLength=0.015494; ACE_bulletLength=15.494;
ACE_bulletMass=6.00048; ACE_bulletMass=6.00048;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.125}; ACE_ballisticCoefficients[]={0.125};

View File

@ -5,7 +5,7 @@ class CfgAmmo
class rhsusf_B_300winmag: BulletBase class rhsusf_B_300winmag: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.037821; ACE_bulletLength=37.821;
ACE_bulletMass=14.256; ACE_bulletMass=14.256;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.310}; ACE_ballisticCoefficients[]={0.310};
@ -19,7 +19,7 @@ class CfgAmmo
class rhs_ammo_556x45_Mk318_Ball: B_556x45_Ball class rhs_ammo_556x45_Mk318_Ball: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.0176; ACE_bulletMass=4.0176;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.307}; ACE_ballisticCoefficients[]={0.307};
@ -32,7 +32,7 @@ class CfgAmmo
class rhs_ammo_556x45_Mk262_Ball: B_556x45_Ball class rhs_ammo_556x45_Mk262_Ball: B_556x45_Ball
{ {
ACE_caliber=5.69; ACE_caliber=5.69;
ACE_bulletLength=0.023012; ACE_bulletLength=23.012;
ACE_bulletMass=4.9896; ACE_bulletMass=4.9896;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.361}; ACE_ballisticCoefficients[]={0.361};
@ -45,7 +45,7 @@ class CfgAmmo
class rhs_ammo_762x51_M80_Ball: BulletBase class rhs_ammo_762x51_M80_Ball: BulletBase
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.028956; ACE_bulletLength=28.956;
ACE_bulletMass=9.4608; ACE_bulletMass=9.4608;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.2}; ACE_ballisticCoefficients[]={0.2};
@ -58,7 +58,7 @@ class CfgAmmo
class rhs_ammo_762x51_M118_Special_Ball: rhs_ammo_762x51_M80_Ball class rhs_ammo_762x51_M118_Special_Ball: rhs_ammo_762x51_M80_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=11.34; ACE_bulletMass=11.34;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.243}; ACE_ballisticCoefficients[]={0.243};
@ -71,7 +71,7 @@ class CfgAmmo
class rhs_ammo_762x51_M993_Ball: rhs_ammo_762x51_M80_Ball class rhs_ammo_762x51_M993_Ball: rhs_ammo_762x51_M80_Ball
{ {
ACE_caliber=7.823; ACE_caliber=7.823;
ACE_bulletLength=0.031496; ACE_bulletLength=31.496;
ACE_bulletMass=8.2296; ACE_bulletMass=8.2296;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19}; ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.377}; ACE_ballisticCoefficients[]={0.377};
@ -84,7 +84,7 @@ class CfgAmmo
class rhs_ammo_45ACP_MHP: BulletBase class rhs_ammo_45ACP_MHP: BulletBase
{ {
ACE_caliber=11.481; ACE_caliber=11.481;
ACE_bulletLength=0.017272; ACE_bulletLength=17.272;
ACE_bulletMass=14.904; ACE_bulletMass=14.904;
ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619}; ACE_ammoTempMuzzleVelocityShifts[]={-2.655, -2.547, -2.285, -2.012, -1.698, -1.280, -0.764, -0.153, 0.596, 1.517, 2.619};
ACE_ballisticCoefficients[]={0.195}; ACE_ballisticCoefficients[]={0.195};