Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Magwells for MMGs from Marksman DLC #1019

Merged
merged 1 commit into from
Nov 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/jam/CfgMagazineWells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ class CfgMagazineWells {
#include "magwells_792x33.hpp" // 7.92x33mm Kurz | 7.92 x 33 kurz | 7.9mm Kurz | 7.9 Kurz | 7.9mmK | 8x33 Polte
#include "magwells_792x57.hpp" // 7.92x57mm Mauser | 8mm Mauser | 8x57mm | 8 x 57 IS
#include "magwells_9x39.hpp" // 9x39mm
#include "magwells_93x64.hpp" // 9.3x64mm

#include "magwells_3006.hpp" // .30-06 Springfield | 7.62x63mm
#include "magwells_300BLK.hpp" // .300 AAC Blackout | 300 BLK | .300 Blackout | 7.62x35mm
#include "magwells_300WM.hpp" // .300 Winchester Magnum | .300 Win Mag | 300WM
#include "magwells_303B.hpp" // .303 British | 7.7x56mmR
#include "magwells_338LM.hpp" // .338 Lapua Magnum
#include "magwells_338NM.hpp" // .338 Norma Magnum
#include "magwells_408CT.hpp" // .408 Cheyenne Tactical | 408 Chey Tac | 10.36x77mm
#include "magwells_50BMG.hpp" // .50 BMG | .50 Browning Machine Gun | 12.7x99mm NATO

Expand Down
8 changes: 8 additions & 0 deletions addons/jam/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,12 @@ class CfgWeapons {
class launch_RPG7_F : Launcher_Base_F {
magazineWell[] = {"CBA_RPG7"};
};

class MMG_01_base_F : Rifle_Long_Base_F {
magazineWell[] = {"CBA_93x64_LINKS"};
};

class MMG_02_base_F : Rifle_Long_Base_F {
magazineWell[] = {"CBA_338NM_LINKS"};
};
};
5 changes: 5 additions & 0 deletions addons/jam/magwells_338NM.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class CBA_338NM_LINKS {
BI_mags[] = {
"130Rnd_338_Mag"
};
};
5 changes: 5 additions & 0 deletions addons/jam/magwells_93x64.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class CBA_93x64_LINKS {
BI_mags[] = {
"150Rnd_93x64_Mag"
};
};