Advertisement
zacjhutch

Untitled

Feb 22nd, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. //Autoexec file generated by bzl.no
  2.  
  3. bind "F1" "voice_enable 0;echo VOICE_MUTED;Say_team voice_off"
  4. bind "F2" "voice_enable 1;echo VOICE_ENABLED;Say_team voice_on"
  5.  
  6. //Rates
  7. rate "128000"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. cl_interp "0.0"
  11. cl_interp_ratio "1.0"
  12. cl_lagcompensation "1"
  13.  
  14.  
  15. //Audio
  16. volume "0.3"
  17. voice_enable "1"
  18. voice_scale "0.2"
  19. windows_speaker_config "6"
  20. snd_musicvolume "0.0"
  21. snd_mixahead "0.05"
  22. snd_headphone_pan_exponent "2"
  23. snd_headphone_pan_radial_weight "2"
  24. snd_legacy_surround "0"
  25. snd_mute_losefocus "1"
  26. lobby_voice_chat_enabled "0"
  27.  
  28.  
  29. //Video
  30. mat_monitorgamma "1.6"
  31. mat_queue_mode "-1"
  32. mat_vsync "0"
  33. fps_max "180"
  34. fps_max_menu "180"
  35. r_dynamic "0"
  36. r_drawtracers_firstperson "1"
  37. r_drawparticles "0"
  38. mat_savechanges //write settings to registry"
  39.  
  40.  
  41. //Mouse
  42. sensitivity "0.85"
  43. zoom_sensitivity_ratio_mouse "1.0"
  44. m_rawinput "1"
  45. m_customaccel "0.0"
  46. m_mouseaccel1 "0.0"
  47. m_mouseaccel2 "0.0"
  48.  
  49.  
  50. //Misc
  51. developer "1"
  52. con_enable "1"
  53. con_filter_enable "2"
  54. con_filter_text "Damage"
  55. con_filter_text_out "Player:"
  56. ui_steam_overlay_notification_position "bottomright"
  57. player_nevershow_communityservermessage "1"
  58. mm_dedicated_search_maxping "100"
  59. mm_dedicated_force_servers ""
  60. gameinstructor_enable "0"
  61. option_duck_method "0"
  62. option_speed_method "0"
  63. cl_forcepreload "1"
  64. cl_downloadfilter "nosounds"
  65. cl_disablehtmlmotd "0"
  66. cl_autohelp "0"
  67. cl_showhelp "0"
  68. cl_disablefreezecam "1"
  69. cl_teammate_colors_show "1"
  70. cl_autowepswitch "0"
  71. cl_use_opens_buy_menu "0"
  72. closeonbuy "0"
  73. hud_takesshots "1"
  74.  
  75.  
  76. //HUD
  77. hud_scaling "0.8"
  78. hud_showtargetid "1"
  79. cl_draw_only_deathnotices "0"
  80. cl_righthand "1"
  81. cl_showloadout "1"
  82. cl_showpos "0"
  83. cl_showfps "0"
  84. net_graph "1"
  85. net_graphproportionalfont "1"
  86. viewmodel_presetpos "0"
  87. viewmodel_fov "65"
  88. viewmodel_offset_x "2.0"
  89. viewmodel_offset_y "2.0"
  90. viewmodel_offset_z "-2.0"
  91. cl_viewmodel_shift_left_amt "0.5"
  92. cl_viewmodel_shift_right_amt "0.25"
  93. cl_bobcycle "0.98"
  94. cl_bob_lower_amt "5"
  95. cl_bobamt_lat "0.1"
  96. cl_bobamt_vert "0.1"
  97.  
  98.  
  99. //Keybinds
  100. bind kp_slash "buy p90"
  101. bind kp_multiply "buy bizon"
  102. bind kp_minus "buy sawedoff;buy mag7"
  103. bind kp_home "buy awp"
  104. bind kp_uparrow "buy m4a1;buy ak47"
  105. bind kp_pgup "buy famas;buy galilar"
  106. alias "fn57_tec9" "buy fn57; buy tec9"
  107. bind "KP_LEFTARROW" "fn57_tec9"
  108. bind kp_5 "buy incgrenade;buy molotov"
  109. bind kp_rightarrow "buy decoy"
  110. bind kp_end "buy hegrenade"
  111. bind kp_downarrow "buy flashbang"
  112. bind kp_pgdn "buy smokegrenade"
  113. bind kp_ins "buy vest"
  114. bind kp_del "buy vesthelm"
  115. bind kp_plus "buy p250"
  116. bind kp_enter "buy defuser"
  117.  
  118.  
  119. //Radar
  120. cl_radar_always_centered "0"
  121. cl_radar_rotate "1"
  122. cl_radar_scale "0.38"
  123. cl_radar_icon_scale_min "0.4"
  124.  
  125.  
  126. //Crosshair
  127. cl_crosshairalpha "255"
  128. cl_crosshaircolor "1"
  129. cl_crosshaircolor_b "0"
  130. cl_crosshaircolor_r "0"
  131. cl_crosshaircolor_g "0"
  132. cl_crosshairdot "0"
  133. cl_crosshairgap "-4"
  134. cl_crosshairsize "2"
  135. cl_crosshairstyle "4"
  136. cl_crosshairusealpha "1"
  137. cl_crosshairthickness "1"
  138. cl_fixedcrosshairgap "-2"
  139. cl_crosshair_outline "0"
  140. cl_crosshair_outline_draw "0"
  141.  
  142.  
  143.  
  144. host_writeconfig
  145. echo ""
  146. echo ""
  147. echo "autoexec.cfg loaded, GLHF"
  148. echo ""
  149. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement