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
- Create or log into a Unity Gaming Services account.
- Create a new project (e.g., "V Rising Server").
- In the project dashboard, navigate to Vivox -> Credentials.
- Keep this tab open; you will need the Token Issuer, Token Key, and Domain.
Step 2: Configure Server Settings
- Navigate to the
/settings/folder in your Supercraft File Manager. - If it doesn't exist, create a new file named
ServerVoipSettings.json. - 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
- Restart your V Rising Dedicated Server to apply the configuration.
- Launch V Rising and go to Options -> Sound.
- 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.