Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. // minus's CS:GO config
  2. // Updated 09/10/15
  3.  
  4. // Rates
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0.0"
  9. cl_interp_ratio "1"
  10. cl_lagcompensation "1"
  11.  
  12. // Mouse
  13. sensitivity "0.55"
  14. zoom_sensitivity_ratio_mouse "1.0"
  15. m_rawinput "1"
  16. m_pitch "0.022"
  17. m_customaccel "0"
  18. m_mouseaccel1 "0"
  19. m_mouseaccel2 "0"
  20.  
  21. // Video
  22. mat_monitorgamma "1.6"
  23. mat_queue_mode "-1" // auto detect multi-core rendering
  24. fps_max "0"
  25. fps_max_menu "0"
  26. r_dynamic "0"
  27. r_drawtracers_firstperson "0"
  28. mat_savechanges // write video settings to registry
  29.  
  30. // Audio
  31. volume "0.2"
  32. voice_enable "1"
  33. voice_scale "1" // receive volume
  34. windows_speaker_config "1" // headphone audio output
  35. snd_musicvolume "0"
  36. snd_mixahead "0.05" // sound delay
  37. snd_headphone_pan_exponent "2"
  38. snd_headphone_pan_radial_weight "2"
  39. snd_legacy_surround "0" // emulated surround sound
  40. snd_mute_losefocus "1" // mute game when alt-tabbed
  41. lobby_voice_chat_enabled "0" // voice chat in lobby
  42.  
  43. // HUD
  44. hud_scaling "0.80" // CS:S sized HUD
  45. hud_showtargetid "1"
  46. cl_hud_background_alpha "0"
  47. cl_hud_bomb_under_radar "0"
  48. cl_hud_color "1"
  49. cl_hud_healthammo_style "1"
  50. cl_hud_playercount_pos "0"
  51. cl_hud_playercount_showcount "1"
  52. cl_hud_radar_scale "0.900000"
  53. cl_draw_only_deathnotices "0"
  54. cl_righthand "0"
  55. cl_showloadout "1"
  56. cl_showpos "0"
  57. cl_showfps "1"
  58. net_graph "0"
  59. net_graphproportionalfont "0" // small netgraph font
  60.  
  61. // Radar
  62. cl_radar_always_centered "0"
  63. cl_radar_rotate "1"
  64. cl_radar_scale "0.38"
  65. cl_radar_icon_scale_min "0.4"
  66. cl_radar_square_with_scoreboard "0"
  67.  
  68. // Reposition gun model to mimic 1.6
  69. viewmodel_presetpos "0"
  70. viewmodel_fov "68"
  71. viewmodel_offset_x "2.500000"
  72. viewmodel_offset_y "0"
  73. viewmodel_offset_z "-1.500000"
  74.  
  75. // Reduce gun shifting when crouching
  76. cl_viewmodel_shift_left_amt "0.5"
  77. cl_viewmodel_shift_right_amt "0.5"
  78. cl_bobcycle "2"
  79. cl_bob_lower_amt "5"
  80. cl_bobamt_lat "0.4"
  81. cl_bobamt_vert "0.25"
  82.  
  83. // Crosshair
  84. cl_crosshairstyle "4"
  85. cl_crosshairsize "2.2"
  86. cl_crosshairthickness "0"
  87. cl_crosshairgap "-1" // classic
  88. cl_fixedcrosshairgap "3" // new
  89. cl_crosshairdot "0"
  90. cl_crosshairusealpha "1"
  91. cl_crosshairalpha "999"
  92. cl_crosshair_drawoutline "1"
  93. cl_crosshair_outlinethickness "1"
  94. cl_crosshairgap_useweaponvalue "0"
  95. // White crosshair
  96. cl_crosshaircolor "5"
  97. cl_crosshaircolor_r "255"
  98. cl_crosshaircolor_g "255"
  99. cl_crosshaircolor_b "255"
  100.  
  101. // Debug accuracy (sv_cheats)
  102. weapon_debug_spread_show "0" // show possible shot accuracy
  103. weapon_debug_spread_gap "0.67"
  104.  
  105. // Misc
  106. developer "0"
  107. con_enable "1"
  108. con_filter_enable "2" // print console on screen
  109. con_filter_text "Damage " // highlight damage in console
  110. ui_steam_overlay_notification_position "bottomright"
  111. player_nevershow_communityservermessage "1"
  112. mm_dedicated_search_maxping "80" // max ping for matchmaking games
  113. mm_dedicated_force_servers ""
  114. gameinstructor_enable "0"
  115. option_duck_method "0"
  116. option_speed_method "0"
  117. cl_forcepreload "1"
  118. cl_downloadfilter "nosound" // mapsonly pls volvo
  119. cl_disablehtmlmotd "0"
  120. cl_autohelp "0"
  121. cl_showhelp "0"
  122. cl_disablefreezecam "1"
  123. cl_dm_buyrandomweapons "0"
  124. cl_teammate_colors_show "1"
  125. cl_autowepswitch "0" // auto weapon switch on pickup
  126. cl_use_opens_buy_menu "0" // E opening buy menu
  127. cl_scoreboard_mouse_enable_binding "showmouse" // press `t` to enable mouse on the scoreboard
  128. closeonbuy "0"
  129. hud_takesshots "0" // scoreboard screenshot at end of match
  130. cl_clanid "" // rip in pepperinos afterlife
  131. password ""
  132.  
  133. // Binds
  134. unbind y
  135. unbind u
  136. unbind k
  137. unbind alt
  138. unbind f4
  139. unbind MWHEELUP
  140. bind + "messagemode"
  141. bind \ "messagemode2"
  142. bind v "+voicerecord"
  143. bind "TAB" "+ng"
  144. bind space "+jump"
  145. bind w "+forward"
  146. bind a "+moveleft"
  147. bind s "+back"
  148. bind d "+moveright"
  149. bind MWHEELDOWN "+jump"
  150. bind home "spectate"
  151. bind mouse1 "+attack"
  152. bind mouse2 "+attack2"
  153. bind mouse3 "bhopon" // toggle scroll wheel bhop
  154. bind mouse4 "use weapon_smokegrenade"
  155. bind mouse5 "use weapon_flashbang"
  156. bind del "exec autoexec"
  157. bind shift "+speed" // default
  158. bind f "+lookatweapon" // default
  159. bind g "drop" // default
  160. bind h "bot_place;sm_sl" // places bot for practice + surf saveloc
  161. bind n "+jumpthrow" // nade jump throw
  162. bind t "showmouse;toggle cl_righthand 0 1" // mouse on scoreboard + toggle left/right hand situationally
  163. bind - "toggle voice_scale 1 0" // toggle voice volume
  164. bind 0 "toggle volume 0.2 0.1 0" // toggle game volume
  165. bind f1 "say ;noclip;say .noclip;practice" // noclip + practice mode
  166. bind f2 "rebuy"
  167. bind f3 "bots" // bot warmup mode
  168. bind f5 "sm_restart;surf" // kz/bhop/surf restart + surf settings
  169. bind f6 "sm_tele" // surf
  170. bind . "say .budibudibudibudi;say .ready;say !ready" // custom ready for pugs
  171. bind / "say ;say .dbserver; say .players" // bitcoins
  172.  
  173. // Aliases
  174. alias "showmouse" // for mouse on scoreboard
  175. alias "+ng" "+showscores; net_graph 1"
  176. alias "-ng" "-showscores; net_graph 0"
  177. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  178. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  179. alias "+jumpthrow" "+jump;-attack"
  180. alias "-jumpthrow" "-jump"
  181. alias "surf" "bind mouse4 +left;bind mouse5 +right;fps_max 300"
  182. alias "practice" "sv_cheats 1;impulse 101;sv_showimpacts 1;sv_showimpacts_penetration 1;sv_showbullethits 1;sv_infinite_ammo 2;ammo_grenade_limit_total 6;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;mp_roundtime_defuse 60;mp_buytime 60;mp_buy_anywhere 1;mp_teammates_are_enemies 1;bot_stop 1;mp_warmup_end;" // practice mode
  183. alias "bots" "sv_cheats 1;god;mp_warmup_start;mp_warmup_pausetimer 1;mp_autoteambalance 0;mp_limitteams 0;mp_buy_anywhere 1;mp_randomspawn 1;mp_spawnprotectiontime 0;mp_respawn_immunitytime 0;sv_infinite_ammo 1;bot_quota_mode normal;bot_difficulty 3;bot_dont_shoot 1;bot_kick;mp_restartgame 1;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;impulse 101" // bot warmup mode
  184. alias "pcount" "toggle cl_hud_playercount_showcount 0 1" // toggle the menu with escape to refresh the hud
  185.  
  186. // Keypad buy binds
  187. bind kp_ins "buy vesthelm" // 0
  188. bind kp_del "buy vest" // .
  189. bind kp_enter "buy defuser" // Enter
  190. bind kp_end "buy hegrenade;give weapon_hegrenade" // 1
  191. bind kp_downarrow "buy flashbang;give weapon_flashbang" // 2
  192. bind kp_pgdn "buy smokegrenade;give weapon_smokegrenade" // 3
  193. bind kp_leftarrow "buy deagle;give weapon_deagle" //4
  194. bind kp_5 "buy incgrenade;buy molotov;give weapon_incgrenade;give weapon_molotov" // 5
  195. bind kp_rightarrow "buy decoy;give weapon_decoy" // 6
  196. bind kp_home "buy awp;give weapon_awp" // 7
  197. bind kp_uparrow "buy m4a1;buy ak47;give weapon_m4a1_silencer;give weapon_ak47;" // 8
  198. bind kp_pgup "buy famas;buy galilar;give weapon_famas;give weapon_galilar" // 9
  199. bind kp_slash "buy p90;give weapon_p90" // /
  200. bind kp_multiply "buy mac10; buy mp9;give weapon_mac10; give weapon_mp9" // *
  201. bind kp_minus "buy p250;give weapon_p250" // -
  202. bind kp_plus "buy fn57;give weapon_fiveseven;buy tec9;give weapon_tec9" // +
  203. host_writeconfig // write settings to config.cfg
  204. echo ""
  205. echo ""
  206. echo "autoexec.cfg executed"
  207. echo ""
  208. echo ""
  209. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement