Advertisement
BaapJaan

Pro cfg xD

Jul 5th, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. // ============== BaapJaan / ZeroOne - Autoexec.cfg ==============
  2.  
  3. // ====== Set on launch Option -novid -high -threads 4 -nojoy +cl_forcepreload 1 -nod3d9ex +exec 01.cfg ======
  4.  
  5. // ============== Video settings ==============
  6.  
  7. mat_monitorgamma "1.6"
  8. mat_queue_mode "-1" // auto detect multi-core rendering
  9. fps_max "999"
  10. fps_max_menu "145"
  11. r_dynamic "0"
  12. r_drawtracers_firstperson "0"
  13.  
  14. // =============== Rates ===============
  15.  
  16. rate "307200"
  17. cl_cmdrate "128"
  18. cl_updaterate "128"
  19. cl_interp "0.0"
  20. cl_interp_ratio "1"
  21. cl_interpolate "1"
  22. cl_lagcompensation "1"
  23. net_client_steamdatagram_enable_override "1" // SDR beta
  24.  
  25. // =============== Audio ===============
  26.  
  27. volume "0.15"
  28. voice_enable "1"
  29. voice_scale "0.19" // receive volume
  30. voice_mixer_volume "1" // mic volume
  31. windows_speaker_config "1" // headphone audio output
  32. snd_use_hrtf "1"
  33. snd_mix_async "1"
  34. snd_mixahead "0.02" // sound delay
  35. snd_pitchquality "1"
  36. snd_ducking_off "1"
  37. snd_front_headphone_position "90"
  38. snd_rear_headphone_position "90"
  39. snd_headphone_pan_exponent "1.2"
  40. snd_headphone_pan_radial_weight "1"
  41. snd_mute_losefocus "1" // mute game when alt-tabbed
  42. dsp_enhance_stereo "0"
  43. lobby_voice_chat_enabled "0" // voice chat in lobby
  44. cl_mute_all_but_friends_and_party "0"
  45. snd_async_flush
  46. snd_musicvolume "0"
  47. snd_menumusic_volume "0"
  48. snd_roundstart_volume "0"
  49. snd_roundend_volume "0"
  50. snd_mapobjective_volume "0"
  51. snd_tensecondwarning_volume "0"
  52. snd_deathcamera_volume "0"
  53.  
  54. // =============== HUD ===============
  55.  
  56. hud_scaling "0.70"
  57. hud_showtargetid "1"
  58. cl_hud_background_alpha "0.100000"
  59. cl_hud_bomb_under_radar "0"
  60. cl_hud_color "3"
  61. cl_hud_healthammo_style "1"
  62. cl_hud_playercount_pos "1"
  63. cl_hud_playercount_showcount "0"
  64. cl_hud_radar_scale "0.950000"
  65. cl_teamid_overhead_name_alpha "240"
  66. cl_righthand "1"
  67. cl_showloadout "1"
  68. cl_showpos "0"
  69. cl_showfps "0"
  70.  
  71. // =============== Radar ===============
  72.  
  73. cl_radar_always_centered "0"
  74. cl_radar_rotate "1"
  75. cl_radar_scale "0.4"
  76. cl_radar_icon_scale_min "0.4"
  77. cl_radar_square_with_scoreboard "0"
  78.  
  79. // =============== Reposition gun model to mimic source ===============
  80.  
  81. viewmodel_presetpos "0"
  82. viewmodel_fov "68"
  83. viewmodel_offset_x "2.500000"
  84. viewmodel_offset_y "0"
  85. viewmodel_offset_z "-1.500000"
  86.  
  87. // =============== Reduce gun shifting when crouching ===============
  88.  
  89. cl_viewmodel_shift_left_amt "0.5"
  90. cl_viewmodel_shift_right_amt "0.5"
  91.  
  92. //=============== Reduce gun and scope shifting/bobbing when moving ===============
  93.  
  94. cl_bobcycle "0.98"
  95. cl_bob_lower_amt "5"
  96. cl_bobamt_lat "0.1"
  97. cl_bobamt_vert "0.1"
  98.  
  99. // =============== Debug accuracy (sv_cheats) ===============
  100.  
  101. cl_weapon_debug_show_accuracy "0"
  102. cl_weapon_debug_show_accuracy_duration "10"
  103. weapon_debug_spread_show "0" // requires dynamic crosshair
  104. weapon_debug_spread_gap "0.67"
  105.  
  106. // =============== Misc ===============
  107.  
  108. con_enable "1"
  109. developer "0" // print console to screen
  110. con_filter_enable "2"
  111. con_filter_text "Damage "
  112. ui_steam_overlay_notification_position "0"
  113. player_nevershow_communityservermessage "1"
  114. mm_dedicated_search_maxping "100" // max ping for matchmaking games
  115. mm_dedicated_force_servers ""
  116. gameinstructor_enable "0"
  117. option_duck_method "0"
  118. option_speed_method "0"
  119. cl_forcepreload "1"
  120. cl_downloadfilter "nosound" // mapsonly pls volvo
  121. cl_join_advertise "2" // let friends join your game
  122. cl_disablehtmlmotd "0"
  123. cl_autohelp "0"
  124. cl_showhelp "0"
  125. cl_disablefreezecam "1"
  126. spec_replay_autostart "0"
  127. cl_dm_buyrandomweapons "0"
  128. cl_teammate_colors_show "2"
  129. cl_autowepswitch "0" // auto weapon switch on pickup
  130. cl_use_opens_buy_menu "0" // `e` opening buy menu
  131. closeonbuy "0"
  132. hud_takesshots "1" // scoreboard screenshot at end of match
  133. cl_clanid "" // rip afterlife
  134. password ""
  135. net_graph 1; net_graphpos 0; net_graphproportionalfont 0;
  136. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  137.  
  138.  
  139. // =============== write dc disconnect ===============
  140.  
  141. alias "dc" "disconnect"
  142. alias "gg" "quit"
  143.  
  144.  
  145. // =============== Display Team Info ===============
  146.  
  147. cl_teamid_overhead_always 1
  148. +cl_show_team_equipment
  149.  
  150. // =============== Mouse ===============
  151.  
  152. sensitivity "1.5"
  153. zoom_sensitivity_ratio_mouse "1.0"
  154. m_rawinput "1"
  155. m_pitch "0.022"
  156. m_customaccel "0"
  157. m_mouseaccel1 "0"
  158. m_mouseaccel2 "0"
  159. m_mousespeed "0"
  160.  
  161. // =============== CROSSHAIR CVARS ===============
  162.  
  163. cl_crosshairstyle 4
  164. cl_crosshairsize 3
  165. cl_crosshairthickness 1
  166. cl_crosshairgap -2
  167. cl_crosshair_drawoutline 0
  168. cl_crosshair_outlinethickness 1
  169. cl_crosshairdot 0
  170. cl_crosshair_t 0
  171. cl_crosshaircolor 1
  172. cl_crosshaircolor_r 0
  173. cl_crosshaircolor_g 255
  174. cl_crosshaircolor_b 0
  175. cl_crosshairalpha 9999
  176.  
  177. // ================== Binds ===================
  178.  
  179. bind "uparrow" "buy ak47; buy m4a1;"
  180. bind "downarrow" " buy vesthelm; buy vest;"
  181. bind "leftarrow" " buy mac10; buy mp9;"
  182. bind "rightarrow" "buy molotov; buy incgrenade;"
  183. bind "0" "buy awp;"
  184. bind "kp_5" "buy p250;"
  185. bind "6" "buy defuser;"
  186. bind "7" "buy flashbang;"
  187. bind "8" "buy smokegrenade;"
  188. bind "9" "buy hegrenade;"
  189. bind "p" "buy p90;"
  190.  
  191. // ExTra
  192.  
  193. alias "voicechat" "voice1"
  194. alias "voice1" "+voicerecord;alias voicechat voice2"
  195. alias "voice2" "-voicerecord;alias voicechat voice1"
  196. bind "l" "toggle voice_enable 1 0"
  197. bind "CapsLock" +voicerecord
  198. bind "mouse3" "use weapon_hegrenade"
  199. bind "mouse4" "slot1"
  200. bind "mouse5" "slot2"
  201. bind "end" "use weapon_smokegrenade"
  202. bind "home" "use weapon_flashbang"
  203. bind "5" "use weapon_molotov; use weapon_incgrenade"
  204.  
  205.  
  206. // ================== WASD & Shift Binds ==================
  207.  
  208. bind "w" "+forward;r_cleardecals;cl_clanid 10752186";
  209. bind "a" "+moveleft;r_cleardecals;cl_clanid 10752145";
  210. bind "d" "+moveright;r_cleardecals;cl_clanid 10752137";
  211. bind "s" "+back;r_cleardecals;cl_clanid 10752151";
  212. bind shift "+speed; r_cleardecals"
  213.  
  214. // ================== Boomb Drop ==================
  215.  
  216. bind "n" "use weapon_c4;drop;say_team My friend Bomb is dropped!"
  217.  
  218. // ================== Right/Left Arm ==================
  219.  
  220. bind "kp_downarrow" "cl_righthand 1"
  221. bind "kp_end" "cl_righthand 0"
  222.  
  223. // ================== Jump and Crouch ===================
  224.  
  225. unbind "space"
  226. bind "space" "+djump"
  227. alias "+djump" "+jump ; +duck"
  228. alias "-djump" "-jump ; -duck"
  229. bind "mwheelup" +jump
  230. bind "mwheeldown" +jump
  231.  
  232. // ================== JumpThrow ===================
  233.  
  234. alias +jumpthrow "+jump;-attack"
  235. alias -jumpthrow "-jump"
  236. bind j +jumpthrow
  237.  
  238. host_writeconfig
  239. clear
  240. echo "BaapJaan's CFG Loaded"
  241. echo "Get Ready To Die"
  242. // ================== Good Luck ===================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement