Raised This Month: $51 Target: $400
 12% 

ConVar Checker question


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jackliu92
Senior Member
Join Date: Aug 2006
Old 12-24-2011 , 03:30   ConVar Checker question
Reply With Quote #1

First question is if I enforced a cvar for example:
Code:
"sv_use_steam_voice" = "0" ( def. "1" )
- Enable/disable using Steam Voice instead of the old voice codec (if enabled, voice_inputfromfile will no longer function).
 
"sv_allow_voice_from_file" = "0"
 replicated
 - Allow or disallow clients from using voice_inputfromfile on this server.
 
"voice_inputfromfile" = "0"
 - Get voice input from 'voice_input.wav' rather than from the microphone.
The some of the default is 1, but i wanted to enforce it to 0, but all the clients have 1 as default, will everone get kick because they have 1? or the plugin will try to reset this cvar to 0 but if failed then kick/ban/mute or w/e???


Also, if you have a better suggestion about keeping mic spammer away please reply! Thank you!
__________________

Last edited by jackliu92; 12-24-2011 at 04:01.
jackliu92 is offline
DataStorm
Junior Member
Join Date: Jan 2011
Old 01-02-2012 , 01:22   Re: ConVar Checker question
Reply With Quote #2

sv_* convars are server side convars, no need to monitor them or set them at clients because the clients will read those of the server, and act accordingly.
You only have to set those convars on your server.

the voice_inputfromfile var is clientside, I guess you can go protect that one, its default 0, so most wont notice, but the ones that try to use that.

I know there is somewhere a HLDJ protection plugin, did you have a look at that?
DataStorm is offline
Despirator
Senior Member
Join Date: Jun 2011
Location: Kazakhstan ->Shymkent
Old 01-02-2012 , 06:03   Re: ConVar Checker question
Reply With Quote #3

but sv_cheats is monitored
Despirator is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 01-05-2012 , 19:56   Re: ConVar Checker question
Reply With Quote #4

Quote:
Originally Posted by DataStorm View Post
sv_* convars are server side convars, no need to monitor them or set them at clients because the clients will read those of the server, and act accordingly.
You only have to set those convars on your server.

the voice_inputfromfile var is clientside, I guess you can go protect that one, its default 0, so most wont notice, but the ones that try to use that.

I know there is somewhere a HLDJ protection plugin, did you have a look at that?

Yea, I did look at that, the author told me that the plugin is no longer supported. He uses sv_allow_voice_from_file 0 instead.

Quote:
Originally Posted by Despirator View Post
but sv_cheats is monitored
Yes, sv_cheats is monitored. So I guess users can use 3rd program to force a sv_ cvar? Maybe it is necessary to add it to the protection list.
__________________

Last edited by jackliu92; 01-05-2012 at 19:58.
jackliu92 is offline
em-eukal
Member
Join Date: Sep 2009
Old 01-15-2012 , 16:26   Re: ConVar Checker question
Reply With Quote #5

Checking sv_cheats is useless.
If I'm wrong please tell me the truth ;)
em-eukal is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-15-2012 , 17:13   Re: ConVar Checker question
Reply With Quote #6

Quote:
Originally Posted by em-eukal View Post
Checking sv_cheats is useless.
If I'm wrong please tell me the truth ;)
You are wrong and here truth: You are wrong.
__________________
Do not Private Message @me
Bacardi is offline
TwOzCaR
Senior Member
Join Date: Jul 2010
Old 01-15-2012 , 19:32   Re: ConVar Checker question
Reply With Quote #7

Quote:
Originally Posted by em-eukal View Post
Checking sv_cheats is useless.
If I'm wrong please tell me the truth ;)
its possible via certain hacks or 3rd party programs to have sv_cheats at 1 even if the server is 0.

so yes you are wrong
__________________

kindly regards SMAC Team. TwOzCaR
TwOzCaR 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 08:19.


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