Casings - Improve Ace Casings to include 40mm casings
adds parameter FxCartridge_40mm to the 40mm classes. (grenadecore)
When merged this pull request will:
- Describe what this pull request will do
This pull request will enable underbarrel grenade launchers (40mm) to be included in creating casings on the ground. This is done by two changes.
1.Adding to config.cpp a cfgammo edit that changes the 40mm grenades classes to include a cartridge parameter called "FxCartridge_40mm"
2.editing fnc_createcasing.sqf to include a search for this casing and applying the relevant 3d model for this casing
Each change in a separate line
IMPORTANT
- If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
- Development Guidelines are read, understood and applied.
- Title of this PR uses our standard template
Component - Add|Fix|Improve|Change|Make|Remove {changes}.
Hi, does this excluded caseless grenades (eg. VOG-15) like those fired from GP-25?
Hi, does this excluded caseless grenades (eg. VOG-15) like those fired from GP-25?
It should exclude those since the whole grenade is launched, so there's no case to leave behind.