Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. // CSGO CFG ~ Metro
  2.  
  3. // launch options
  4. // -novid -high +exec autoexec.cfg -tickrate 128
  5.  
  6. unbindall
  7.  
  8. // Rates
  9. rate "786432"
  10. cl_cmdrate "128"
  11. cl_updaterate "128"
  12. cl_interp "0"
  13. cl_interp_ratio "1"
  14. cl_lagcompensation "1"
  15.  
  16. // Audio
  17. voice_mixer_volume "1"
  18. volume ".3"
  19. voice_enable "1"
  20. voice_scale "0.35"
  21. windows_speaker_config "1"
  22. snd_musicvolume "0.1"
  23. snd_mixahead "0.05"
  24. snd_headphone_pan_exponent "2"
  25. snd_headphone_pan_radial_weight "2"
  26. snd_mute_losefocus "0"
  27. lobby_voice_chat_enabled "0"
  28. snd_deathcamera_volume "0"
  29. snd_mapobjective_volume "0"
  30. snd_menumusic_volume "0.1"
  31. snd_roundend_volume "0"
  32. snd_roundstart_volume "0"
  33. snd_tensecondwarning_volume "1"
  34.  
  35. // Video
  36. mat_monitorgamma "1.6"
  37. mat_queue_mode "2"
  38. fps_max "0"
  39. fps_max_menu "180"
  40. r_dynamic "0"
  41. r_drawtracers_firstperson "1"
  42.  
  43. // Mouse
  44. sensitivity "1.4"
  45. zoom_sensitivity_ratio_mouse "1"
  46. m_rawinput "1"
  47. m_customaccel "0"
  48. m_mouseaccel1 "0"
  49. m_mouseaccel2 "0"
  50.  
  51. // Misc
  52. developer "0"
  53. ui_steam_overlay_notification_position "bottomright"
  54. player_nevershow_communityservermessage "1"
  55. gameinstructor_enable "0"
  56. option_duck_method "0"
  57. option_speed_method "0"
  58. cl_forcepreload "1"
  59. cl_downloadfilter "nosounds"
  60. cl_disablehtmlmotd "0"
  61. cl_autohelp "0"
  62. cl_showhelp "0"
  63. cl_disablefreezecam "1"
  64. cl_teammate_colors_show "1"
  65. cl_autowepswitch "0"
  66. cl_use_opens_buy_menu "0"
  67. closeonbuy "0"
  68. hud_takesshots "1"
  69. cl_join_advertise "2"
  70. cl_teamid_overhead_always "1"
  71. +cl_show_team_equipment
  72.  
  73. //Alias
  74. alias DC "disconnect"
  75. alias Q "quit"
  76. alias voice "toggle voice_enable 0 1"
  77.  
  78. // HUD
  79. hud_scaling "0.8"
  80. hud_showtargetid "1"
  81. cl_righthand "1"
  82. cl_showloadout "1"
  83. cl_showpos "0"
  84. cl_showfps "0"
  85. net_graph "1"
  86. viewmodel_presetpos "1"
  87. viewmodel_fov "65"
  88. viewmodel_offset_x "2"
  89. viewmodel_offset_y "2"
  90. viewmodel_offset_z "-2"
  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. // Radar
  99. cl_radar_always_centered "1"
  100. cl_radar_rotate "1"
  101. cl_radar_scale "0.5"
  102. cl_radar_icon_scale_min "0.4"
  103.  
  104. // Crosshair
  105. cl_crosshair_drawoutline "0"
  106. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  107. cl_crosshair_dynamic_splitalpha_innermod "1"
  108. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  109. cl_crosshair_dynamic_splitdist "7"
  110. cl_crosshair_outlinethickness "1"
  111. cl_crosshair_sniper_width "1"
  112. cl_crosshairalpha "255"
  113. cl_crosshaircolor "1"
  114. cl_crosshaircolor_b "255"
  115. cl_crosshaircolor_g "255"
  116. cl_crosshaircolor_r "0"
  117. cl_crosshairdot "0"
  118. cl_crosshairgap "-3"
  119. cl_crosshairgap_useweaponvalue "0"
  120. cl_crosshairscale "0"
  121. cl_crosshairsize "3"
  122. cl_crosshairstyle "4"
  123. cl_crosshairthickness "0.5"
  124. cl_crosshairusealpha "1"
  125. cl_fixedcrosshairgap "3"
  126.  
  127. // Bind
  128. bind mouse1 "+attack"
  129. bind mouse2 "+attack2"
  130. bind 0 "slot10"
  131. bind 1 "slot1"
  132. bind 2 "slot2"
  133. bind 3 "slot3"
  134. bind 4 "slot4"
  135. bind 5 "slot5"
  136. bind 6 "slot6"
  137. bind 7 "slot7"
  138. bind 8 "slot8"
  139. bind a "+moveleft"
  140. bind b "buymenu"
  141. bind d "+moveright"
  142. bind e "+use"
  143. bind f "+lookatweapon"
  144. bind g "drop"
  145. bind i "show_loadout_toggle"
  146. bind m "teammenu"
  147. bind q "lastinv"
  148. bind r "+reload"
  149. bind s "+back"
  150. bind t "+spray_menu"
  151. bind u "messagemode2"
  152. bind w "+forward"
  153. bind y "messagemode"
  154. bind z "radio1"
  155. bind , "buyammo1"
  156. bind . "buyammo2"
  157. bind SPACE "+jump"
  158. bind TAB "+showscores"
  159. bind ESCAPE "cancelselect"
  160. bind SHIFT "+speed"
  161. bind CTRL "+duck"
  162.  
  163. //Custom Bind
  164. bind \ "toggleconsole"
  165. bind ALT "+voicerecord"
  166. bind v "use weapon_smokegrenade"
  167. bind c "use weapon_flashbang"
  168. bind x "use weapon_molotov; use weapon_incgrenade"
  169. bind kp_end "say ┗( ˙◁˙ )┓三三"
  170. bind kp_downarrow "say (╯°□°)╯︵ ┻━┻"
  171. bind kp_pgdn "say ¯\_(ツ)_/¯ "
  172.  
  173. //Buy Bind
  174. bind f1 "buy vest;"
  175. bind f2 "buy vesthelm;"
  176. bind f3 "buy ak47; buy m4a1"
  177. bind f4 "buy defuser;"
  178. bind f5 "buy smokegrenade;"
  179. bind f6 "buy flashbang;"
  180. bind f7 "buy molotov; buy incgrenade;"
  181. bind f8 "buy hegrenade;"
  182. bind f9 "buy p250;"
  183. bind f10 "buy tec9; buy fiveseven;"
  184. bind f11 "buy awp;"
  185.  
  186. echo "autoexec.cfg loaded, GLHF"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement