Voice chat in lineage 2?

fa1thDEV

Baron
Customer
As you can see, lately, the introduction of a voice chat approach was walking the generation in games, will it be possible to implement a chat approach mod, for those who see each other, can talk to each other (usually insult each other due to pvp xD), but I was investigating, although I don't know much about programming, is it possible using a ts3 server, using a voice sdk API, anyone has idea about this?
 
  • Like
Reactions: L2g
Even if possible, it will require a lot of time and money to implement, but I am also interested in getting more information.
 
As you can see, lately, the introduction of a voice chat approach was walking the generation in games, will it be possible to implement a chat approach mod, for those who see each other, can talk to each other (usually insult each other due to pvp xD), but I was investigating, although I don't know much about programming, is it possible using a ts3 server, using a voice sdk API, anyone has idea about this?
Already tried to integrate via MSN, but it ended up being completely removed from the client. Everything failed, each clan uses its own means of communication such as Discord or Teamspeak and etc.
MSN is a fairly open protocol. There is only one BUT! Microsoft closed this project - now is Skype

8f86a9aeb5ef873d678ef5908c9702cd.png
 
Last edited:
Already tried to integrate via MSN, but it ended up being completely removed from the client. Everything failed, each clan uses its own means of communication such as Discord or Teamspeak and etc.
MSN is a fairly open protocol. There is only one BUT! Microsoft closed this project - now is Skype

8f86a9aeb5ef873d678ef5908c9702cd.png
And it is not possible to integrate it through ts3, for example, pay our server and use it as a medium, I think that in minecraft through java, they have implemented a chat approach, when it was not possible to perform this action, I know it has nothing to do, but it is java and there are always relationships, the problem is how to implement it.

we should look for some API that is compatible with lucera, then replace the msg by some kind of menu, which allows you to mute your microphone, turn it on and / or get the voice chat server, to fight or talk to other players.

the second, is how to relate this, by means of a server configuration, that is to say, to put the port of your ts3 server or data of your discord server, the second option was used in the minecraft api, by means of those data they could give light to the voice chat.
 
And it is not possible to integrate it through ts3, for example, pay our server and use it as a medium, I think that in minecraft through java, they have implemented a chat approach, when it was not possible to perform this action, I know it has nothing to do, but it is java and there are always relationships, the problem is how to implement it.

we should look for some API that is compatible with lucera, then replace the msg by some kind of menu, which allows you to mute your microphone, turn it on and / or get the voice chat server, to fight or talk to other players.

the second, is how to relate this, by means of a server configuration, that is to say, to put the port of your ts3 server or data of your discord server, the second option was used in the minecraft api, by means of those data they could give light to the voice chat.
You need to dissect the client thoroughly. Then, integrate TeamSpeak 3 directly into the client and add packages to the client that will handle sound broadcasting in the game world. If this were already built into the client, I would implement it. Again, this is not simple work and requires considering many elements. It seems you have never dealt with broadcasting, especially audio or video. Under the hood, there are an incredible number of nuances and pitfalls.
 
  • Like
Reactions: L2g
Back
Top