Guest User

autoexec.cfg

a guest
Nov 7th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. clear
  2.  
  3. echo "################################################################################################"
  4. echo "########################################### AUTOEXEC ###########################################"
  5. echo "################################################################################################"
  6.  
  7. // Binds and buybinds in seperate file
  8. exec binds.cfg
  9.  
  10. // Audio & Chat
  11.  
  12. cl_chatfilters "1"
  13. cl_mute_all_but_friends_and_party "0"
  14. cl_mute_enemy_team "0"
  15. snd_menumusic_volume "0"
  16. snd_roundstart_volume "0"
  17. snd_roundend_volume "0"
  18. snd_mapobjective_volume "0"
  19. snd_deathcamera_volume "0"
  20. snd_dzmusic_volume "0"
  21. snd_tensecondwarning_volume "0.10"
  22. snd_mute_losefocus  "1"
  23. snd_mvp_volume "0"
  24. volume "0.20"
  25. voice_enable "1"
  26. voice_mixer_volume "1"
  27. voice_scale "0.5"
  28.  
  29. // General
  30.  
  31. con_enable "1"
  32. cl_autohelp "0"
  33. cl_autowepswitch "0"
  34. cl_disablefreezecam "1"
  35. cl_disablehtmlmotd "1"
  36. cl_dm_buyrandomweapons "0"
  37. cl_draw_only_deathnotices "0"
  38. cl_join_advertise "2"
  39. cl_showhelp "0"
  40. cl_showloadout "1"
  41. cl_teammate_colors_show "2"
  42. gameinstructor_enable "0"
  43.  
  44. // HUD
  45.  
  46. cl_hud_background_alpha "0.5"
  47. cl_hud_bomb_under_radar "1"
  48. cl_hud_color "2"
  49. cl_hud_healthammo_style "0"
  50. cl_hud_playercount_pos "0"
  51. cl_hud_playercount_showcount "1"
  52. cl_showpos "0"
  53. cl_showfps "0"
  54. hud_scaling "0.85"
  55. hud_showtargetid "1"
  56. safezonex "0.85"
  57. safezoney "0.90"
  58. ui_steam_overlay_notification_position "bottomright"
  59.  
  60. // Mouse
  61.  
  62. m_customaccel "0"
  63. m_mouseaccel1 "0"
  64. m_mouseaccel2 "0"
  65. m_mousespeed "0"
  66. m_rawinput "1"
  67. sensitivity "1.20"
  68. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  69.  
  70. // Netgraph
  71.  
  72. net_graph "1"
  73. net_graphmsecs "400"
  74. net_graphpos "2"
  75. net_graphproportionalfont "1"
  76. net_graphshowinterp "1"
  77. net_graphshowlatency "1"
  78. net_graphsolid "1"
  79. net_graphtext "1"
  80. net_scale "5"
  81.  
  82. // Network
  83.  
  84. cl_cmdrate "128"
  85. cl_interp "0"
  86. cl_interp_ratio "1"
  87. cl_lagcompensation "1"
  88. cl_predict "1"
  89. cl_predictweapons "1"
  90. cl_updaterate "128"
  91. net_maxroutable "1200"
  92. rate "786432"
  93.  
  94. // Performance
  95.  
  96. cl_forcepreload "1"
  97. engine_no_focus_sleep "0"
  98. fps_max "0"
  99. fps_max_menu "144"
  100. mat_queue_mode "2"
  101. r_drawtracers_firstperson "1"
  102. r_dynamic "1"
  103.  
  104. // Radar
  105.  
  106. cl_hud_radar_scale "1.30"
  107. cl_radar_always_centered "0"
  108. cl_radar_icon_scale_min "0.7"
  109. cl_radar_rotate "1"
  110. cl_radar_scale "0.4"
  111. cl_radar_square_with_scoreboard "1"
  112.  
  113. // Viewmodel
  114.  
  115. cl_bob_lower_amt "10"
  116. cl_bobamt_lat "0"
  117. cl_bobamt_vert "0"
  118. cl_bobcycle "1.0"
  119. cl_righthand "0"
  120. cl_viewmodel_shift_left_amt "0"
  121. cl_viewmodel_shift_right_amt "0"
  122. viewmodel_fov "68"
  123. viewmodel_offset_x "2.5"
  124. viewmodel_offset_y "2.0"
  125. viewmodel_offset_z "-2.0"
  126. viewmodel_recoil "0"
  127.  
  128. // Preparation for offline practice
  129.  
  130. cl_use_opens_buy_menu "0"
  131. mp_autokick "0"
  132. mp_autoteambalance "0"
  133. mp_buy_anywhere "1"
  134. mp_limitteams "20"
  135. mp_spectators_max "10"
  136.  
  137. // All commands placed below are best executed at the end of this file
  138.  
  139. joystick "0"
  140. viewmodel_presetpos "0"
  141. host_writeconfig
  142.  
  143. echo ""
  144. echo "################################################################################################"
  145. echo "####################################### FINISHED LOADING #######################################"
  146. echo "################################################################################################"
  147.  
  148. play "ambient\creatures\chicken_death_01"
Advertisement
Add Comment
Please, Sign In to add comment