rate 80000 // def. 80000 - Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE OR A PUPPY DIES!
cl_cmdrate 128 // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS!
cl_updaterate 128 // def. 64 - Maximum number of Update Packets per second, received from the Server. Gets adjusted by the Servers TickRate if TR<cl_updaterate
cl_interp 0 // def. 0 - DO NOT CHANGE THIS OR A KITTY DIES!
cl_interp_ratio 2 // def. 2 - Ratio of interpolation Time. cl_interp_ratio : cl_updaterate = cl_interp -> lerp in ms
// Recommended Settings if cmdrate equal updaterate:
// interp_ratio 2 updaterate 64 = 31.25 ms lerp - Public @ fps<128
// interp_ratio 2 updaterate 128 = 15.625 ms lerp - Public @ fps>128
// interp_ratio 1 updaterate 64 = 15.625 ms lerp - Competitive @ fps<128
// interp_ratio 1 updaterate 128 = 7.8125ms lerp - Competitive @ fps>128