-
Notifications
You must be signed in to change notification settings - Fork 151
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
joint rails - enoch attachment classes compatibility - Variant A #1184
Conversation
May need to check if AK12 public classes not overwrite the attachment classes we have here, which means I'd have to adjust this PR. |
Modders are already used to adding to two classes for magazineWells. |
This comment has been minimized.
This comment has been minimized.
Changes for attachment base classes due to Enoch:
|
Done. |
This PR fixes the following UBC classes since Arma 1.94 = Enoch:
This means that we drop Joint Rails support for muzzle and pointer slots of the MX series, and pointer and bipod support for the AK12 series.
The benefit of this is, that addons that only add items to the new vanilla attachment classes and no JR, will not be broken by CBA_A3 in the future.
The drawback of this is, that addons that already add items to these specific joint rails classes, will have to add their items to both the new BI classes and the CBA_A3 joint rails classes to support both MX and AK12, as well as future third party classes coping these vanilla attachment classes, as well as old third party classes that already use the joint rails classes.