gearSettings.sqf - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki

Description

gearsettings.sqf allows mission makers to adjust small settings related to gear/equipment

Usage

forceRemoveFacewear = true;
  • forceRemoveFaceWear when set to true will remove all facewear a user might spawn with that is attached to the users arma 3 character profile.
enableOverfill = true;
  • enableOverfill when set to true force the framework to add items to a users inventory at mission start, even if they are completely full.
    Enabling this allows missions makers to know all items in their loadout files will fit into the users inventory.
    If a user drops an items and the inventory remains full, the user will not be able to pick back up the item - Be mindful
removeAllGear = true;
  • removeAllGear when set to true will remove all gear on the users/unit prior to spawning the chosen loadout.
    This helps to mitigate potentially unwanted left items.