Advertisement
Guest User

autoexec.cfg

a guest
Oct 3rd, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. //beamstas config
  2. //-threads 4 -novid -nojoy -sw -noborder 1920 -h 1080
  3.  
  4. clear
  5.  
  6. //Net Rates
  7. rate "128000"
  8. cl_cmdrate "128"
  9. cl_updaterate "128"
  10. cl_interp "0"
  11. cl_interp_ratio "2"
  12.  
  13. //Audio Settings
  14. volume "1"
  15. voice_enable "1"
  16. voice_scale "0.75"
  17. windows_speaker_config "1"
  18. snd_mixahead "0.05"
  19. snd_headphone_pan_exponent "2"
  20. snd_headphone_pan_radial_weight "2"
  21. snd_legacy_surround "0"
  22. snd_mute_losefocus "1"
  23. lobby_voice_chat_enabled "0"
  24. snd_musicvolume "0.1"
  25.  
  26. //Video
  27. mat_monitorgamma "2.1"
  28. mat_queue_mode "-1"
  29. fps_max "289"
  30. fps_max_menu "289"
  31. r_dynamic "0"
  32. r_drawtracers_firstperson "1"
  33.  
  34. //Console Damage Text
  35. developer "1"
  36. con_enable "1"
  37. con_filter_enable "2"
  38. con_filter_text "Damage"
  39. con_filter_text_out "Player:"
  40.  
  41. //Misc
  42. player_nevershow_communityservermessage "1"
  43. mm_dedicated_search_maxping "100"
  44. mm_dedicated_force_servers ""
  45. gameinstructor_enable "0"
  46. option_duck_method "0"
  47. option_speed_method "0"
  48. cl_forcepreload "1"
  49. cl_downloadfilter "nosounds"
  50. cl_disablehtmlmotd "0"
  51. cl_autohelp "0"
  52. cl_showhelp "0"
  53. cl_disablefreezecam "1"
  54. cl_teammate_colors_show "1"
  55. cl_autowepswitch "0"
  56. cl_use_opens_buy_menu "0"
  57. closeonbuy "0"
  58. hud_takesshots "0"
  59. cl_mute_enemy_team 0
  60.  
  61. //HUD
  62. hud_scaling "0.8"
  63. hud_showtargetid "1"
  64. cl_righthand "1"
  65. cl_showloadout "1"
  66. cl_hud_playercount_pos "1"
  67. cl_hud_background_alpha "1"
  68. cl_hud_playercount_showcount "0"
  69. cl_showpos "0"
  70. cl_showfps "0"
  71. net_graphproportionalfont "1"
  72.  
  73. //Viewmodels
  74. viewmodel_presetpos "0"
  75. viewmodel_fov "65"
  76. viewmodel_offset_x "2"
  77. viewmodel_offset_y "2"
  78. viewmodel_offset_z "-2"
  79. cl_viewmodel_shift_left_amt "0.5"
  80. cl_viewmodel_shift_right_amt "0.25"
  81. cl_bobcycle "0.98"
  82. cl_bob_lower_amt "5"
  83. cl_bobamt_lat "0.1"
  84. cl_bobamt_vert "0.1"
  85.  
  86. //Netgraph
  87. net_graph "1"
  88. net_graphheight "9999"
  89. alias "+scoregraph" "+showscores; net_graphheight 0"
  90. alias "-scoregraph" "-showscores; net_graphheight 9999"
  91. bind "tab" "+scoregraph"
  92.  
  93. //Jumpthrow for grenades
  94. alias "+jumpthrow" "+jump;-attack;-attack2"
  95. alias "-jumpthrow" "-jump;"
  96. bind "mouse3" "+jumpthrow"
  97.  
  98. //NumPad Buybinds
  99. bind "kp_slash" "buy nova;"
  100. bind "kp_multiply" "buy sawedoff; buy mag7;"
  101. bind "kp_pgup" "buy negev;"
  102. bind "kp_uparrow" "buy ump45;"
  103. bind "kp_end" "buy ak47; buy m4a1;"
  104. bind "kp_downarrow" "buy sg556; buy aug;"
  105. bind "kp_pgdn" "buy galilar; buy famas;"
  106. bind "kp_enter" "buy defuser;"
  107. bind "kp_plus" "buy vesthelm;"
  108. bind "kp_minus" "buy vest;"
  109. bind "kp_ins" "buy awp;"
  110. bind "kp_del" "buy ssg08;"
  111. bind "kp_leftarrow" "buy p90;"
  112. bind "kp_rightarrow" "buy mac10; buy mp9;"
  113. bind "kp_5" "buy mp7;"
  114. bind "kp_home" "buy bizon;"
  115. bind "uparrow" "buy p250;"
  116. bind "leftarrow" "buy tec9; buy fiveseven;"
  117. bind "downarrow" "buy deagle;"
  118. bind "rightarrow" "buy elite;"
  119.  
  120. //Radar Size
  121. cl_radar_icon_scale_min "0.4"
  122. cl_radar_always_centered "0"
  123. cl_radar_rotate "1"
  124.  
  125. //Crosshairsettings
  126. cl_crosshaircolor "4"
  127. cl_crosshairsize "2"
  128. cl_crosshairstyle "4"
  129. cl_crosshairdot "0"
  130. cl_crosshairalpha "255"
  131. cl_crosshairgap "-1"
  132. cl_crosshairthickness "0"
  133. cl_crosshairusealpha "1"
  134. cl_crosshair_Drawoutline "1"
  135.  
  136. mat_savechanges //write settings to registry
  137. host_writeconfig
  138. echo "autoexec loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement