Raised This Month: $32 Target: $400
 8% 

[TF2] tf_max_voice_speak_delay not existing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HelpMe
Senior Member
Join Date: Jun 2013
Location: Home
Old 10-21-2017 , 19:00   [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #1

For what I've found is that this command is a sourcemod command. Is it just me or does this cvar not work after the update?
HelpMe is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 10-21-2017 , 19:01   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #2

It's an engine command marked as development only.

Remove the flag or use sm_cvar to edit it.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop is offline
HelpMe
Senior Member
Join Date: Jun 2013
Location: Home
Old 10-21-2017 , 19:08   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #3

Quote:
Originally Posted by nosoop View Post
It's an engine command marked as development only.

Remove the flag or use sm_cvar to edit it.
I already used sm_cvar
HelpMe is offline
HelpMe
Senior Member
Join Date: Jun 2013
Location: Home
Old 10-21-2017 , 19:20   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #4

I can see the value can be changed, but I can't spam voice commands like I used to
HelpMe is offline
DarkPyro
Member
Join Date: Aug 2013
Old 10-24-2017 , 00:56   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #5

i can confirm after the inferno update that this is no longer working. the cvar may exist but the actual delay isn't affected anymore (u can sort of hear it spamming very quick in the beginning but the delay catches up, it's weird), kinda makes me sad, along with a lot of people in my community as this was their favorite thing to do, albeit obnoxious lol
__________________


DarkPyro is offline
HelpMe
Senior Member
Join Date: Jun 2013
Location: Home
Old 11-11-2017 , 10:54   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #6

I found this https://github.com/sigsegv-mvm/TFMax...DelayUnlimiter

Thanks to sigsegv!
HelpMe is offline
Lexons
Junior Member
Join Date: Nov 2017
Old 11-11-2017 , 16:32   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #7

This is the exact problem i'm having on my server!

One quick question, I'm a bit new to Source Extensions, Is there a install/compile instruction I could use by any chance?

I'd love to be able to...
you know...
Pootis Pootis Pootis Pootis
Again
Lexons is offline
HelpMe
Senior Member
Join Date: Jun 2013
Location: Home
Old 11-12-2017 , 02:57   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #8

Quote:
Originally Posted by Lexons View Post
This is the exact problem i'm having on my server!

One quick question, I'm a bit new to Source Extensions, Is there a install/compile instruction I could use by any chance?

I'd love to be able to...
you know...
Pootis Pootis Pootis Pootis
Again
Okay so just go to the releases https://github.com/sigsegv-mvm/TFMax...miter/releases

And then download win for windows or linux (not the sourcecode). The two files should be extracted to tf\addons\sourcemod\extensions. Nothing more. sm_cvar tf_max_voice_speak_delay -1 will work again.
HelpMe is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 11-12-2017 , 03:14   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #9

Huh, didn't notice TF2 enforced a minimum now. I should probably track changes for those. (Why the heck would Valve add a limit for that, though?)

For a more general solution, I wrote up ConVar Configs a while ago to manipulate cvar flags and to (un)set bounds on values.
You could download that and add the following to the config to unrestrict it:

Code:
"tf_max_voice_speak_delay"
{
	"minimum"	"none"
	"flags"
	{
		"developmentonly"	"0"
		"cheat"			"0"
	}
}
Useful for (un)locking other ConVars, too.
Though if all you need is tf_max_voice_speak_delay, sigsegv's solution has fewer steps.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop is offline
armouredxerxes
Junior Member
Join Date: Oct 2015
Old 11-12-2017 , 08:11   Re: [TF2] tf_max_voice_speak_delay not existing
Reply With Quote #10

Quote:
Originally Posted by HelpMe View Post
This made my day, thanks. My server just wouldn't be right without voice command spam.
armouredxerxes is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode