Advertisement
Guest User

Autoexec

a guest
Jul 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. cl_interp 0
  2. cl_interp_ratio 1
  3. cl_cmdrate 128
  4. cl_updaterate 128
  5. rate 128000
  6. fps_max 999
  7. net_graph "1"
  8. net_graphheight "0"
  9. net_graphproportionalfont 0
  10.  
  11.  
  12. cl_crosshair_drawoutline "1"
  13.  
  14. cl_crosshair_dynamic_maxdist_splitratio "1.000000"
  15.  
  16. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  17.  
  18. cl_crosshair_dynamic_splitalpha_outermod "1"
  19.  
  20. cl_crosshair_dynamic_splitdist "0"
  21.  
  22. cl_crosshair_outlinethickness "1"
  23.  
  24. cl_crosshairalpha "215.000000"
  25.  
  26. cl_crosshairdot "1"
  27.  
  28. cl_crosshairgap_useweaponvalue "0"
  29.  
  30. cl_crosshairscale "4"
  31.  
  32. cl_crosshairsize "0"
  33.  
  34. cl_crosshairstyle "2"
  35.  
  36. cl_crosshairthickness "1"
  37.  
  38. cl_crosshairusealpha "1"
  39.  
  40. cl_fixedcrosshairgap "0.000000"
  41.  
  42. alias +spray "+attack; cl_crosshairgap 40; cl_crosshairstyle 2"
  43.  
  44. alias -spray "-attack; cl_crosshairgap -3.5; cl_crosshairstyle 4"
  45.  
  46. bind "mouse1" "+spray"
  47.  
  48. cl_crosshair_sniper_width 2
  49. cl_radar_always_centered "0"
  50. cl_radar_scale "0.3"
  51. cl_hud_radar_scale "1.15"
  52. cl_radar_icon_scale_min "1"
  53. cl_radar_rotate "1"
  54. cl_radar_square_with_scoreboard "1"
  55. snd_mute_losefocus "0"
  56. engine_no_focus_sleep "0"
  57. cl_forcepreload "1"
  58. cl_join_advertise "2"
  59. cl_teammate_colors_show "2"
  60. cl_timeout "9999"
  61. developer "1"
  62.  
  63. con_enable "1"
  64.  
  65. con_filter_enable "2"
  66.  
  67. con_filter_text "Damage"
  68.  
  69.  
  70. con_filter_text_out Player:
  71.  
  72. //UTILITY BINDS
  73.  
  74. // ##### KNIFE SWITCH #####
  75.  
  76. echo Q . . . . . . . Knife switch
  77. bind Q +KNIFE_SWITCH
  78.  
  79. alias +KNIFE_SWITCH slot3
  80. alias -KNIFE_SWITCH lastinv
  81.  
  82. //JUMPTHROW
  83. unbind "c"
  84. alias "+jumpthrow" "+jump;-attack"
  85. alias "-jumpthrow" "-jump"
  86. bind "c" "+jumpthrow"
  87.  
  88. bind "mwheeldown" "+jump"
  89.  
  90.  
  91.  
  92. //F Binds
  93.  
  94.  
  95. bind "F2" "+findthebomb"
  96. alias "+findthebomb" "gameinstructor_enable 1"
  97. alias "-findthebomb" "gameinstructor_enable 0"
  98.  
  99. bind "F3" "toggle voice_scale 0 0.5"
  100.  
  101.  
  102. //BUYBINDS
  103.  
  104. bind "kp_minus" "sv_cheats 1; impulse 101; sv_infinite_ammo 2;
  105. weapon_debug_spread_show 1; sv_showimpacts 1; sv_grenade_trajectory 1;
  106. ammo_grenade_limit_total 5; give weapon_hegrenade; give weapon_flashbang;
  107. give weapon_smokegrenade; give weapon_molotov; give weapon_incgrenade;
  108. give weapon_decoy"
  109. bind "x" "noclip"
  110.  
  111. bind "kp_leftarrow" "buy vest; buy ak47; buy m4a1; buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade; buy vesthelm; buy vest;"
  112.  
  113.  
  114.  
  115. sensitivity "1.125"
  116. //SOUNDS
  117. dsp_enhance_stereo "0"
  118. snd_legacy_surround "0"
  119. snd_mixahead "0.07"
  120. snd_pitchquality "1"
  121. snd_deathcamera_volume "0.0"
  122. snd_mapobjective_volume "0.0"
  123. snd_menumusic_volume "0.0"
  124. snd_musicvolume "0.0"
  125. snd_mute_losefocus "0"
  126. snd_roundend_volume "0.2"
  127. snd_roundstart_volume "0.0"
  128. snd_tensecondwarning_volume "0.0"
  129. volume "0.2"
  130. snd_mute_losefocus "0"
  131. // RECOMMENDED HEADPHONES SETTINGS
  132. windows_speaker_config "1"
  133. snd_front_headphone_position "45.0"
  134. snd_rear_headphone_position "90.0"
  135. snd_headphone_pan_exponent "1.2"
  136. snd_headphone_pan_radial_weight "0.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement