Guest User

Untitled

a guest
Mar 7th, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. I'm not experiencing any rubber banding. Here are my net code settings, give them a shot:
  2. cl_cmdrate "128" // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS!
  3. cl_interp "0" // def. 0 - DO NOT CHANGE THIS OR A KITTY DIES!
  4. cl_interp_ratio "1" // def. 2 - Ratio of interpolation Time. cl_interp_ratio : cl_updaterate = cl_interp -> lerp in ms
  5. cl_forcepreload "1" // def. 0 - Force Data to preload into cache
  6. cl_lagcompensation "1"
  7. cl_predictweapons "1"
  8. cl_resend "2" // def. 6 min. 1.5 max. 20 - Seconds before sending a new connection request to the server.
  9. cl_resend_timeout "6" // def. 60 min. 1.5 max. 20000 - Total time allowed for the client to resend the 'connect' attempt
  10. cl_timeout "30"
  11. 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
  12. net_maxroutable "1260"
  13. rate "128000" // def. 60000; Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE. This should be your Internet Download Speed in Bytes. Do not use your max Download Speed if others use your network
Advertisement
Add Comment
Please, Sign In to add comment