04: Arsenal setup - 14aag/mission_template GitHub Wiki
There is several things setup for the ACE arsenal via the mission template. In this wiki you can read how to use them.
Whitelisted arsenal
Adds ACE arsenal to the item with whitelist loaded from a file under whitelists
directory. Add the below code to the Arsenal you want to setup and change standard
to the whitelist you want to use.
[this, "standard"] call efn_inventory_fnc_initArsenalWhitelist;
Default Loadouts
The Arsenal comes with a set of 12 basic loadouts. Per standard at this time they are as good as empty and unused. If you want to add these in you will need to export the created loadout in 3DEN first. You can do so by going into the ACE Arsenal in 3DEN and then pressing Export
, this will copy the loadout to your clipboard.
After doing so you will want to navigate to the Loadouts folder in the mission folder (Which you should have gotten by copying the mission template into it) and opening the loadout txt file you want to edit. Paste the export into that and save.