Search found 7 matches

by step
Wed Nov 03, 2010 10:16 am
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

Re: KAC is not taking actions in cvars added with kac_addcva

Yes, but why not specify what convar is corrupted?
by step
Wed Nov 03, 2010 6:54 am
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

Re: KAC is not taking actions in cvars added with kac_addcva

I see. But wouldn't be more useful for the client if the messages was something like "the value for cvar should be between 20 and 30"?
by step
Tue Nov 02, 2010 6:50 am
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

Re: KAC is not taking actions in cvars added with kac_addcva

I tested now with:
kac_addcvar cl_cmdrate between kick 20 30
kac_addcvar cl_updaterate between kick 20 30

And on my client:
cl_cmdrate +1
cl_updaterate +1

Result:
Disconnect: Your client has become corrupted. Please restart your game before reconnecting.
by step
Tue Nov 02, 2010 6:40 am
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

Re: KAC is not taking actions in cvars added with kac_addcva

I tested this now and it's actually working. I think the problem is that it took KAC too long to do something when I previously tested it.
I used kac_cvars_status to check it, and it was processing 1 request per second, of a total of 58 requests.
by step
Sat Sep 25, 2010 9:00 pm
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

Re: KAC is not taking actions in cvars added with kac_addcva

No, that was just an example to show that it's not working.
I'm using it in L4D2, and the cvars I want to block are:

kac_addcvar c_thirdpersonshoulder equal kick 0
kac_addcvar mat_hdr_level equal kick 2
by step
Sat Sep 25, 2010 12:25 pm
Forum: Bugs
Topic: KAC is not taking actions in cvars added with kac_addcvar
Replies: 12
Views: 42317

KAC is not taking actions in cvars added with kac_addcvar

I already posted this on AM ( https://forums.alliedmods.net/showthread.php?t=134101 ), but since the KAC section there is closed, I decided to post here hoping it still gets fixed. I don't know why this is happening, but I tried in L4D2 and CS:S dedicated servers, and kac_addcvar doesn't seem to wor...