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

Sound module #5

Closed Crowdedlight closed 3 years ago

Crowdedlight commented 3 years ago

// TODO should be toggable on the individual jammer? Would probably be better with a sound module where you spawn a thread to handle the sounds? // Current implementation means that only if a player is within the radius of a jammer will it be heard. And then only 50m away. Should move to a dedicated sound module that spawns on each module for the repeat of the sound

Crowdedlight commented 3 years ago

merged