Advertisement
Guest User

autoexec.cfg

a guest
Apr 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. // Launch Options.
  2. //+exec autoexec -language English -tickrate 128 -high -novid -nojoy -fullscreen -freq 240 -w 1024 -h 768
  3.  
  4. //Sensitivity Settings.
  5. //800 DPI & Win sens 6/11 w/ enchance pointer percision.
  6.  
  7. sensitivity "2.5"
  8.  
  9. m_rawinput "1"
  10. m_mouseaccel1 "0"
  11. m_mouseaccel2 "0"
  12. m_mousespeed "0"
  13.  
  14. // - Game Settings.
  15.  
  16. fps_max "0"
  17. fps_max_menu "0"
  18. mat_queue_mode "-2"
  19.  
  20. volume "0.85"
  21. snd_menumusic_volume "0"
  22. mat_monitorgamma "2.000000"
  23.  
  24. // - Viewmodel Settings.
  25.  
  26. cl_viewmodel_shift_left_amt "0.500000"
  27. cl_viewmodel_shift_right_amt "0.250000"
  28. cl_bob_lower_amt "6.000000"
  29. cl_bobamt_lat "0.100000"
  30. cl_bobamt_vert "0.100000"
  31. cl_bobcycle "0.98"
  32. viewmodel_fov "68"
  33. viewmodel_offset_x "2.500000"
  34. viewmodel_offset_y "2.0"
  35. viewmodel_offset_z "-2"
  36. viewmodel_presetpos "0"
  37. viewmodel_recoil "0"
  38.  
  39. // - Crosshair Settings.
  40.  
  41. cl_crosshairstyle "4"
  42. cl_crosshairsize "2"
  43. cl_crosshairthickness "0.5"
  44. cl_crosshairgap "-1"
  45. cl_crosshair_drawoutline "0"
  46. cl_crosshair_outlinethickness "0.5"
  47. cl_crosshairdot "0"
  48. cl_crosshair_t "0"
  49. cl_crosshaircolor "1"
  50. cl_crosshairalpha "255"
  51.  
  52. // - Interp & network Settings.
  53.  
  54. cl_interp "0"
  55. cl_interp_ratio "1"
  56. cl_cmdrate "128"
  57. cl_updaterate "128"
  58. rate "786432"
  59.  
  60. mm_dedicated_search_maxping "50"
  61.  
  62. // - Advanced Settings.
  63. exec advance
  64.  
  65. // - DEBBUG.
  66. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement