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
19 stars 7 forks source link

Ability to see currently selected signal strength in DB #45

Open Hazerre opened 1 year ago

Hazerre commented 1 year ago

Hello. If it is possible, can you please add a UI element or similar that shows us the signal strength of the signal within our cursor on the spectrum device? Having to guess where it is peaking on a graph with only marks every 20db is pretty tough. Having an actual number would allow us to more accurately track line of bearing. Thanks in advance.

Crowdedlight commented 1 year ago

Due to limited spare time and making custom GUIs in arma being a pain, it's unlikely I will have time to add something like that. Pull-requests are more than welcome!

The current spectrum device GUI uses a built-in basegame API that does not show the specific db. I might be able to just draw something on top of it... hmmm. Will think about it.