[Question] Can Comms Jamming Affect Weapon Data Links?

Post bug reports and ask for game support here.

Moderator: MOD_Command

Post Reply
boogabooga
Posts: 971
Joined: Wed Jul 18, 2018 12:05 am

[Question] Can Comms Jamming Affect Weapon Data Links?

Post by boogabooga »

As title says. If a weapon has a radio-based datalink, can that be jammed by the comms jammers?

Also, what does it mean for a comm link to be "secure" in the context of comms jamming?
The boogabooga doctrine for CMO: Any intentional human intervention needs to be able to completely and reliably over-ride anything that the AI is doing at any time.
Raptorx7_slith
Posts: 660
Joined: Fri Jul 26, 2013 10:14 pm

Re: [Question] Can Comms Jamming Affect Weapon Data Links?

Post by Raptorx7_slith »

A comm-link being secure implies its protected by some sort of encryption or has characteristics that make it hard to listen in on/jam like frequency hopping
User avatar
blu3s
Posts: 1000
Joined: Fri Jul 08, 2022 9:45 am

Re: [Question] Can Comms Jamming Affect Weapon Data Links?

Post by blu3s »

I think you cannot use the feature to jam datalinks but you can use Lua to simulate it

-- Get the weapon you want to JAM
local unit = SE_GetUnit({name='MIM-104D Patriot PAC-2 GEM #26', guid='wt2boy-0hnd1kk3qqgbf'})

print(unit:filterOnComponent('commdevice'))-- Here you can obtain the GUID of the datalink you want to jam

--Using that GUID then you can apply the JAM to the datalink
unit.components = {comp_guid = 'WT2BOY-0HND1KK3QQGBC',comp_comms_jammed=true}

The DL will be broken with the parent unit.
Post Reply

Return to “Tech Support”