Kigen just wondering if KAC is capable of controlling client lerp settings. I am wanting to set a max limit allowed on my comp servers. Would this be correct:
kac_addcvar cl_interp greater kick 100
If not can you post the correct setting that would be needed.
Lerp Control
-
- Site Admin
- Posts: 1496
- Joined: Sat Jun 07, 2008 11:08 am
- Location: Right behind you....
- Contact:
Re: Lerp Control
Yes, KAC can scan the lerp CVar and kick if its out of a certain range.
If your wanting to set 100 as the max then your comparison needs to be "less".
If your wanting to set 100 as the max then your comparison needs to be "less".
Re: Lerp Control
Not quite positive on your meaning Kigen. I am wanting a minimum lerp of 0 with a max of 100. Anything over 100 should receive a kick from the server. So what should the exact KAC command be to accomplish that?
Many thanks. A donation is forthcoming for the great work that you do here.
Many thanks. A donation is forthcoming for the great work that you do here.
Re: Lerp Control
hm, wouldn't cl_interp .1 make lerp 100? cl_interp 100 would be like 100,000 or something?
Re: Lerp Control
My mistake in the original post Pablo. You are correct.
I tried : kac_addcvar cl_interp greater kick 0.1
It said that it added it but I was still able to join the server with cl_interp 0.2 which gave me a lerp of 200.
I tried : kac_addcvar cl_interp greater kick 0.1
It said that it added it but I was still able to join the server with cl_interp 0.2 which gave me a lerp of 200.
Re: Lerp Control
Well, adding cvars has always confused me, but try "less" instead of greater im gonna try too
Re: Lerp Control
All sorted & working.
kac_addcvar cl_interp less kick 0.1
I know have some control over client's lerp settings.

This allows default lerp of 100 or less.
kac_addcvar cl_interp less kick 0.1
I know have some control over client's lerp settings.


This allows default lerp of 100 or less.
Re: Lerp Control
Why not allow high lerp settings?
Re: Lerp Control
Ive read through http://developer.valvesoftware.com/wiki ... Networking that about 15 times, but it still confuses me. im just testing different setting still. so idk.