Lerp Control

Post your support questions here. Please search before asking a question.
coach
Posts: 87
Joined: Fri Jul 31, 2009 5:46 am
Location: Melbourne, Victoria, Australia
Contact:

Lerp Control

Post by coach »

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.
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Lerp Control

Post by Kigen »

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".
Image
coach
Posts: 87
Joined: Fri Jul 31, 2009 5:46 am
Location: Melbourne, Victoria, Australia
Contact:

Re: Lerp Control

Post by coach »

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.
Pablo
Posts: 37
Joined: Thu Mar 18, 2010 5:57 pm

Re: Lerp Control

Post by Pablo »

hm, wouldn't cl_interp .1 make lerp 100? cl_interp 100 would be like 100,000 or something?
coach
Posts: 87
Joined: Fri Jul 31, 2009 5:46 am
Location: Melbourne, Victoria, Australia
Contact:

Re: Lerp Control

Post by coach »

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.
Pablo
Posts: 37
Joined: Thu Mar 18, 2010 5:57 pm

Re: Lerp Control

Post by Pablo »

Well, adding cvars has always confused me, but try "less" instead of greater im gonna try too
coach
Posts: 87
Joined: Fri Jul 31, 2009 5:46 am
Location: Melbourne, Victoria, Australia
Contact:

Re: Lerp Control

Post by coach »

All sorted & working.

kac_addcvar cl_interp less kick 0.1

I know have some control over client's lerp settings. :D ;)

This allows default lerp of 100 or less.
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: Lerp Control

Post by Kigen »

kac_addcvar cl_interp bound kick 0 100
Image
lhffan
Translator
Posts: 100
Joined: Fri Aug 01, 2008 6:19 am

Re: Lerp Control

Post by lhffan »

Why not allow high lerp settings?
Pablo
Posts: 37
Joined: Thu Mar 18, 2010 5:57 pm

Re: Lerp Control

Post by Pablo »

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.
Post Reply