Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. // Rates
  2. rate "256000"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0.0"
  6. cl_interp_ratio "1"
  7. cl_interpolate "1"
  8. cl_lagcompensation "1"
  9.  
  10. // Mouse
  11. sensitivity ".5875"
  12. zoom_sensitivity_ratio_mouse "1.0"
  13. m_rawinput "1"
  14. m_pitch "0.022"
  15. m_customaccel "0"
  16. m_mouseaccel1 "0"
  17. m_mouseaccel2 "0"
  18.  
  19. // Video
  20. mat_monitorgamma "1.6"
  21. mat_queue_mode "-1" // auto detect multi-core rendering
  22. fps_max "500"
  23. fps_max_menu "145"
  24. r_dynamic "1"
  25. r_drawtracers_firstperson "0"
  26.  
  27. // Audio
  28. volume "0.5"
  29. voice_enable "1"
  30. voice_scale "0.2" // receive volume
  31. voice_mixer_volume "1" // mic volume
  32. snd_mixahead "0.05" // sound delay
  33.  
  34. // Sound
  35. snd_musicvolume 0.5
  36. snd_deathcamera_volume 0
  37. snd_mapobjective_volume 0 // The bomb music played prior to the ten-second warning
  38. snd_menumusic_volume 0
  39. snd_roundend_volume 0
  40. snd_roundstart_volume 0
  41. snd_tensecondwarning_volume 0.5 // The ten-second warning
  42. snd_mute_losefocus 0 // This will allow game noise to play even though you've alt-tabbed out
  43.  
  44. // HUD
  45. hud_scaling "0.8"
  46. hud_showtargetid "1"
  47. cl_hud_background_alpha "0.100000"
  48. cl_hud_bomb_under_radar "0"
  49. cl_hud_color "5"
  50. cl_hud_healthammo_style "1"
  51. cl_hud_playercount_pos "0"
  52. cl_hud_playercount_showcount "0"
  53. cl_hud_radar_scale "1.15"
  54. cl_draw_only_deathnotices "0"
  55. cl_righthand "0"
  56. cl_showloadout "1"
  57. cl_showpos "0"
  58. cl_showfps "0"
  59. cl_teamid_overhead_always "1"
  60. safezonex 0.85
  61.  
  62. // Radar
  63. cl_radar_always_centered "0"
  64. cl_radar_rotate "1"
  65. cl_radar_scale "0.3"
  66. cl_radar_icon_scale_min "1"
  67. cl_radar_square_with_scoreboard "1"
  68.  
  69.  
  70. // Reposition gun model to mimic source
  71. viewmodel_presetpos "0"
  72. viewmodel_fov "68"
  73. viewmodel_offset_x "2.500000"
  74. viewmodel_offset_y "0"
  75. viewmodel_offset_z "-1.500000"
  76.  
  77. // Reduce gun shifting when crouching
  78. cl_viewmodel_shift_left_amt "0.5"
  79. cl_viewmodel_shift_right_amt "0.5"
  80.  
  81. // Reduce gun and scope shifting/bobbing when moving
  82. cl_bobcycle "0.98"
  83. cl_bob_lower_amt "5"
  84. cl_bobamt_lat "0.1"
  85. cl_bobamt_vert "0.1"
  86.  
  87. // Misc
  88. developer "0"
  89. con_enable "1"
  90. con_filter_enable "2" // print console on screen
  91. con_filter_text "Damage " // highlight damage in console
  92. ui_steam_overlay_notification_position "bottomright"
  93. player_nevershow_communityservermessage "1"
  94. mm_dedicated_search_maxping "150" // max ping for matchmaking games
  95. mm_dedicated_force_servers ""
  96. gameinstructor_enable "0"
  97. option_duck_method "0"
  98. option_speed_method "0"
  99. cl_forcepreload "1"
  100. cl_downloadfilter "nosound" // mapsonly pls volvo
  101. cl_join_advertise "2" // let your friends join your community server without an invitation
  102. cl_disablehtmlmotd "0"
  103. cl_autohelp "0"
  104. cl_showhelp "0"
  105. cl_disablefreezecam "1"
  106. spec_replay_autostart "0"
  107. cl_dm_buyrandomweapons "0"
  108. cl_teammate_colors_show "1"
  109. cl_autowepswitch "0" // auto weapon switch on pickup
  110.  
  111.  
  112. // Binds
  113. bind v "+voicerecord"
  114. bind q "+radio1"
  115. bind w "+forward"
  116. bind a "+moveleft"
  117. bind s "+back"
  118. bind d "+moveright"
  119. bind z "use weapon_smokegrenade"
  120. bind x "use weapon_hegrenade"
  121. bind c "use weapon_molotov;use weapon_incgrenade;"
  122. bind e "+use"
  123. bind r "+reload"
  124. bind t "use weapon_c4;drop"
  125. bind f "use weapon_flashbang"
  126. bind g "drop"
  127. bind b "buymenu;impulse 101" // $$$
  128. bind j "+jumpthrow" // it's back!
  129. bind shift "+speed; r_cleardecals"
  130. bind ctrl "+duck; r_cleardecals"
  131. bind space "+jump"
  132. bind enter "messagemode"
  133. bind \ "messagemode2"
  134. bind 1 "slot1"
  135. bind 2 "slot2"
  136. bind 3 "slot3"
  137. bind 4 "use weapon_decoy"
  138. bind 5 "slot5"
  139. bind 6 "say ;noclip;say .noclip;practice" // noclip + practice mode
  140.  
  141.  
  142.  
  143. bind MWHEELDOWN "+jump"
  144. bind MWHEELUP "+jump"
  145.  
  146. bind mouse1 "+attack"
  147. bind mouse2 "+attack2"
  148.  
  149.  
  150. // Buy binds in separate cfg
  151. exec buybind.cfg
  152.  
  153. // Aliases
  154. alias "+jumpthrow" "+jump;-attack"
  155. alias "-jumpthrow" "-jump"
  156.  
  157. host_writeconfig // write settings to config.cfg
  158. echo ""
  159. echo ""
  160. echo "autoexec.cfg executed"
  161. echo "autoexec.cfg executed"
  162. echo "autoexec.cfg executed"
  163. echo "autoexec.cfg executed"
  164. echo "autoexec.cfg executed"
  165. echo "autoexec.cfg executed"
  166. echo "autoexec.cfg executed"
  167. echo "autoexec.cfg executed"
  168. echo "autoexec.cfg executed"
  169. echo "autoexec.cfg executed"
  170. echo "autoexec.cfg executed"
  171. echo "autoexec.cfg executed"
  172. echo "autoexec.cfg executed"
  173. echo "autoexec.cfg executed"
  174. echo "autoexec.cfg executed"
  175. echo "autoexec.cfg executed"
  176. echo "autoexec.cfg executed"
  177. echo "autoexec.cfg executed"
  178. echo "autoexec.cfg executed"
  179. echo "autoexec.cfg executed"
  180. echo "autoexec.cfg executed"
  181. echo "autoexec.cfg executed"
  182. echo "autoexec.cfg executed"
  183. echo "autoexec.cfg executed"
  184. echo "autoexec.cfg executed"
  185. echo "autoexec.cfg executed"
  186. echo "autoexec.cfg executed"
  187. echo "autoexec.cfg executed"
  188. echo "autoexec.cfg executed"
  189. echo "autoexec.cfg executed"
  190. echo "autoexec.cfg executed"
  191. echo "autoexec.cfg executed"
  192. echo "autoexec.cfg executed"
  193. echo "autoexec.cfg executed"
  194. echo "autoexec.cfg executed"
  195. echo "autoexec.cfg executed"
  196. echo "autoexec.cfg executed"
  197. echo "autoexec.cfg executed"
  198. echo "autoexec.cfg executed"
  199. echo "autoexec.cfg executed"
  200. echo "autoexec.cfg executed"
  201. echo "autoexec.cfg executed"
  202. echo "autoexec.cfg executed"
  203.  
  204. echo ""
  205. echo ""
  206. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement