Advertisement
Guest User

Config

a guest
Jun 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. //net
  2. cl_interp "0"
  3. cl_interp_ratio "1"
  4. cl_interpolate "1"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. rate "128000"
  8. fps_max "300"
  9. mm_dedicated_search_maxping "90"
  10. net_graph "1"
  11.  
  12. //crosshair
  13. cl_crosshairalpha "255"
  14. cl_crosshaircolor "1"
  15. cl_crosshairdot "0"
  16. cl_crosshairgap "-2"
  17. cl_crosshairsize "5"
  18. cl_crosshairstyle "4"
  19. cl_crosshairusealpha "1"
  20. cl_crosshairthickness "1"
  21. cl_crosshair_outlinethickness "0"
  22. cl_crosshair_drawoutline "0"
  23.  
  24. //viewmodel
  25. viewmodel_fov "65"
  26. viewmodel_offset_x "2"
  27. viewmodel_offset_y "2"
  28. viewmodel_offset_z "-2"
  29.  
  30. //bob
  31. cl_viewmodel_shift_left_amt "0"
  32. cl_viewmodel_shift_right_amt "0"
  33. cl_bob_lower_amt "0"
  34. cl_bobamt_lat "0"
  35. cl_bobamt_vert "0"
  36. cl_bobcycle "0.98"
  37.  
  38. //hud
  39. hud_scaling "1"
  40. cl_hud_healthammo_style "0"
  41. cl_hud_playercount_pos "0"
  42. cl_hud_playercount_showcount "1"
  43. cl_hud_bomb_under_radar "1"
  44. hud_showtargetid "1"
  45. cl_radar_always_centered "0"
  46. cl_radar_scale "0.3"
  47. cl_hud_radar_scale "1.15"
  48. cl_radar_icon_scale_min "1"
  49. cl_radar_rotate "0"
  50.  
  51. //sound
  52. snd_mixahead "0.05"
  53.  
  54. //mouse
  55. sensitivity "1"
  56. m_customaccel "0"
  57. m_rawinput "1"
  58.  
  59. //misc
  60. cl_autohelp "0"
  61. cl_showhelp "0"
  62. r_drawtracers_firstperson "0"
  63. cl_autowepswitch "0"
  64.  
  65. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement