Crowdedlight / Crows-Electronic-Warfare

Arma 3 Mod that enables electronic warfare features such as Radio/Drone jamming and spectrum signal tracking
https://crowdedlight.github.io/Crows-Electronic-Warfare/
Other
17 stars 6 forks source link

changed naming of zeus modules #71

Closed Crowdedlight closed 3 months ago

Crowdedlight commented 3 months ago

Solves #67

Needs to be tested and rebased after #65 is merged. And verify that drone-jammer can be placed even if TFAR is not loaded. As current code makes it TFAR specific.

Should verify there is code that "hides" the radio comm options on jammers, if TFAR is not loaded.

Crowdedlight commented 3 months ago

@b-mayr-1984 So I changed this so jammer module is available for drones even if TFAR is not loaded. However I couldn't figure out a good way of "hiding" the option on the zeus module for radio communication to not show as an option if tfar is not loaded. Let me know if you got any ideas how to deal with that. For now I have just let it be, so the option would still be there, it would just do nothing.

I tried to add checks for TFAR loading, but had issues with the _dialogResult params command if I didn't include the TFAR jamming option.