syna
Account Details
SteamID64 76561198333835692
SteamID3 [U:1:373569964]
SteamID32 STEAM_0:0:186784982
Country Turkey
Signed Up November 18, 2021
Last Posted November 19, 2021 at 2:55 AM
Posts 2 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#4 Lerp problem in Q/A Help
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.

posted about 2 years ago
#1 Lerp problem in Q/A Help

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

posted about 2 years ago