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

Description

loadouts.sqf allows you to enable/disable certain loadouts to be used on users or AI.

Usage

  • In your loadouts folder, make sure you first created the actual loadout .sqf file of the loadout you wish to enable.
    Enabling the loadout file first prior to the loadout actually existing can crash your game.
  • Once you've done the above you can now enable your loadout by adding the following.
#include "loadouts\MyLoadoutNameHere.sqf"
  • In between the "" marks, replace MyLoadoutNameHere with your loadouts name.

Your loadout file will now by enabled and you can now begin to add the loadouts to either your users or AI.