Advertisement
axel37

autoexec.04.2018

Apr 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. bind "kp_ins" "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. bind w "+cl_show_team_equipment"
  15.  
  16. alias +inspect "-lookatweapon;+reload"
  17. alias -inspect "+lookatweapon;-reload"
  18. bind f "+inspect"
  19.  
  20. alias +awpknife slot3
  21. alias -awpknife lastinv
  22. bind a +awpknife
  23.  
  24. bind N +dropBomb
  25. alias +dropBomb "use weapon_knife; use weapon_c4; drop"
  26. alias -dropBomb "slot2; slot1"
  27.  
  28. cl_radar_scale 0.4
  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 145
  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. r_eyegloss 0
  101. r_eyemove 0
  102. r_eyeshift_x 0
  103. r_eyeshift_y 0
  104. r_eyeshift_z 0
  105. r_eyesize 0
  106.  
  107. cl_teamid_overhead_always 2 // "1" to show triangles above players, "2" to show Name and Weapons
  108. //cl_teamid_overhead_maxdist 3000
  109.  
  110. //cl_disablehtmlmotd -1
  111.  
  112. mp_weapons_allow_map_placed 1
  113.  
  114. cl_autowepswitch 0
  115.  
  116. cl_disablefreezecam 1
  117. cl_freezecampanel_position_dynamic 0
  118.  
  119. tv_snapshotrate 64
  120.  
  121.  
  122. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  123.  
  124.  
  125. //snd_occlusion 1
  126.  
  127. zoom_sensitivity_ratio_mouse 0.818933027098955175
  128.  
  129. cl_showpos 1
  130.  
  131. r_drawtracers_firstperson 1
  132.  
  133. cl_crosshair_sniper_width 2
  134.  
  135. mm_csgo_community_search_players_min "4"
  136.  
  137. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement