Advertisement
Guest User

autoexec

a guest
Feb 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. //general
  2. con_enable "1"
  3. gameinstructor_enable "0"
  4. cl_showhelp "0"
  5. cl_autohelp "0"
  6. cl_disablefreezecam "1"
  7. cl_disablehtmlmotd "1"
  8.  
  9. //HUD
  10. hud_showtargetid "1"
  11. cl_hud_bomb_under_radar "1"
  12. cl_hud_playercount_showcount "1"
  13. cl_hud_playercount_pos "1" //1-bottom 0-top
  14. cl_hud_healthammo_style "1"
  15. cl_loadout_colorweaponnames "1"
  16. cl_showloadout "1"
  17. cl_teamid_overhead_always 1 //show team behind walls
  18.  
  19. //radar
  20. cl_teammate_colors_show "2"
  21. cl_hud_radar_scale "1"
  22. cl_radar_scale "0.4"
  23. cl_radar_always_centered "0"
  24. cl_radar_icon_scale_min "1"
  25.  
  26. //mouse
  27. m_rawinput "1"
  28. m_mouseaccel2 "0"
  29. m_mouseaccel1 "0"
  30. m_customaccel "0"
  31. m_mousespeed "0"
  32. zoom_sensitivity_ratio_mouse "1"
  33.  
  34. //viewmodel
  35. viewmodel_presetpos "0"
  36. viewmodel_offset_x "3"
  37. viewmodel_offset_y "2"
  38. viewmodel_offset_z "-2"
  39. viewmodel_fov "68"
  40.  
  41. //bobbing
  42. cl_bob_lower_amt "5"
  43. cl_bobamt_lat "0.1"
  44. cl_bobamt_vert "0.1"
  45. cl_bobcycle "0.98"
  46. cl_viewmodel_shift_left_amt "0"
  47. cl_viewmodel_shift_right_amt "0"
  48.  
  49. //rates
  50. rate "400000" //max rate 786432
  51. cl_cmdrate "128"
  52. cl_updaterate "128"
  53. cl_interp "0" //always set to 0
  54. cl_interp_ratio "1"
  55. cl_lagcompensation "1"
  56. cl_predict "1"
  57. cl_predictweapons "1"
  58.  
  59. //netcode
  60. fps_max "350"
  61. net_graph "1"
  62. net_graphheight "0"
  63. net_graphmsecs "400"
  64. net_graphpos "2"
  65. net_graphproportionalfont "0"
  66. net_graphshowinterp "1"
  67. net_graphshowlatency "1"
  68. net_graphsolid "1"
  69. net_graphtext "1"
  70. net_maxroutable "1200"
  71. net_scale "5"
  72.  
  73. //video
  74. mat_monitorgamma "1.6"
  75. mat_monitorgamma_tv_enabled "1"
  76.  
  77. //sound
  78. voice_scale "0.4"
  79. snd_hwcompat 0
  80.  
  81. //misc
  82. r_drawtracers_firstperson "0"
  83. lobby_voice_chat_enabled "0"
  84. cl_use_opens_buy_menu "0"
  85. mm_dedicated_search_maxping "50"
  86. cl_autowepswitch "0"
  87. func_break_max_pieces "0"
  88.  
  89. alias "dc" "disconnect"
  90. alias "bhop" "exec bhop.cfg"
  91. alias "mdl" "exec autoexec.cfg"
  92.  
  93. //binds
  94. bind "w" "+forward; r_cleardecals"
  95. bind "a" "+moveleft; r_cleardecals"
  96. bind "s" "+back; r_cleardecals"
  97. bind "d" "+moveright; r_cleardecals"
  98. bind "space" "+voicerecord"
  99. bind "mwheeldown" "+jump"
  100. bind "mwheelup" "+jump"
  101. bind 4 slot6 //HE
  102. bind mouse4 slot7 //flash
  103. bind capslock slot8 //smoke
  104. bind v slot9 //decoy
  105. bind c slot10 //molo
  106.  
  107. bind "alt" "buy defuser"
  108. bind "f1" "buy vesthelm; buy ak47; buy m4a1"
  109. bind "f2" "buy awp; buy vesthelm"
  110. bind "ins" "buy tec9; buy fiveseven"
  111. bind "home" "buy p250"
  112. bind "del" "buy vesthelm"
  113. bind "end" "buy vest"
  114. bind "uparrow" "buy molotov; buy incgrenade"
  115. bind "leftarrow" "buy hegrenade"
  116. bind "downarrow" "buy flashbang"
  117. bind "rightarrow" "buy smokegrenade"
  118.  
  119. bind kp_enter "exec autoexec.cfg"
  120. bind kp_ins "exec bhop.cfg"
  121.  
  122. //netgraph on tab
  123. alias "+scorenet" "+showscores; net_graphheight 0"
  124. alias "-scorenet" "-showscores; net_graphheight 9999"
  125. bind "TAB" "+scorenet"
  126.  
  127. //jump throw
  128. alias "+jumpthrow" "+jump;-attack"
  129. alias "-jumpthrow" "-jump"
  130. bind "z" "+jumpthrow"
  131.  
  132.  
  133. host_writeconfig
  134. clear
  135. echo m__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement