Jump to content
  • 0

Question

Posted (edited)

Hello , did anyone ever worked with some kind of system that allow players use microphone to speak in game ? 

 

I mean , java work maybe i can handle making chat over radius etc but can someone that know client edit tell me if there is something in the client about this thing ? thank you i would ask chat gpt but i need a client dev here maybe ?

Edited by LoVe+

8 answers to this question

Recommended Posts

  • 0
Posted
9 hours ago, LoVe+ said:

 

I've thought about this in the past, but I don't think it's feasible to do it the way the Lineage 2 client works, at least not for the older clients. However, there are definitely ways to implement a form of in-game communication, but not like how it's done in FiveM, for example.

 

I don't have the exact knowledge to answer with certainty, but I believe that the way to achieve this requires a lot of knowledge both in the client, where the client plays the biggest role as it is the primary source of every sound you receive but also give through the microphone, regardless of whether you hear from various sources, as well as good knowledge of Java to adjust many malfunctions and spam that may arise.

 

Also, regarding the chat GPT, it's important to value human opinion more than any other medium. I dislike this particular tool, and as long as it's not necessary in my life, I won't use it.

  • Like 1
  • 0
Posted

About ChatGPT .. i had a conversation with the thing and i asked him if i can connect hes api to my l2j project , and maybe if he use all packets to move etc he could join me raids , the thing said he would apreciate that but is difficult but not imposible .. jajaja he wanna play with us 

  • Haha 1
  • 0
Posted
54 minutes ago, LoVe+ said:

About ChatGPT .. i had a conversation with the thing and i asked him if i can connect hes api to my l2j project , and maybe if he use all packets to move etc he could join me raids , the thing said he would apreciate that but is difficult but not imposible .. jajaja he wanna play with us 

It should be possible theoretically xD, would be fun as fuck, for example, some dude is implementing chatgpt into a Skyrim mod to get infinite dialogues on NPCs and shit like that 

https://www.ign.com/articles/skyrim-mod-uses-chatgpt-and-other-ai-tools-to-give-npcs-a-memory-and-endless-things-to-say

About having a voice chat, i have no fuckin clue whatsoever, but i've seen some people come somewhere 'close' to that in other unreal engine games (like old unreal tournament, etc) https://ut99.org/viewtopic.php?t=5410
I have no idea about how hard it'd be to actually manage to implement something like this into L2's client, maybe someone from the reverse code team knows better 😛

  • 0
Posted (edited)

You need:
1. VOIP server. Witch will handle all logic about traffic routing and maybe mixing.
2. Client extender witch will let u:
- implement support for real-time streaming opus(library already linked to client) sound on character actor. This will let u create real in game voice chat, not discord clone
- receive needed data from voip server and play on character
- capture mic and send data to the voip server

Anyway it looks real. Even if play on char is not real, u can imitate surrounding sound by characters pos.

With needed knowledge it's about 1-2 weeks of work with using opensource.
I'm familiar with voip, but not with client extending(inject, hook and etc)

Edited by Projack
  • Like 1
  • Haha 1
  • Upvote 1
  • 0
Posted

I used voice chat before during events and PvP and it made coordination way easier. Just make sure everyone’s cool with talking and has a mic that doesn’t create noise.

  • 0
Posted

I tinkered with this idea once and found the client usually doesn’t have anything built-in for voice, so most people hook into an external VOIP layer and then tie it back into the game through proximity logic. It can get messy with codecs and bandwidth if you’re trying to keep it smooth. I tested something similar while messing around with a cloud auto dialer platform for work, and the way it handled audio streams reliably gave me a few ideas on how to structure it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock