ACE3
ACE3 copied to clipboard
Common - Add CBA extended loadout
Doesn't require this, it is compatible before and after the CBA PR is merged. There is an if statement that can be removed after the linked CBA PR is merged.
- https://github.com/CBATeam/CBA_A3/pull/1548
When merged this pull request will:
- Add earplugs to CBA extended loadouts
- Add gunbag weapon to CBA extended loadouts
- Add face and speaker to loadouts saved in the ACE arsenal (default off)
- Add insignia to loadouts saved in the ACE arsenal (default on)
- Respawn keep gear uses CBA extended loadouts
- Headless naked fix uses CBA extended loadouts (not sure about this one, may not be needed)
Settings Changes
IMPORTANT
- [x] If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
- [x] Development Guidelines are read, understood and applied.
- [x] Title of this PR uses our standard template
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.
setUnitLoadout
wipes out unique mags (intel items) and container setVars (gunbag)
We might want to remove uniqueMags from the loadout? Or save them up into the hash?
I'm not sure, probably something we can deal with later.