michail-nikolaev / task-force-arma-3-radio

TeamSpeak integration for Arma 3
http://radio.task-force.ru/en/
Other
313 stars 169 forks source link

Common channel between factions #1171

Open DatPenguin opened 7 years ago

DatPenguin commented 7 years ago

Hi !

Would it be possible to set some radio frequency, let's say "102.4", to be common to every faction ? For example, if I'm using an OPFOR radio, I'll be able to listen another guy talking on 102.4 with a BLUFOR radio. That would mean removing the encryption just for a frequency.

Is that configurable ? Thanks

dedmen commented 7 years ago

Thats not that easy.... Like yeah... It would be possible to hardcode a frequency to ignore the encryptioncode. But frequency and encryptionCode are basically just one string currently. So the Teamspeak plugin always sees 102.4_bluefor or 102.4_opfor. I guess via scripting you could have a pair of radios that have the same encryption code. So these radios can always communicate with eachother.. but not with default bluefor or opfor radios

DatPenguin commented 7 years ago

Would it be possible to change something in the ts plugin then? So that it detects if the string starts with "102.4", and if it does, the plugin ignores the encryption. mercredi, 07 décembre 2016, 02:47PM +01:00 de Dedmen Miller notifications@github.com :

Thats not that easy.... Like yeah... It would be possible to hardcode a frequency to ignore the encryptioncode. But frequency and encryptionCode are basically just one string currently. So the Teamspeak plugin always sees 102.4_bluefor or 102.4_opfor. I guess via scripting you could have a pair of radios that have the same encryption code. So these radios can always communicate with eachother.. but not with default bluefor or opfor radios — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

dedmen commented 7 years ago

Yes. That would be possible but... We can't just declare a frequency to have no encryption globally over all Mod users. If you need that for your mission.. Either have a specific Radio that can talk across factions. Or disable encryption alltogether.

DatPenguin commented 7 years ago

Okay, I'll see what I can do. Thanks! mercredi, 07 décembre 2016, 03:59PM +01:00 de Dedmen Miller notifications@github.com :

Yes. That would be possible but... We can't just declare a frequency to have no encryption globally over all Mod users. If you need that for your mission.. Either have a specific Radio that can talk across factions. Or disable encryption alltogether. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .