FMS / CMA

For FMS / CMA Integration

Enabling FMS / CMA

If you are using FMS / CMA set relevant value to true.

Config.FMS = false
Config.CMA = false

TeamSpeak Actions

If you want certain Folders to have TeamSpeak Actions such as Moving to a channel or Assigning a Channel Group, set that up in the relevant tables.

Note -> The name of the Talk Groups in the folder must match the Channel Group Name / Channel Name.

Config.ChannelGroupFolders = {
    'SOUTH EAST'
}

Config.MoveChannelFolders = {
    'MET-MP'
}

Civilian Access

If you do not want Booked on Civilians to have access to the Radio, you can decide that in the below values.

Note -> The Civilian Patrol Branch Name must correspond to the one on your FMS / CMA. Please also understand that currentPatrolBranch and currentPatrolBranchDivision are based on 1) the player’s currently booked on unit on CAD or 2) the player’s duty assignment for the currently active patrol.

Config.CanCivilianAccessRadio = true
Config.CivilianPatrolBranchName = 'Civilian'

Last updated