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

Description

debugSettings.sqf allows for certain mission debug tool that can be enable/disabled easily.

SET ALL TO FALSE WHEN PUBLISHING MISSION!

testingDisableFriendlyAI = false;

Set this to true if you wish to disable friendly AI simulation.
The friendly AI will spawn in but do nothing.
Useful for observing loadout errors.

debugMessagesEnabled = false;

Set this to true if you want debug error messages.
This can be useful to help locate and debug errors/bugs.