Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2014
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 0.93 KB | None | 0 0
  1. // Crosshair
  2.  
  3. cl_crosshairgap "-1"
  4. cl_crosshairthickness "0.7"
  5. cl_crosshairsize "2"
  6. cl_crosshairdot "1"
  7. cl_crosshair_drawoutline "0.6"
  8. cl_crosshairstyle "4"
  9.  
  10.  
  11. // Viewmodel
  12.  
  13. viewmodel_fov "65"
  14. viewmodel_offset_x "2"
  15. viewmodel_offset_y "0"
  16. viewmodel_offset_z "-2"
  17. cl_viewmodel_shift_left_amt "0"
  18. cl_viewmodel_shift_right_amt "0"
  19. cl_bob_lower_amt "0"
  20. cl_bobamt_lat "0"
  21. cl_bobamt_vert "0"
  22.  
  23.  
  24. // Audio
  25.  
  26. snd_mixahead "0.05"
  27. snd_headphone_pan_exponent "2"
  28. snd_musicvolume "0
  29.  
  30.  
  31. // Rates and Interpolation
  32.  
  33. cl_cmdrate "128"
  34. cl_updaterate "128"
  35. cl_interp "0"
  36. cl_interp_ratio "1"
  37. rate "128000"
  38.  
  39.  
  40. // Mouse commands
  41.  
  42. m_mouseaccel1 "0"
  43. m_mouseaccel2 "0"
  44.  
  45.  
  46.  
  47. cl_autowepswitch "0"
  48. cl_autohelp "0"
  49. cl_showhelp "0"
  50. cl_righthand "1"
  51. cl_forcepreload "1"
  52. hud_showtargetid "0"
  53. cl_showfps "1"
  54. mm_dedicated_search_maxping "150"
  55. mm_session_search_ping_limit "50"
  56. sensitivity "1.83"
  57. fps_max "999"
  58. echo "autoexec executed"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement