v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
70 stars 64 forks source link

Problem with facial animation, and radio second channel. #9

Closed zek0 closed 4 years ago

zek0 commented 4 years ago

Today we test saltychat on onesync 64 slots and have problem with facial animation sync. Only who speak see animation, another players dont see facial animation. Also if radio tuned on second voice channel i need hold Caps + N for speak in channel, is it possible make Caps for talk to second channel without press N?

Thanks for great plugin.

BlackFlash5 commented 4 years ago

Did you update the script? With version 1.0.0+ we implemented a now command, which triggers talking state updates to the script: https://github.com/saltminede/saltychat-fivem/commit/e1eb87f47b09dee9576c81b6bd9aa8ae8be5b187 This update is mandatory for lip sync to work properly.

You have to press caps to send on the secondary channel, if you press caps and N, you send on primary and secondary channel: https://github.com/saltminede/saltychat-fivem/blob/master/saltychat/SaltyClient/VoiceManager.cs#L627