-
Notifications
You must be signed in to change notification settings - Fork 149
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 Joint Ammo and Magazines (JAM) #108
Comments
VM, I want to look in to this, should I do it in a fork of this or JAM? |
Problem is that magazineGroups are broken right? Because https://github.com/robalo/mods/blob/master/asdg_jam/config.cpp#L197 is uinsg magazineGroups. |
Last I checked they were broken, long ago but did not see any mention of them since. But this can be done without magazineGroups, carefully appending to magazines[] config array instead. I'd still like to work on this, only need to find some time to kick-start it. Then I'm sure we'll get people contributing to it fast. |
Just tested Mouse wheel menu is fixable with script. |
I fixed it. If anyone already want's to get started on implementing asdg_jam using that message me on ACE Slack. I'll give you the fix. Right now the fix only works on profiling build v5 32bit with Intercept. So it's not practical for real use yet. But if we can expect BI to fix it we could already prepare the implementation. |
Official statement from reyhard that BI is working on magazineGroups (Now called magazineWells).
I tried to push a little that we can get the CfgWeapons |
magazineWell's arrived on dev branch. They are however not mentioned in any changelogs.
and inside the weapons class I guess now is the time to prepare how to implement it. If CBA doesn't get it done before everyone cooks their own "standards" we'll have a mess of different "standards" everywhere. |
Found another example on pastebin: https://pastebin.com/U7KabeUJ |
Nice, looks like it's even supported by arsenal:
|
I actually wonder why... Arsenal is supposed to not need any support. Because according to reyhard they are automatically added into the If anyone cares I'm making a compat for my group. Maybe that's useful for someone https://gist.github.com/dedmen/dc980cf8d6b4b719484e2dd8158a7de1 |
Pushed stuff into JAM branch. Feel free to adjust. |
Let's move discussion about how to further seperate the wells to here So we have my proposal I prefer Drofseh's solution. Edit: CUP Urban voted for Drofseh. |
This is how I would set it up
Here's a different example for Glock pistols
|
We currently have |
Good points, looking into adding more classes and how to name them. |
Are the 2 vanilla guns that seem to actually be EGLMs |
We could set just the GP magwell for the AK12 but not mess with the magazines array so we don't break compatibility. But then it will the the uber universal launcher, taking all sorts of ammo. God how I hate the fictional vanilla stuff. |
|
How do we want to handle weapons that use loose ammunition such as shotguns or revolvers? Does this look good?
|
I may also alphabetize some entries if that's alright with your guys. The 9x19mm magwells being out of order is bothering me, and if we call start alphabetizing now then it won't get as messy in the future. |
Would love to see this go beyond magwells and have common ammo and magazines as well. |
@commy2 why is .300 Blackout using metric instead of imperial? |
Don't ask me, I don't want to be part of this.^^ |
lol, maybe @robalo is responsible, I'm not exactly sure which commit added it. |
likewise |
Is there a reason to make a separate single drum magwell ? |
If I'm not mistaken CBA_762x51_AR10 and CBA_762x51_SR25 refer to the same thing. |
It's possible there are some rifles where the width of the drum might interfere with something. Maybe bullpups where the mag is under the stock? IDK.
I think you're correct, I'd like to keep |
If this can work then I guess single drum is not going to be an issue either :) |
Yah, I'd like to whittle down the STANAG classes to just
Any objections? |
But also keep the dual drum classes because the C-MAG 100rnd may or may not fit some bullpups while the 150rnd SAW-MAG will most likely not (that thing is almost twice as huge). |
Uhm, I don't like that you merged the 2 twin-drum classes. The reason for the split was to be able to ban the larger 150rnd from bullpups, because they are almost twice as big that the 100rnd. |
I have unmerged the twin drum classes in my PR |
Change milestone? |
Either that or new issue. |
What should we do with the vanilla Mk-I EMR 7.62 mm ACE is renaming it the SIG 556 (which it very strongly resembles), but the SIG 556 is well, a 5.56x45 rifle, not 7.62x51. |
Wouldn't worry about BIS's fantasy weaponry much. Add magwells where it makes sense, ignore the weapon where it doesn't :) |
Close? If more questions, issues, requests arise, one can open a new Issue/PR. |
Sounds good. There's lots more to be done beyond magwells but we can start a fresh thread. |
GOAL:
Provide common bullet and magazine classes for use by weapon mods in order to achieve better consistency and compatibility
TO DO:
TO NOT DO:
Source: https://github.com/robalo/mods/blob/master/asdg_jam/config.cpp
Relates to #43
The text was updated successfully, but these errors were encountered: