Advertisement
axel37

Autoexec 25/06/19

Jun 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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. //ensitivity 0.7
  63. //sensitivity 0.9
  64. //sensitivity 1
  65. sensitivity 0.75
  66.  
  67. cl_viewmodel_shift_left_amt "0.5"
  68. cl_viewmodel_shift_right_amt "0.25"
  69. cl_bobcycle "0.98"
  70. cl_bob_lower_amt "5"
  71. cl_bobamt_lat "0.1"
  72. cl_bobamt_vert "0.1"
  73.  
  74. viewmodel_fov "68"
  75. viewmodel_offset_x "2.5"
  76. viewmodel_offset_y "0"
  77. viewmodel_offset_z "-2.0"
  78. viewmodel_presetpos "0"
  79. viewmodel_recoil 0.5
  80.  
  81. fps_max 400
  82. fps_max_menu 150
  83.  
  84. cl_forcepreload 1
  85. cl_join_advertise 2
  86. r_dynamic 1
  87.  
  88. snd_mix_async 1
  89. snd_mixahead 0.03
  90.  
  91. cl_radar_square_with_scoreboard 1
  92.  
  93. con_enable 1
  94. con_filter_enable 2 // print console on screen
  95. con_filter_text "Damage " // highlight damage in console
  96.  
  97. // DISPLAY DAMAGE INFO SCRIPT
  98. //developer 1
  99. //con_filter_enable 2
  100. //con_filter_text_out "Player:"
  101. //con_filter_text "damage"
  102.  
  103. cl_showloadout 1
  104.  
  105. cl_downloadfilter nosounds
  106.  
  107. r_eyegloss 0
  108. r_eyemove 0
  109. r_eyeshift_x 0
  110. r_eyeshift_y 0
  111. r_eyeshift_z 0
  112. r_eyesize 0
  113.  
  114. bind w "+cl_show_team_equipment"
  115. cl_teamid_overhead_always 1 // "1" to show triangles above players, "2" to show Name and Weapons
  116. //cl_teamid_overhead_maxdist 3000
  117.  
  118. //cl_disablehtmlmotd -1
  119.  
  120. mp_weapons_allow_map_placed 1
  121.  
  122. cl_autowepswitch 0
  123.  
  124. cl_disablefreezecam 1
  125. cl_freezecampanel_position_dynamic 0
  126.  
  127. tv_snapshotrate 128
  128.  
  129.  
  130. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  131.  
  132.  
  133. //snd_occlusion 1
  134.  
  135. zoom_sensitivity_ratio_mouse 0.818933027098955175
  136.  
  137. //cl_showpos 1
  138.  
  139. r_drawtracers_firstperson 1
  140.  
  141. cl_crosshair_sniper_width 1
  142.  
  143. mm_csgo_community_search_players_min "6"
  144.  
  145. //snd_stream 1
  146.  
  147. cl_radar_always_centered 0
  148. cl_hud_radar_scale 1.2
  149. cl_radar_rotate 1
  150.  
  151. cl_hud_radar_scale 1.3
  152.  
  153. cl_hide_avatar_images 2
  154.  
  155. mat_vignette_enable 0
  156.  
  157. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement