Menu
 

Voice Chat Setup - V Rising Wiki

V Rising: Voice Chat (Vivox) Setup Guide

V Rising uses Vivox for its proximity-based voice chat. While highly immersive, setting it up requires creating a Unity Gaming Services account and configuring your server with specific credentials.

Step 1: Get Vivox Credentials

  1. Create or log into a Unity Gaming Services account.
  2. Create a new project (e.g., "V Rising Server").
  3. In the project dashboard, navigate to Vivox -> Credentials.
  4. Keep this tab open; you will need the Token Issuer, Token Key, and Domain.

Step 2: Configure Server Settings

  1. Navigate to the /settings/ folder in your Supercraft File Manager.
  2. If it doesn't exist, create a new file named ServerVoipSettings.json.
  3. Paste the following template and fill in your unique credentials:
{
  "VOIPEnabled": true,
  "VOIPIssuer": "YOUR_TOKEN_ISSUER",
  "VOIPSecret": "YOUR_TOKEN_KEY",
  "VOIPVivoxDomain": "YOUR_VIVOX_DOMAIN",
  "VOIPAPIEndpoint": "https://unity.vivox.com/appconfig/",
  "VOIPAppUserId": "",
  "VOIPAppUserPwd": "",
  "VOIPConversationalDistance": 14,
  "VOIPAudibleDistance": 40,
  "VOIPFadeIntensity": 2.0
}

Pro Tip: Ensure that VOIPAPIEndpoint includes your Token Issuer at the end if required by your specific Vivox version: https://unity.vivox.com/appconfig/YOUR_TOKEN_ISSUER.

Step 3: Enable in-game

  1. Restart your V Rising Dedicated Server to apply the configuration.
  2. Launch V Rising and go to Options -> Sound.
  3. Check the "Use Voice Chat" box.

Want to hear your enemies' screams? Host your V Rising server with Supercraft for high-performance proximity voice chat.

Top