fast weapon switch/aim scripts detection?

Discuss things relating to this site or the community at large here.
Post Reply
User avatar
Enemy1
Posts: 1
Joined: Mon Nov 23, 2009 5:16 pm

fast weapon switch/aim scripts detection?

Post by Enemy1 »

Hi !

We are running some dayofdefeat:source servers and have noticed that we have some players that is using scripts to switch+aim on our servers.
I did search and did find one post from 2009 when this option was turned down.
And we do know that scripts are allowed by ESL rules, but in a realism gameplay as dods is this is altering gameplay and we dont want that on ours servers.

We have tested with lowering kac_cmds_spam down to only 2 commands, but it was kicking for stupid things and we added thouse to kac_addignorecmd.
it still kicked alot and now I have

kac_cmds_spam "30"
kac_addignorecmd vban
kac_addignorecmd drop
kac_addignorecmd spec_next
kac_addignorecmd spec_prev
kac_addignorecmd spec_mode
kac_addignorecmd kill

Is it possible to make KAC check for thouse scripts we are after ?
Or is it possible to add commands that it would check for ?

Its a lot of complains and people are getting angry at each other ... we even have admins that is accusing one and another of cheating .. its not good :cry:
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: fast weapon switch/aim scripts detection?

Post by Kigen »

Well, I was figuring on adding a weight system to the command spam system. So that certain commands could carry more weight than others and thus trigger a kick sooner if a person were spamming certain commands.

Anyway, do you have a copy of the script in question? I would like to see it to know how it works and such.
Image
coach
Posts: 87
Joined: Fri Jul 31, 2009 5:46 am
Location: Melbourne, Victoria, Australia
Contact:

Re: fast weapon switch/aim scripts detection?

Post by coach »

In the meantime you could try a server command that might work for some scripts. A lot of scripts use the "wait" command so try this in your server.cfg:

sv_allow_wait_command 0
User avatar
nightrider
Community Moderator
Posts: 878
Joined: Thu Oct 08, 2009 2:38 am
Location: under a rock

Re: fast weapon switch/aim scripts detection?

Post by nightrider »

Interesting ... thanks Coach
Post Reply