CTAB settings - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki

Description

CTAB stands for "Commanders Tablet".
CTAB is a mod that allows mission makers to give an inventory item to players which allows them to view in real time a unit tracker across the map.
It also allows vehicles to have a mounted based CTAB for them also. As a result, alot of vehicles have this turned on by default.
This would be unrealistic to have a BMP-1 for example with a device from 2010.

Usage

  1. Go to modules>modules.sqf and enable the CTAB_settings module.
  2. Go to modules>CTAB_settings>settings.sqf.
GVAR(HAS_FBCB2) = [];
  • All vehicle classes which have FBCB2 available. Leave commented out for default values.
GVAR(HAS_TAD) = [];
  • All vehicle classes which have TAD available. Leave commented out for default values.
GVAR(HAS_HELMET_CAM) = [];
  • All helmet classes which have helmet cameras enabled. Leave commented out for default values.