Advertisement
axel37

csgo_autoexec 07_18

Jul 7th, 2018
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. bind "kp_ins" "buy vest; buy vesthelm; buy defuser;"
  2. bind "kp_del" "buy smokegrenade; buy flashbang;"
  3. bind "kp_enter" "buy molotov; buy incgrenade; buy hegrenade;"
  4. bind "kp_end" "buy ak47; buy m4a1;"
  5. bind "kp_downarrow" "buy ssg08;"
  6. bind "kp_5" "buy awp;"
  7. bind "kp_pgdn" "buy ump45;"
  8.  
  9. bind mwheelup "use weapon_smokegrenade"
  10. bind mwheeldown "use weapon_flashbang"
  11. bind mouse4 "use weapon_hegrenade"
  12. bind "mouse5" "use weapon_incgrenade;use weapon_molotov"
  13.  
  14. alias +inspect "-lookatweapon;+reload"
  15. alias -inspect "+lookatweapon;-reload"
  16. bind f "+inspect"
  17.  
  18. alias +awpknife slot3
  19. alias -awpknife lastinv
  20. //alias -awpknife lastinv; slot1
  21. bind a +awpknife
  22.  
  23.  
  24. bind c +dropBomb
  25. alias +dropBomb "use weapon_knife; use weapon_c4; drop"
  26. alias -dropBomb "slot2; slot1"
  27.  
  28. cl_radar_scale 0.35
  29. bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  30. bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  31. bind "kp_multiply" "cl_radar_scale 0.4"
  32.  
  33. //SHOW NETGRAPH ON SCOREBOARD
  34. net_graph "1"
  35. net_graphheight "9999"
  36. alias "+scorenet" "+showscores; net_graphheight 0"
  37. alias "-scorenet" "-showscores; net_graphheight 9999"
  38. bind "TAB" "+scorenet"
  39.  
  40. //cl_interp 0
  41. //cl_interp_ratio 1
  42. //cl_interpolate 1
  43. //rate 786432
  44. cl_updaterate 128
  45. cl_cmdrate 128
  46. //cl_predict 1
  47. //cl_predictweapons 1
  48. //cl_lagcompensation 1
  49.  
  50. mm_dedicated_search_maxping 50
  51. mat_monitorgamma 1.6
  52.  
  53.  
  54. cl_loadout_colorweaponnames 1
  55.  
  56. //sensitivity 0.995
  57. //sensitivity 0.870625
  58. //sensitivity 0.8
  59. //sensitivity 0.7
  60. //sensitivity 0.5
  61. sensitivity 0.6
  62.  
  63. cl_viewmodel_shift_left_amt "0.5"
  64. cl_viewmodel_shift_right_amt "0.25"
  65. cl_bobcycle "0.98"
  66. cl_bob_lower_amt "5"
  67. cl_bobamt_lat "0.1"
  68. cl_bobamt_vert "0.1"
  69.  
  70. viewmodel_fov "68"
  71. viewmodel_offset_x "2.5"
  72. viewmodel_offset_y "0"
  73. viewmodel_offset_z "-2.0"
  74. viewmodel_presetpos "0"
  75.  
  76. fps_max 400
  77. fps_max_menu 150
  78.  
  79. cl_forcepreload 1
  80. cl_join_advertise 2
  81. r_dynamic 1
  82.  
  83. snd_mix_async 1
  84. snd_mixahead 0.03
  85.  
  86. cl_radar_square_with_scoreboard 1
  87.  
  88. con_enable 1
  89. con_filter_enable 2 // print console on screen
  90. con_filter_text "Damage " // highlight damage in console
  91.  
  92. // DISPLAY DAMAGE INFO SCRIPT
  93. //developer 1
  94. //con_filter_enable 2
  95. //con_filter_text_out "Player:"
  96. //con_filter_text "damage"
  97.  
  98. cl_showloadout 1
  99.  
  100. cl_downloadfilter nosounds
  101.  
  102. r_eyegloss 0
  103. r_eyemove 0
  104. r_eyeshift_x 0
  105. r_eyeshift_y 0
  106. r_eyeshift_z 0
  107. r_eyesize 0
  108.  
  109. bind w "+cl_show_team_equipment"
  110. cl_teamid_overhead_always 1 // "1" to show triangles above players, "2" to show Name and Weapons
  111. //cl_teamid_overhead_maxdist 3000
  112.  
  113. //cl_disablehtmlmotd -1
  114.  
  115. mp_weapons_allow_map_placed 1
  116.  
  117. cl_autowepswitch 0
  118.  
  119. cl_disablefreezecam 1
  120. cl_freezecampanel_position_dynamic 0
  121.  
  122. tv_snapshotrate 64
  123.  
  124.  
  125. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  126.  
  127.  
  128. //snd_occlusion 1
  129.  
  130. zoom_sensitivity_ratio_mouse 0.818933027098955175
  131.  
  132. cl_showpos 1
  133.  
  134. r_drawtracers_firstperson 1
  135.  
  136. cl_crosshair_sniper_width 2
  137.  
  138. mm_csgo_community_search_players_min "6"
  139.  
  140. //snd_stream 1
  141.  
  142. cl_radar_always_centered 0
  143. cl_hud_radar_scale 1.2
  144. cl_radar_rotate 0
  145.  
  146. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement