Advertisement
Guest User

autoexec.cfg

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. // repositions the gunmodel TO mimic CSS more closely.
  2.  
  3. viewmodel_fov "65"
  4. viewmodel_offset_x "2"
  5. viewmodel_offset_y "2"
  6. viewmodel_offset_z "-2"
  7.  
  8. // removes the shifting of the arm WHEN crouching down.
  9.  
  10. cl_viewmodel_shift_left_amt "0"
  11. cl_viewmodel_shift_right_amt "0"
  12. cl_bob_lower_amt "10"
  13. cl_bobamt_lat "0"
  14. cl_bobamt_vert "0"
  15.  
  16. // Disable Server Message of the Day
  17.  
  18. cl_disablehtmlmotd "1"
  19.  
  20. // scales the HUD depending ON what resolution you USE, 1 IS max.
  21.  
  22. hud_scaling "1"
  23.  
  24. // lowers delay BETWEEN sounds.
  25.  
  26. snd_mixahead "0.05"
  27.  
  28. // sets interpolation values.
  29.  
  30. cl_interp "0"
  31. cl_interp_ratio "1"
  32.  
  33. // ignores dedicated servers WITH pings above this value.
  34.  
  35. mm_dedicated_search_maxping 70
  36.  
  37. // usual rate commands
  38.  
  39. cl_cmdrate "128"
  40. cl_updaterate "128"
  41. rate "100000"
  42.  
  43. cl_bobcycle "0.98"
  44.  
  45. //
  46. hud_scaling 1
  47.  
  48. zoom_sensitivity_ratio 0.85
  49. m_customaccell 0
  50. cl_showfps 1
  51. fps_max "300"
  52. mat_queue_mode "4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement