Advertisement
Guest User

Toasty's cs:go autoexec

a guest
Jun 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. clear
  2.  
  3. //netcode
  4. rate 128000
  5. cl_cmdrate 128
  6. cl_updaterate 128
  7. cl_interp 0
  8. cl_interp_ratio 1
  9.  
  10. //crosshair
  11. cl_crosshairsize 3.17
  12. cl_crosshairgap -10
  13. cl_crosshairthickness 0.75
  14. cl_crosshairalpha 255
  15. cl_crosshair_drawoutline "1"
  16. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  17. cl_crosshair_dynamic_splitalpha_innermod "1"
  18. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  19. cl_crosshair_dynamic_splitdist "7"
  20. cl_crosshair_outlinethickness "1"
  21. cl_crosshairalpha "999"
  22. cl_crosshaircolor "5"
  23. cl_crosshaircolor_b "255"
  24. cl_crosshaircolor_g "255"
  25. cl_crosshaircolor_r "255"
  26. cl_crosshairdot "0"
  27. cl_crosshairgap "-2"
  28. cl_crosshairgap_useweaponvalue "0"
  29. cl_crosshairscale "1700"
  30. cl_crosshairsize "1.5"
  31. cl_crosshairstyle "4"
  32. cl_crosshairthickness "0.5"
  33. cl_crosshairusealpha "1"
  34.  
  35. closeonbuy 1
  36. mm_dedicated_search_maxping 60
  37. fps_max 129
  38. mat_setvideomode 1024 768 0
  39. mat_hdr_enabled 0
  40. cl_radar_scale 0.5
  41. cl_lagcompensation 1
  42.  
  43. viewmodel_presetpos 4
  44. viewmodel_fov 70
  45. viewmodel_offset_x 1.5
  46. viewmodel_offset_y 2
  47. viewmodel_offset_z -1.5
  48.  
  49. cl_bobamt_lat "0.1"
  50. cl_bobamt_vert "0.1"
  51. cl_bobcycle "2"
  52. // "0.98" is enforced by ESEA/ESL
  53. cl_viewmodel_shift_left_amt "0.5"
  54. // Reduce gun shifting when crouching
  55. cl_viewmodel_shift_right_amt "0.5"
  56. // Reduce gun shifting when crouching
  57. cl_bob_lower_amt "0"
  58.  
  59. //buyscript
  60. bind "F5" "buy m4a1; buy ak47;"
  61. bind "F6" " buy vesthelm; buy vest;"
  62. bind "F7" "buy awp;"
  63. bind "F8" " buy flashbang;"
  64. bind "F9" " buy hegrenade;"
  65. bind "F10" " buy smokegrenade;"
  66. bind "f11" "buy molotov; buy incgrenade;"
  67. bind "f12" "buy defuser; buy vesthelm;"
  68.  
  69. //jumpthrow Bind
  70. unbind "mouse3"
  71. alias "+jumpthrow" "+jump;-attack"
  72. alias "-jumpthrow" "-jump"
  73. bind "mouse3" "+jumpthrow"
  74.  
  75. //sound
  76. snd_surround_speaker_pan_exponent "1.5"
  77. snd_surround_speaker_pan_radial_weight "0"
  78. snd_rear_surround_speaker_position "135"
  79. snd_front_surround_speaker_position "45"
  80. snd_mixahead "0.05"
  81.  
  82. //other
  83. m_rawinput "1"
  84.  
  85. //testserver
  86. bind "alt" "noclip"
  87. bind "kp_end" "give weapon_ak47"
  88. bind "kp_downarrow" "give weapon_awp"
  89. bind "kp_pgdn" "give weapon_deagle"
  90. bind "kp_leftarrow" "give weapon_smokegrenade"
  91. bind "kp_5" "give weapon_flashbang"
  92. bind "kp_rightarrow" "give weapon_incgrenade"
  93. bind "kp_rightarrow" "give weapon_molotov"
  94. bind "kp_home" "give weapon_hegrenade"
  95.  
  96. //final
  97. echo "bugd:remove any displaying bugs"
  98. alias "bugd" "record bugremovrcrd;stop"
  99. host_writeconfig
  100. echo "---------------------"
  101. echo "|..Toasty autoexec Loaded..|"
  102. echo "---------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement