Advertisement
axel37

autoexec

Jan 31st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 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. cl_bobcycle "0.98"
  76.  
  77. fps_max 400
  78. fps_max_menu 145
  79.  
  80. cl_forcepreload 1
  81. cl_join_advertise 2
  82. r_dynamic 1
  83.  
  84. snd_mix_async 1
  85. snd_mixahead 0.03
  86.  
  87. cl_radar_square_with_scoreboard 1
  88.  
  89. con_enable 1
  90. con_filter_enable 2 // print console on screen
  91. con_filter_text "Damage " // highlight damage in console
  92.  
  93. cl_showloadout 1
  94.  
  95. r_eyegloss 0
  96. r_eyemove 0
  97. r_eyeshift_x 0
  98. r_eyeshift_y 0
  99. r_eyeshift_z 0
  100. r_eyesize 0
  101.  
  102. cl_teamid_overhead_always 1
  103. cl_teamid_overhead_maxdist 3000
  104.  
  105. cl_disablehtmlmotd -1
  106.  
  107. mp_weapons_allow_map_placed 1
  108.  
  109. cl_autowepswitch 0
  110.  
  111. cl_disablefreezecam 1
  112. cl_freezecampanel_position_dynamic 0
  113.  
  114. tv_snapshotrate 64
  115.  
  116.  
  117. func_break_max_pieces 0 //Less clutter from breaking vents (especially in Mirage)
  118.  
  119.  
  120. //snd_occlusion 1
  121.  
  122. zoom_sensitivity_ratio_mouse 1
  123.  
  124. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement