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

FlashSuppressors - use next CBA's JM configs #3709

Merged
merged 1 commit into from
May 30, 2016
Merged

Conversation

PabstMirror
Copy link
Contributor

When merged this pull request will:

Quick version of how it works:

For most weapons we can just add it to the generic muzzle
eg class asdg_MuzzleSlot_762MG: asdg_MuzzleSlot { we add the *_B item which is 7.62mm and these should work on any mod using these joint muzles.

JR has the vanilla 6.5mm weapons using the 7.62mm muzzles, so we do

class compatibleItems: compatibleItems {
    ACE_muzzle_mzls_H = 1;
    ACE_muzzle_mzls_B = 0;
};

to disable our 7.62 attachment and enable our 6.5mm version.

ACE's 7.62mm still shows up in VA, but is not attachable (and exported itemName is wrong), problem with VA - CBATeam/CBA_A3#246 (comment)

@PabstMirror PabstMirror added kind/bug-fix Release Notes: **FIXED:** target/next-cba labels Apr 20, 2016
@thojkooi thojkooi added this to the 3.6.0 milestone May 7, 2016
@PabstMirror PabstMirror modified the milestones: 3.7.0, 3.6.0 May 7, 2016
@jonpas jonpas modified the milestones: 3.7.0, 3.6.0 May 23, 2016
@PabstMirror PabstMirror merged commit 4df3032 into master May 30, 2016
@PabstMirror PabstMirror deleted the flashJM-part2 branch May 30, 2016 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants