Lethal Company

Lethal Company

kayusoft May 6, 2024 @ 10:01am
Tech Behind In Game Voice Chat
Does someone know which plugin, service ..etc is implemented for in game voice chat in Lethal Company. Have they used Steam Relay servers to transmit voice data? Have they used their own servers or a third party services?
< >
Showing 1-2 of 2 comments
Tera May 6, 2024 @ 9:13pm 
It's Dissonance VOIP, it can be found in the game's plugins file if you extract the game's assets. Idk what you want to do with this info, but here you go. It's also a third party service.

Docs: https://placeholder-software.co.uk/dissonance/docs/index.html#dissonance-voip
Unity store page: https://assetstore.unity.com/packages/tools/audio/dissonance-voice-chat-70078

For network integration, Lethal Company use the Unity Netcode For GameObjects. So if you want to use the same network system you also need to install that store page package below too.

Unity store page: https://assetstore.unity.com/packages/tools/integration/dissonance-for-netcode-for-gameobjects-206514

or use a different network integration.

Other network integrations: https://placeholder-software.co.uk/dissonance/docs/Basics/Choosing-A-Network.html
Last edited by Tera; May 6, 2024 @ 9:23pm
kayusoft May 7, 2024 @ 4:55am 
Originally posted by Tera:
It's Dissonance VOIP, it can be found in the game's plugins file if you extract the game's assets. Idk what you want to do with this info, but here you go. It's also a third party service.

Docs: https://placeholder-software.co.uk/dissonance/docs/index.html#dissonance-voip
Unity store page: https://assetstore.unity.com/packages/tools/audio/dissonance-voice-chat-70078

For network integration, Lethal Company use the Unity Netcode For GameObjects. So if you want to use the same network system you also need to install that store page package below too.

Unity store page: https://assetstore.unity.com/packages/tools/integration/dissonance-for-netcode-for-gameobjects-206514

or use a different network integration.

Other network integrations: https://placeholder-software.co.uk/dissonance/docs/Basics/Choosing-A-Network.html

Hi Tera.
Thank you so much for your answer. I am working on my game which needs a voice chat system smilar to Lethal Company. And i was hoping that they are not transmitting voice data over some external service / server. So it's good news for me. Because, I am also using NGO + Steam Relay combination for my game. I will check Dissonance VOIP :steamthumbsup:
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: May 6, 2024 @ 10:01am
Posts: 2