Upvote Upvoted 6 Downvote Downvoted
cl_interp at 0
1
#1
5 Frags +

It seems setting cl_interp 0 actually puts it at 0 now for me. Does this work for anyone else?

It seems setting cl_interp 0 actually puts it at 0 now for me. Does this work for anyone else?
2
#2
0 Frags +

Yeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked wonders for my sniper and scout play. You can actually aim at heads and headshot with that interp now.

Yeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked [b]wonders[/b] for my sniper and scout play. You can actually aim at heads and headshot with that interp now.
3
#3
-2 Frags +

cl_interp 0 + cl_interp_ratio 0 -> interp 0 ms
cl_interp 0 + cl_interp_ratio > 0 -> interp > 0 ms

cl_interp 0 + cl_interp_ratio 0 -> interp 0 ms
cl_interp 0 + cl_interp_ratio > 0 -> interp > 0 ms
4
#4
3 Frags +
DeepYeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked wonders for my sniper and scout play. You can actually aim at heads and headshot with that interp now.

that interp value is soooo 'specific', how did you find it? I mean, it looks like you were months trying to find it.

[quote=Deep]Yeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked [b]wonders[/b] for my sniper and scout play. You can actually aim at heads and headshot with that interp now.[/quote]
that interp value is soooo 'specific', how did you find it? I mean, it looks like you were months trying to find it.
5
#5
3 Frags +
DKDeepYeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked wonders for my sniper and scout play. You can actually aim at heads and headshot with that interp now.that interp value is soooo 'specific', how did you find it? I mean, it looks like you were months trying to find it.

When I tried to put my cl_interp to 0 one day it instead defaulted to 0.001425, I have no idea why. After I restarted tf2 and changed my interp it could go back down to 0 again and has been since. So I just put that interp in my autoexec and it's great.

[quote=DK][quote=Deep]Yeah, it worked for me as well. cl_interp 0 sucked for me. For some reason I found that setting my cl_interp to 0.001425 worked [b]wonders[/b] for my sniper and scout play. You can actually aim at heads and headshot with that interp now.[/quote]
that interp value is soooo 'specific', how did you find it? I mean, it looks like you were months trying to find it.[/quote]

When I tried to put my cl_interp to 0 one day it instead defaulted to 0.001425, I have no idea why. After I restarted tf2 and changed my interp it could go back down to 0 again and has been since. So I just put that interp in my autoexec and it's great.
6
#6
2 Frags +

FYI the time between two updates is 0.015152 seconds, there's no interpolation done when only one packet is within the interp time.

FYI the time between two updates is 0.015152 seconds, there's no interpolation done when only one packet is within the interp time.
7
#7
FACEIT
4 Frags +
Setsulcl_interp 0 + cl_interp_ratio 0 -> interp 0 ms
cl_interp 0 + cl_interp_ratio > 0 -> interp > 0 ms

You should never do this because the client and server code don't match :
If cl_interp_ratio = 0, client considers 0, server considers 1
(can be seen in the Source SDK)
This means the server will apply the interpolation delay in the lag compensation code, while you don't have it on your client. You end up having a bad registry.

[quote=Setsul]cl_interp 0 + cl_interp_ratio 0 -> interp 0 ms
cl_interp 0 + cl_interp_ratio > 0 -> interp > 0 ms[/quote]

You should never do this because the client and server code don't match :
If cl_interp_ratio = 0, client considers 0, server considers 1
(can be seen in the Source SDK)
This means the server will apply the interpolation delay in the lag compensation code, while you don't have it on your client. You end up having a bad registry.
8
#8
17 Frags +

sooo what should I set my interp to..

sooo what should I set my interp to..
9
#9
2 Frags +
BLoodSiresooo what should I set my interp to..

The eternal question.

[quote=BLoodSire]sooo what should I set my interp to..[/quote]

The eternal question.
10
#10
8 Frags +

weird I was under the impression that 0 just allowed the server to set your interp however it wanted.

weird I was under the impression that 0 just allowed the server to set your interp however it wanted.
11
#11
5 Frags +

0 for cl_inerp will set it to the servers lowest, I have no idea what setting interp_ratio to 0 will do, I never mess with interp_ratio

why do I never mess with interp_ratio? Should I? What cl_interp_ratio should I use? This is important, please help

0 for cl_inerp will set it to the servers lowest, I have no idea what setting interp_ratio to 0 will do, I never mess with interp_ratio

why do I never mess with interp_ratio? Should I? What cl_interp_ratio should I use? This is important, please help
12
#12
0 Frags +
BLoodSire0 for cl_inerp will set it to the servers lowest, I have no idea what setting interp_ratio to 0 will do, I never mess with interp_ratio

why do I never mess with interp_ratio? Should I? What cl_interp_ratio should I use? This is important, please help

It is solely a multiplier for cl_interp, just keep it at 1 and only adjust cl_interp. I've been on a decent amount of servers that restrict cl_interp_ratio to one (idk why) but have never encountered servers restricting cl_interp.

[quote=BLoodSire]0 for cl_inerp will set it to the servers lowest, I have no idea what setting interp_ratio to 0 will do, I never mess with interp_ratio

why do I never mess with interp_ratio? Should I? What cl_interp_ratio should I use? This is important, please help[/quote]

It is solely a multiplier for cl_interp, just keep it at 1 and only adjust cl_interp. I've been on a decent amount of servers that restrict cl_interp_ratio to one (idk why) but have never encountered servers restricting cl_interp.
Please sign in through STEAM to post a comment.