We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FAQ says the following
To play a track in a CS:S or TF2 server, the server must have "sv_allow_voice_from_file" set to "1" and "sv_use_steam_voice" set to "0".
However, the sv_use_steam_voice seems to be deprecated and replaced by sv_voicecodec according to Valve
sv_use_steam_voice
sv_voicecodec
https://developer.valvesoftware.com/wiki/List_of_TF2_console_commands_and_variables
That's why I was wondering if they could update the guide to properly set up a TF2 server to use SLAM
The text was updated successfully, but these errors were encountered:
I seems to enable SLAM in my server, these 2 convars should be enabled on server.cfg
server.cfg
sv_use_steam_voice 0 sv_voicecodec vaudio_celt_high
sv_use_steam_voice 0
sv_voicecodec vaudio_celt_high
Sorry, something went wrong.
No branches or pull requests
The FAQ says the following
However, the
sv_use_steam_voice
seems to be deprecated and replaced bysv_voicecodec
according to Valvehttps://developer.valvesoftware.com/wiki/List_of_TF2_console_commands_and_variables
That's why I was wondering if they could update the guide to properly set up a TF2 server to use SLAM
The text was updated successfully, but these errors were encountered: