Advertisement
sirelune

autoexec - sirelune 2018

Jul 5th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. sensitivity "2.5"
  2. bind "MWHEELUP" "+jump"
  3. bind "MWHEELDOWN" "+jump"
  4. bind "SPACE" "+jump"
  5. cl_autowepswitch "0"
  6. //Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually
  7. fine
  8. cl_forcepreload "1"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_cmdrate "128"
  12. cl_updaterate "128"
  13. rate "128000"
  14.  
  15. fps_max "0"
  16. bind "z" "buy smokegrenade"
  17. bind "x" "buy awp;buy vest"
  18. bind "c" "buy flashbang"
  19.  
  20. zoom_sensitivity_ratio_mouse "1"
  21.  
  22. //CROSSHAIR
  23. cl_crosshair_drawoutline "1"
  24. cl_crosshair_outlinethickness "1"
  25. cl_crosshair_sniper_width "2"
  26. cl_crosshairalpha "255"
  27. cl_crosshaircolor "5"
  28. cl_crosshairdot "0"
  29. cl_crosshairgap "-2"
  30. cl_crosshairsize "3.5"
  31. cl_crosshairstyle "4"
  32. cl_crosshairthickness "1.5"
  33.  
  34. // repositions the gunmodel TO mimic CSS more closely.
  35.  
  36.  
  37. cl_viewmodel_shift_left_amt "1.5"
  38. cl_viewmodel_shift_right_amt "0.75"
  39. viewmodel_fov "68.000000"
  40. viewmodel_offset_x "0.600000"
  41. viewmodel_offset_y "2.0"
  42. viewmodel_offset_z "-2.0"
  43. viewmodel_presetpos "0"
  44. cl_bob_lower_amt "21"
  45. cl_bobamt_lat "0.4"
  46. cl_bobamt_vert "0.25"
  47. cl_bobcycle "0.98"
  48.  
  49.  
  50. // lowers delay BETWEEN sounds.
  51.  
  52. snd_mixahead "0.05"
  53.  
  54. alias "+jumpthrow" "+jump;-attack"
  55. alias "-jumpthrow" "-jump"
  56. bind "v" "+jumpthrow"
  57.  
  58. //Radar - radar settings + adjustment on numpad enter
  59. cl_radar_rotate "1"
  60. cl_radar_always_centered "0"
  61. cl_radar_scale "0.32"
  62. cl_radar_icon_scale_min "0.5"
  63. bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // this lets you adjust radar
  64. scale on numpad enter
  65.  
  66. //Sound - less delayed, better sound
  67. windows_speaker_config "1"
  68. snd_mixahead "0.05"
  69. snd_musicvolume "0"
  70. snd_headphone_pan_exponent "2"
  71. snd_headphone_pan_radial_weight "1"
  72. snd_rear_headphone_position "90"
  73. bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad
  74. minus
  75.  
  76.  
  77. //HAND
  78. cl_righthand 1"
  79.  
  80. //Mouse
  81. m_rawinput "1"
  82. m_mouseaccel1 "0"
  83. m_mouseaccel2 "0"
  84. m_mousespeed "0"
  85. m_customaccel "0"
  86. m_customaccel_exponent "0"
  87. m_customaccel_max "0"
  88. m_customaccel_scale "0.00"
  89. m_mouseaccel1 "0"
  90. m_mouseaccel2 "0"
  91.  
  92. bind "h" "toggle gameinstructor_enable"
  93.  
  94.  
  95. echo "Autoexec Config loaded" // make sure this autoexec does its fine
  96. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement