Arma 3
Drone Signals
 This topic has been pinned, so it's probably important
Turnip  [developer] 24 Jun @ 1:13pm
CBA Settings & Developer Information
Below is a list of all the CBA settings and examples for server owners to modify and setup, by default this mod has been setup to work with all vanilla drones and CDLC.

General Settings
Description
Usage
Zeus Override
Determines whether Zeus operators always have full signal access to drones, regardless of jammers or other interference.
Boolean
Drone Signal Range
A list defining specific drones and their maximum signal ranges. If a drone is not listed, a default range is used.
Array[Array[String, Number]]
Example: [["DRONE1", 1500], ["DRONE2", 10000]]
In this example, the drone with classname "DRONE1" (or any class that inherits from it) has a signal range of 1500 meters, and "DRONE2" has 10,000 meters.
Default Signal Range
Determines the default maximum signal range (in meters) for drones not defined in the Drone Signal Range setting.
Number
Terrain Interference
Sets the coefficient for terrain-based signal interference. 0 means no interference; 100 means complete blockage.
Number
Obstacle Interference
Sets the coefficient for interference caused by physical objects (e.g., buildings). 0 means no interference; 100 means full interference.
Number
Drone Exclusion List
A list of drone class names that are exempt from signal interference effects.
Array[String]
Example: ["DRONE3", "DRONE4"]
In this example, the drones "DRONE3" and "DRONE4" (or any classes inheriting from them) will be unaffected by signal interference.

Jammer Settings
Description
Usage
Jammer Objects
A list of signal jammer object classnames, each with its effective range, signal strength, and side they belong to.
Array[Array[String, Number, Number, Number]]
Example: [["JAMMER1", 1500, 0.9, 1], ["JAMMER2", 5000, 0.2, -1]]
- "JAMMER1": A jammer with a 1500-meter range, with a high 0.9 strength, and affects only the BLUFOR side (side ID 1).
- "JAMMER2": A jammer with a 5000-meter range, with a low 0.2 strength, and affects all sides (-1).
Jammer Backpacks
WIP
Array[Array[String, Number, Number, Number]]
Time Influence
If enabled, the duration spent inside a jammer zone will influence signal degradation over time. If disabled, only the distance to the jammer is considered.
Boolean
Enemy Only
If enabled, jammers only affect enemy drones (based on side). If false, jammers will affect all drones within range regardless of side.
Boolean

Retranslator Settings
Description
Usage
Retranslator Objects
A list of retranslator object classnames, each with its retranslating range, signal boost, and side they belong to.
Array[Array[String, Number, Number, Number]]
Example: [["RETRAN1", 500, 1.8, 0], ["RETRAN2", 3000, 1.0, 2]]
- "RETRAN1": A retranslator with a 500-meter range, with a high 1.8x boost to your signal strength, and affects only the OPFOR side (side ID 0).
- "RETRAN2": A retranslator with a 3000-meter range, with no additional boost, and affects only the INDEPENDENT side (side ID 2).
Retranslator Backpacks
WIP
Array[Array[String, Number, Number, Number]]
Friend Only
If enabled, retranslators will only affect friendly drones and operators (based on side). If false, retranslators will affect all drones and their operators within range regardless of side.
Boolean
Last edited by Turnip; 24 Jun @ 1:15pm
< >
Showing 1-1 of 1 comments
Turnip  [developer] 24 Jun @ 1:14pm 
Supporting Functions
Last edited by Turnip; 24 Jun @ 1:15pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50