Advertisement
Guest User

Untitled

a guest
May 28th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. /////////////////////////////////////
  2. //Crosshair Settings
  3.  
  4. cl_crosshairalpha "255"
  5. cl_crosshaircolor "5"
  6. cl_crosshaircolor_b "255"
  7. cl_crosshaircolor_r "255"
  8. cl_crosshaircolor_g "255"
  9. cl_crosshairdot "0"
  10. cl_crosshairgap "-2"
  11. cl_crosshairsize "3"
  12. cl_crosshairstyle "4"
  13. cl_crosshairusealpha "1"
  14. cl_crosshairthickness "1"
  15. cl_fixedcrosshairgap "-2"
  16. cl_crosshair_outlinethickness "1"
  17. cl_crosshair_drawoutline "1"
  18.  
  19. ////////////////////////////////////
  20. //Network and Interpolation Settings
  21.  
  22. rate 80000 // def. 80000 - Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE OR A PUPPY DIES!
  23. cl_cmdrate 128 // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS!
  24. 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
  25. cl_interp 0 // def. 0 - DO NOT CHANGE THIS OR A KITTY DIES!
  26. cl_interp_ratio 2 // def. 2 - Ratio of interpolation Time. cl_interp_ratio : cl_updaterate = cl_interp -> lerp in ms
  27.  
  28. // Recommended Settings if cmdrate equal updaterate:
  29. // interp_ratio 2 updaterate 64 = 31.25 ms lerp - Public @ fps<128
  30. // interp_ratio 2 updaterate 128 = 15.625 ms lerp - Public @ fps>128
  31. // interp_ratio 1 updaterate 64 = 15.625 ms lerp - Competitive @ fps<128
  32. // interp_ratio 1 updaterate 128 = 7.8125ms lerp - Competitive @ fps>128
  33.  
  34. ////////////////////////////////////
  35. //Buy script
  36.  
  37. bind "kp_ins" "buy defuser; buy vesthelm; buy smokegrenade; buy hegrenade; buy flashbang; buy flashbang;"
  38. bind "kp_end" "buy awp; buy vesthelm;"
  39. bind "kp_downarrow" "buy xm1014; buy deagle;"
  40. bind "kp_del" "buy defuser; buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade;"
  41. bind "kp_enter" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy hegrenade;"
  42. bind "kp_pgdn" "buy p90; buy deagle; buy vesthelm; buy defuser; buy hegrenade;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement