Advertisement
BaapJaan

CSGO 2K18

May 18th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. // ============== BaapJaan / ZeroOne - Autoexec.cfg ==============
  2.  
  3. // ============== Video settings ==============
  4.  
  5. mat_monitorgamma "1.6"
  6.  
  7. // =============== HUD & MISC settings ===============
  8.  
  9. cl_viewmodel_shift_left_amt "0.5"
  10. cl_viewmodel_shift_right_amt "0.25"
  11. viewmodel_offset_x "0"
  12. viewmodel_offset_y "-2"
  13. viewmodel_offset_z "-2"
  14. viewmodel_fov "54"
  15. viewmodel_presetpos "0"
  16. viewmodel_recoil "0"
  17. cl_bob_lower_amt "5"
  18. cl_bobamt_lat "0.1"
  19. cl_bobamt_vert "0.1"
  20. cl_bobcycle "0.1"
  21. cl_hud_background_alpha "0.1"
  22. cl_hud_bomb_under_radar "1"
  23. cl_hud_color "0"
  24. cl_hud_healthammo_style "0"
  25. cl_hud_playercount_pos "0"
  26. cl_hud_playercount_showcount "0"
  27. cl_hud_radar_scale "1.000000"
  28. hud_scaling "0.650000"
  29. hud_showtargetid "1"
  30. cl_loadout_colorweaponnames "0"
  31. cl_righthand "1"
  32. cl_color "0"
  33.  
  34. //Performance Improvements
  35. rate "128000"
  36. cl_cmdrate "128"
  37. cl_updaterate "128"
  38. cl_interp "0"
  39. cl_interp_ratio "1"
  40. cl_lagcompensation "1"
  41. cl_autowepswitch "0"
  42. cl_use_opens_buy_menu "0"
  43. cl_radar_scale 0.4
  44. cl_radar_always_centered 0
  45. spec_show_xray 1
  46. bind shift "+speed; r_cleardecals"
  47.  
  48.  
  49. //write dc disconnect
  50. alias "dc" "disconnect"
  51. alias "gg" "quit"
  52.  
  53. //Reload bind
  54. alias +reloadSay "say_team ....;+reload"
  55. alias -reloadSay "-reload"
  56. bind r +reloadSay
  57.  
  58. cl_showhelp "0" //Removes on-screen help
  59. cl_autohelp "0" //Removes automatic help
  60. cl_disablefreezecam "1" //Disables Freezecam, very important to have off
  61. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  62.  
  63. r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
  64. lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
  65. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  66. mm_dedicated_search_maxping "100" //Maxping Search in Matchmaking
  67.  
  68. bind "v" "toggle voice_enable 1 0"
  69.  
  70. r_drawtracers_firstperson "0" //Disable tracer fire
  71. mat_savechanges //save graphics Options
  72.  
  73. mp_freezetime "0" //No freeze on round start
  74.  
  75. //Disable help messages
  76. cl_autohelp "0"
  77. cl_showhelp "0"
  78.  
  79. // =============== Display Team Info ===============
  80.  
  81. +cl_show_team_equipment
  82.  
  83. // =============== Mouse settings ===============
  84.  
  85. //CROSSHAIR CVARS
  86.  
  87. cl_crosshair_drawoutline "1"
  88. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  89. cl_crosshair_dynamic_splitalpha_innermod "1"
  90. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  91. cl_crosshair_dynamic_splitdist "1"
  92. cl_crosshair_outlinethickness "1"
  93. cl_crosshair_sniper_show_normal_inaccuracy "0"
  94. cl_crosshair_sniper_width "1"
  95. cl_crosshair_t "0"
  96. cl_crosshairalpha "255"
  97. cl_crosshaircolor "0"
  98. cl_crosshaircolor_b "0"
  99. cl_crosshaircolor_g "0"
  100. cl_crosshaircolor_r "250"
  101. cl_crosshairdot "0"
  102. cl_crosshairgap "-1"
  103. cl_crosshairgap_useweaponvalue "0"
  104. cl_crosshairscale "0"
  105. cl_crosshairsize "2"
  106. cl_crosshairstyle "4"
  107. cl_crosshairthickness "0"
  108. cl_crosshairusealpha "1"
  109. cl_fixedcrosshairgap "3"
  110.  
  111. // ================== Binds ===================
  112.  
  113. bind "TAB" "+ng";
  114.  
  115. alias "+ng" "+showscores; net_graph 1"; net_graph 1; net_graphpos 0; net_graphproportionalfont 0;
  116. alias "-ng" "-showscores; net_graph 0";
  117.  
  118. bind "uparrow" "buy ak47; buy m4a1;"
  119. bind "downarrow" " buy vesthelm; buy vest;"
  120. bind "leftarrow" " buy mac10; buy mp9;"
  121. bind "rightarrow" "buy molotov; buy incgrenade;"
  122. bind "0" "buy awp;"
  123. bind "5" "buy p250;"
  124. bind "6" "buy defuser;"
  125. bind "7" "buy flashbang;"
  126. bind "8" "buy smokegrenade;"
  127. bind "9" "buy hegrenade;"
  128. bind "p" "buy p90;"
  129. alias "voicechat" "voice1"
  130. alias "voice1" "+voicerecord;alias voicechat voice2"
  131. alias "voice2" "-voicerecord;alias voicechat voice1"
  132.  
  133. // ================== Boomb Drop ==================
  134.  
  135. bind "n" "use weapon_c4;drop"
  136.  
  137. // ================== Right/Left Arm ==================
  138.  
  139. bind "kp_downarrow" "cl_righthand 1"
  140. bind "kp_end" "cl_righthand 0"
  141.  
  142. // ================== Jump and Crouch ===================
  143.  
  144. unbind "space"
  145. bind "space" "+djump"
  146. alias "+djump" "+jump ; +duck"
  147. alias "-djump" "-jump ; -duck"
  148.  
  149.  
  150. bind "mwheelup" +jump
  151.  
  152.  
  153. // ================== JumpThrow ===================
  154.  
  155. alias +jumpthrow "+jump;-attack"
  156. alias -jumpthrow "-jump"
  157. bind j +jumpthrow
  158.  
  159. host_writeconfig
  160. clear
  161. echo "BaapJaan's CFG Loaded"
  162. echo "Get Ready for Death"
  163. // ================== Good Luck ===================
  164. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement