A mod and SSMP addon that implements voice chat between players.
Make sure that you have OpenAL installed. It's a library program that facilitates recording and playing audio (positionally). To install it:
SSMP.VoiceChat needs to be installed on both the server and the client.
If you host from in-game, simply install the mod and start hosting.
To install it on your client, you should put the contents of the SSMP.VoiceChat.zip in your Plugins/ folder,
such that you have the folder Plugins/SSMP.VoiceChat/ with the file SSMPVoiceChat.dll in it (and a bunch of others).
The mods folder can be found in your steam installation (Beware that these are the default locations. Your install may be in a different location):
C:\Program Files (x86)\Steam\steamapps\common\Hollow Knight Silksong\BepInEx\plugins\~/Library/Application Support/Steam/steamapps/common/Hollow Knight Silksong/BepInEx/plugins/,~/.local/share/Steam/steamapps/common/Hollow Knight Silksong/BepInEx/plugins/If you are hosting a standalone server, make sure to add the following files/directories to the server directory
(these are included in the .zip file):
SSMPVoiceChat.dllSSMPVoiceChat.pdbNatives/OpenTK.dllOpenTK.dll.configConfiguration for most things, such as selecting a microphone or a speaker, are located in the BepInEx config. You can use BepInEx Config Manager or ModMenu to access these settings.
Note that the list of devices can't be reloaded in-game. If you change your system's default mic/speaker, or plug one in, you'll need to relaunch the game to use it.
/vcc mute : Toggle mute your voice chat, such that other can(not) hear you./vcc devices <mics|speakers> : Lists the available microphones or speakers that can be used with voice chat. The IDs given in the output can be used in the mod configuration.There is an indicator in the upper left of the HUD that shows your current microphone status.
/vcc mute.For the server configuration you can use the commands below. Please note that these commands require the sender to be authorized in order to execute them.
/vcs set <setting name> [value] : Get or set the value of a voice chat server setting. The following settings can be used (along with their function):
proximity_based_volume (aliases: proximity, prox): Whether the volume and position of voice chat should be based on the proximity of the source and listener.team_voices_globally (aliases: teamglobal, teamglobally): Whether to hear your team's voices globally independent of proximity or scenes.team_voices_only (aliases: teamonly): Whether to hear only your team's voices and not other teams, even if they are in the same scene or in close proximity./vcs broadcast : Toggle broadcasting your voice chat to the entire server.SSMP Voice Chat works using a few libraries to facilitate voice chat:
SSMP Voice Chat uses the SSMP API to network audio data and the server addon takes care of delivering the audio to the correct clients based on the server configuration.