Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. // FPS & Network (20-60 ping, official valve servers -64 tick)//
  2.  
  3. fps_max "250"
  4. rate "128000"
  5. cl_interp "0.015625"
  6. cl_interp_ratio "2"
  7. cl_interpolate "1"
  8. cl_updaterate "64"
  9. cl_cmdrate "64"
  10.  
  11. // View Model //
  12.  
  13. cl_bob_lower_amt "10"
  14. cl_bobamt_vert ".1"
  15. cl_bobamt_lat ".1"
  16. cl_bobcycle ".10"
  17. cl_viewmodel_shift_right_amt ".25"
  18. cl_viewmodel_shift_left_amt ".5"
  19. viewmodel_fov "68"
  20. viewmodel_presetpos "3"
  21. viewmodel_offset_x "2.5"
  22. viewmodel_offset_y "0"
  23. viewmodel_offset_z "-1.5"
  24.  
  25. // Radar //
  26. cl_radar_always_centered "0"
  27. cl_radar_icon_scale_min "0.4"
  28. cl_radar_rotate "1"
  29. cl_radar_scale "0.5"
  30. hud_scaling ".88"
  31.  
  32. // Mouse //
  33.  
  34. sensitivity "5"
  35. m_customaccel "0"
  36. m_customaccel_max "0"
  37. m_mouseaccel1 "0"
  38. m_mouseaccel2 "0"
  39. m_rawinput "1"
  40.  
  41. // Crosshair //
  42.  
  43. cl_crosshairstyle "4"
  44. cl_crosshairdot "0"
  45. cl_crosshairsize "3"
  46. cl_crosshairgap "0"
  47. cl_crosshairthickness "1"
  48. cl_crosshair_drawoutline "1"
  49. cl_crosshair_outlinethickness "1"
  50. cl_crosshaircolor "4"
  51. cl_crosshaircolor_b "255"
  52. cl_crosshaircolor_g "255"
  53. cl_crosshaircolor_r "255"
  54. cl_crosshairalpha "255"
  55. cl_crosshairusealpha "1"
  56.  
  57. host_writeconfig
  58.  
  59. echo Config Loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement