Skip to content

Commit df4ba09

Browse files
committed
Merge branch 'master' into CWR3-Weapons-Compat
2 parents ce95349 + fb7721a commit df4ba09

68 files changed

Lines changed: 884 additions & 310 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 27 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ Some folders of this project may contain a separate LICENSE file. Should
2626
that be the case, everything in that folder and all subfolders is subject
2727
to that license instead.
2828

29-
- ARMA PUBLIC LICENSE (\addons\apl)
30-
- CreativeCommons Attributions 3.0 (\addons\fastroping\data\sounds)
31-
- CreativeCommons Attributions 4.0 (\addons\refuel\sounds)
32-
33-
- CreativeCommons Zero 1.0 Universal (\addons\wardrobe\data\sounds)
29+
- ARMA PUBLIC LICENSE
30+
- \addons\apl
31+
- CreativeCommons Attributions 3.0
32+
- \addons\fastroping\data\sounds
33+
- \addons\tagging\sounds
34+
- CreativeCommons Attributions 4.0
35+
- \addons\refuel\sounds
36+
37+
- CreativeCommons Zero 1.0 Universal
38+
- \addons\wardrobe\data\sounds
3439

3540
============================================================================
3641
Full GNU General Public License Text

addons/ballistics/CfgAmmo.hpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ class CfgAmmo {
110110
};
111111

112112
class B_12Gauge_Slug: BulletBase {
113+
// Based roughly off of a generalization of a 12/70 foster slug
114+
ACE_caliber = 17.5;
115+
ACE_bulletLength = 38;
116+
ACE_bulletMass = 28.35; // 1 oz
117+
ACE_ballisticCoefficients[] = {0.11};
118+
ACE_dragModel = 1;
119+
ACE_muzzleVelocityVariationSD = 2;
120+
ACE_velocityBoundaries[] = {};
121+
ACE_standardAtmosphere = "ASM";
122+
123+
ACE_muzzleVelocities[]={365.76, 381, 414.53, 426.72, 434.34, 441.96, 454.15, 455.68, 460.25};
124+
ACE_barrelLengths[] = {215.9, 254, 317.5, 355.6, 457.2, 533.4, 609.6, 660.4, 711.2};
125+
113126
//caliber = 3; //too high, ~20mm of RHA (450*3*15/1000=20), ~64mm metal
114127
caliber = 1.037; //~7mm RHA, ~22.4mm metal, probably still too high though as RHA is hardened.
115128
};

addons/common/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@
14781478
<Russian>Автоматический ЛЦУ/тактический фонарь</Russian>
14791479
<German>Kontinuität des Laserpointers/Taktischen Lichts</German>
14801480
<Korean>무기 레이저 지시기/손전등 지속</Korean>
1481-
<Japanese>武器のレーザー ポインター/フラッシュライトの永続性</Japanese>
1481+
<Japanese>武器のレーザー/ライトの永続性</Japanese>
14821482
<Chinese>保持武器雷射/手電筒的狀態</Chinese>
14831483
<Chinesesimp>保持武器激光/手电筒的状态</Chinesesimp>
14841484
<Ukrainian>Автоматичний ЛЦВ/тактичний ліхтар</Ukrainian>

0 commit comments

Comments
 (0)