Upvote Upvoted 0 Downvote Downvoted
Lerp problem
posted in Q/A Help
1
#1
0 Frags +

Alright so my lerp was stuck at 30.3. I checked all of my cfg files and nothing was wrong. After that i changed my cfg to clockwork's cfg and my lerp was 35.0 first i wrote my lerp codes and it became 15.2 i was happy at first but when i was playing a casual game (i was not even in spectator) my lerp increased to 35.0. After that i verified my files but it said nothing was wrong. Checked the clockwork's autoexec and some of the commands were wrong. After finding the wrong commands and writing to the console again and fixing the autoexec i opened tf2 queud to a casual match clicked join the game and my game crashed.Please help me I will be leaving my lerp commands here:

What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

What tf2 sees:
cl_cmdrate 66
cl_interp 0.035000
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 1
cl_smoothtime 0.1
cl_updaterate 66
rate 70000

Alright so my lerp was stuck at 30.3. I checked all of my cfg files and nothing was wrong. After that i changed my cfg to clockwork's cfg and my lerp was 35.0 first i wrote my lerp codes and it became 15.2 i was happy at first but when i was playing a casual game (i was not even in spectator) my lerp increased to 35.0. After that i verified my files but it said nothing was wrong. Checked the clockwork's autoexec and some of the commands were wrong. After finding the wrong commands and writing to the console again and fixing the autoexec i opened tf2 queud to a casual match clicked join the game and my game crashed.Please help me I will be leaving my lerp commands here:

What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

What tf2 sees:
cl_cmdrate 66
cl_interp 0.035000
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 1
cl_smoothtime 0.1
cl_updaterate 66
rate 70000
2
#2
6 Frags +
syna
What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

If this is what you wrote into your autoexec then anything after the the double slashes (//) are not going to be read. Removing them should fix the problem.

[quote=syna]

What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000
[/quote]

If this is what you wrote into your autoexec then anything after the the double slashes (//) are not going to be read. Removing them should fix the problem.
3
#3
-1 Frags +

Remove all the "//", since those prevent the game from interpreting a line as a command.

Also you should just use mastercomfig; mastercomfig will handle the optimizations for you, and you can also customize settings easier.

I don't recommend creating your own performance mod; your performance mod may use outdated information, bad settings and UI (design), and might be unreliable.

Remove all the "//", since those prevent the game from interpreting a line as a command.

Also you should just use [url=https://mastercomfig.com/]mastercomfig[/url]; mastercomfig will handle the optimizations for you, and you can also customize settings easier.

I don't recommend creating your own performance mod; your performance mod may use outdated information, bad settings and UI (design), and might be unreliable.
4
#4
0 Frags +
AimIsADickRemove all the "//", since those prevent the game from interpreting a line as a command.

Also you should just use mastercomfig; mastercomfig will handle the optimizations for you, and you can also customize settings easier.

I don't recommend creating your own performance mod; your performance mod may use outdated information, bad settings and UI (design), and might be unreliable.
Maehemsyna
What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000

If this is what you wrote into your autoexec then anything after the the double slashes (//) are not going to be read. Removing them should fix the problem.

Man It's fixed now thank you guys both for helping me.

[quote=AimIsADick]Remove all the "//", since those prevent the game from interpreting a line as a command.

Also you should just use [url=https://mastercomfig.com/]mastercomfig[/url]; mastercomfig will handle the optimizations for you, and you can also customize settings easier.

I don't recommend creating your own performance mod; your performance mod may use outdated information, bad settings and UI (design), and might be unreliable.[/quote]
[quote=Maehem][quote=syna]

What i wrote in the autoexec:
//cl_cmdrate 66
//cl_interp 0.0152
//cl_interp_ratio 1
//cl_lagcompensation 1
//cl_pred_optimize 2
//cl_smooth 0
//cl_smoothtime 0.01
//cl_updaterate 66
//rate 60000
[/quote]

If this is what you wrote into your autoexec then anything after the the double slashes (//) are not going to be read. Removing them should fix the problem.[/quote]

Man It's fixed now thank you guys both for helping me.
Please sign in through STEAM to post a comment.