How To Enable Voice Chat For Your V Rising Server
In this guide you will learn how to enable voice chat on your V Rising server. This comes in multiple parts as you need to upload files as well as setup a Unity Gaming Services Account. You will also need to know how to upload files to your game server..
Setup The Vivox DLLs
- Visit Unity Gaming Services and create a new account.
- From the Dashboard, click
Projects
and create a project. - After creating a project, click
Products
. - Search for
Vivox Voice and Text Chat
then click Launch. - Click
Overview
and thenNext
to go through the setup process. - Click
Packages & SDKs
and downloadCore Windows SDK
. - Extract the downloaded file and navigate to
\vivox-sdk\SDK\Libraries\Release\x64
- Using SFTP, upload the files to
/VRisingServer_data/Plugins/x86_64
overwriting any existing files.
Creating ServerVoipSettings.json
- Access the Game Host Bros Panel and select your V Rising server.
- Go to
System > Console
and Stop your server. - Click on
Management > File Manager.
- Navigate to
save-data/Settings
- Create a blank file called
ServerVoipSettings.json
and add the section below.
{ "VOIPEnabled": true, "VOIPIssuer": "", "VOIPSecret": "", "VOIPAppUserId": "", "VOIPAppUserPwd": "", "VOIPVivoxDomain": "", "VOIPAPIEndpoint": "", "VOIPConversationalDistance": 14, "VOIPAudibleDistance": 40, "VOIPFadeIntensity": 2.0}
Getting your Vivox credentials
- In the left-hand side bar of the Vivox Voice and Text Chat product click
Credentials
. - Edit your
ServerVoiceSettings.json
file with the credentials provided.- VOIPIssuer = Token Issuer
- VOIPSecret = Token Key
- VOIPVivoxDomain = Domain
- VOIPAPIEndpoint = Server
- The rest of the settings can remain blank and default.
- Restart your server.
Enable Voice in your V Rising Settings
- Open V Rising.
- Navigate to
Options > Sound
. - Make sure
Use Voice Chat
is enabled.
If you get stuck at any time, just reach out to a bro on Discord or just use Discord for your voice chat.