Advertisement
BaapJaan

ex.cfg

Nov 6th, 2019 (edited)
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 4.01 KB | None | 0 0
  1. // ===============  launch option ===============
  2. +mat_queue_mode 2 -nosplash -novid -nojoy +cl_forcepreload 1 -tickrate 128 +cl_updaterate 128 +cl_cmdrate 128 +viewmodel_fov 68 +exec ex.cfg ===
  3.  
  4.  
  5. //======================================================================
  6. //                 Zer01ne CFG - CS2
  7. //======================================================================
  8.  
  9. echo Zer01ne.cfg is loading...
  10.  
  11. // ===============  Initial ===============
  12. developer "1"
  13.  
  14. // =============== Radar ===============
  15.  
  16. cl_radar_always_centered "0"
  17. cl_radar_rotate "1"
  18. cl_radar_scale "0.4"
  19. cl_radar_icon_scale_min "0.4"
  20. cl_radar_square_with_scoreboard "0"
  21.  
  22. // =============== Crosshair ===============
  23. cl_crosshairdot 1
  24. cl_crosshairthickness 1
  25. cl_crosshair_outlinethickness 1
  26. cl_crosshairgap 5000
  27. cl_crosshaircolor_g 255
  28. cl_crosshaircolor_r 0
  29. cl_crosshaircolor_b 0
  30.  
  31. // =============== Misc ===============
  32.  
  33. viewmodel_offset_x "2.5"
  34. viewmodel_offset_y "0"
  35. viewmodel_offset_z "-1.5"
  36. viewmodel_fov "68"
  37.  
  38. // ===============  HUD ===============
  39.  
  40. hud_scaling "0.70"
  41. hud_showtargetid "1"
  42. cl_hud_radar_scale "0.950000"
  43. cl_showloadout "1"
  44. cl_showfps "0"
  45.  
  46. con_enable "1"
  47. cl_showloadout "1"
  48. sensitivity "1.7"
  49. cl_crosshair_sniper_width "2"
  50.  
  51. developer "0" // print console to screen
  52. ui_steam_overlay_notification_position "0"
  53. player_nevershow_communityservermessage "1"
  54. mm_dedicated_search_maxping "60" // max ping for matchmaking games
  55. mm_dedicated_force_servers ""
  56. gameinstructor_enable "0"
  57. option_duck_method "0"
  58. option_speed_method "0"
  59. cl_join_advertise "2" // let friends join your game
  60. cl_autohelp "0"
  61. spec_replay_autostart "0"
  62. cl_dm_buyrandomweapons "0"
  63. cl_use_opens_buy_menu "0" // `e` opening buy menu
  64. cl_crosshair_friendly_warning 0
  65.  
  66. // ================== Binds ===================
  67.  
  68. bind "uparrow" "buy ak47; buy m4a1;"
  69. bind "downarrow" " buy vesthelm; buy vest;"
  70. bind "leftarrow" " buy mac10; buy mp9;"
  71. bind "rightarrow" "buy molotov; buy incgrenade;"
  72. bind "0" "buy awp;"
  73. bind "kp_5" "buy p250;"
  74. bind "6" "buy defuser;"
  75. bind "7" "buy flashbang;"
  76. bind "8" "buy smokegrenade;"
  77. bind "9" "buy hegrenade;"
  78. bind "p" "buy p90;"
  79. bind "g" "drop"
  80. alias +knife slot3
  81. alias -knife slot1
  82. bind "q" +knife
  83. bind "pgup" "slot7"; //Flash
  84. bind "pgdn" "slot8"; //Smoke
  85. bind "home" "slot6"; //Grande
  86. bind "del" "slot10"; //Moly
  87.  
  88.  
  89. // ExTra
  90.  
  91. alias "voicechat" "voice1"
  92. alias "voice1" "+voicerecord;alias voicechat voice2"
  93. alias "voice2" "-voicerecord;alias voicechat voice1"
  94. bind "l" "toggle voice_enable 1 0"
  95. bind "CapsLock" +voicerecord
  96. bind "mouse3" "player_ping"
  97. bind "mouse4" "slot1"
  98. bind "mouse5" "slot2"
  99.  
  100. // ================== WASD & Shift Binds ==================
  101.  
  102. bind w "+forward"
  103. bind a "+left"
  104. bind s "+back"
  105. bind d "+right"
  106. bind "shift" "+sprint"
  107. bind "ctrl" "+duck"
  108.  
  109.  
  110. // ================== Boomb Drop ==================
  111.  
  112. alias "+bomb" "use weapon_knife; slot5"
  113. alias "-bomb" "drop;"
  114. bind "n" +bomb
  115.  
  116. // ===============  Audio ===============
  117.  
  118. volume "0.35"
  119. snd_mixahead "0.02" // sound delay
  120.  
  121. snd_front_headphone_position "90"
  122. snd_rear_headphone_position "90"
  123. snd_headphone_pan_exponent "1.2"
  124. snd_headphone_pan_radial_weight "1"
  125. snd_mute_losefocus  "1" // mute game when alt-tabbed
  126. cl_mute_all_but_friends_and_party "0"
  127. snd_async_flush
  128. snd_musicvolume "0"
  129. snd_menumusic_volume "0"
  130. snd_roundstart_volume "0"
  131. snd_roundend_volume "0"
  132. snd_mapobjective_volume "0"
  133. snd_tensecondwarning_volume "0.06"
  134. snd_deathcamera_volume "0"
  135.  
  136. // =============== write dc disconnect ===============
  137.  
  138. alias "dc" "disconnect"
  139. alias "gg" "quit"
  140.  
  141. // ================== Jump and Crouch ===================
  142.  
  143. bind "space" "+djump"
  144. alias "+djump" "+jump ; +duck"
  145. alias "-djump" "-jump ; -duck"
  146.  
  147. bind "mwheelup" +jump
  148. bind "mwheeldown" +jump
  149.  
  150. // ====== jump throw =========
  151. alias "+bish" "+jump"
  152. alias "+bash" "-attack; -attack2"
  153. alias "+bosh" "-jump"
  154. bind "j" "+bish; +bash; +bosh"
  155.  
  156. echo "Zer01ne's CFG Loaded"
  157. echo "Get Ready To Die"
  158. // ================== Good Luck ===================
  159.  
  160.  
  161.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement