Menu
 

Voice Chat Setup - V Rising Wiki

V Rising: Voice Chat (Vivox) Setup

V Rising uses Vivox for proximity voice chat. To enable it on a dedicated server, you must create Vivox credentials in Unity Gaming Services and add them to ServerVoipSettings.json.

Step 1: Create Vivox Credentials

  1. Create a Unity Gaming Services project.
  2. Enable Vivox for the project.
  3. Copy your Issuer, Secret Key, and Domain.

Step 2: Create ServerVoipSettings.json

Create the file in your server settings folder (commonly save-data/Settings on dedicated servers):

{
  "VOIPEnabled": true,
  "VOIPIssuer": "YOUR_ISSUER",
  "VOIPSecret": "YOUR_SECRET",
  "VOIPVivoxDomain": "YOUR_DOMAIN",
  "VOIPAPIEndpoint": "https://unity.vivox.com/appconfig/",
  "VOIPConversationalDistance": 14,
  "VOIPAudibleDistance": 40,
  "VOIPFadeIntensity": 2.0
}

Note: Some hosts require uploading Vivox plugin files to /VRisingServer_Data/Plugins/x86_64/ before voice chat will work. Follow your host's instructions if required.

Step 3: Restart & Enable In-Game

  1. Restart the V Rising server.
  2. In-game, enable voice chat in the audio settings.

Troubleshooting

No voice chat in-game

Confirm VOIPEnabled is true and your credentials match the Unity project.

Voice chat only works for some players

Make sure everyone has voice chat enabled in their client settings.

Want hands-free coordination? Host your V Rising server with Supercraft for optimized Vivox support.

Top