Advertisement
giLLL

caca

Feb 14th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. rate "128000"
  2. cl_cmdrate "128"
  3. cl_updaterate "128"
  4. cl_interp "0.0"
  5. cl_interp_ratio "1"
  6. cl_lagcompensation "1"
  7.  
  8. // Mouse
  9. sensitivity "0.65"
  10. zoom_sensitivity_ratio_mouse "0.7"
  11. m_rawinput "1"
  12. m_pitch "0.022"
  13. m_customaccel "0"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16.  
  17. // Video
  18. mat_monitorgamma "1.6"
  19. mat_queue_mode "-1" // auto detect multi-core rendering
  20. fps_max "180"
  21. fps_max_menu "0"
  22. r_dynamic "0"
  23. r_drawtracers_firstperson "0"
  24. mat_savechanges // write video settings to registry
  25.  
  26. // Audio
  27. volume "0.04"
  28. voice_enable "1"
  29. voice_scale "1" // receive volume
  30. windows_speaker_config "1" // headphone audio output
  31. snd_musicvolume "0"
  32. snd_mixahead "0.05" // sound delay
  33. snd_headphone_pan_exponent "2"
  34. snd_headphone_pan_radial_weight "2"
  35. snd_legacy_surround "0" // emulated surround sound
  36. snd_mute_losefocus "1" // mute game when alt-tabbed
  37. lobby_voice_chat_enabled "0" // voice chat in lobby
  38.  
  39. // HUD
  40. hud_scaling "0.91" // CS:S sized HUD
  41. hud_showtargetid "1"
  42. cl_hud_background_alpha "5"
  43. cl_hud_bomb_under_radar "0"
  44. cl_hud_color "2"
  45. cl_hud_healthammo_style "1"
  46. cl_hud_playercount_pos "0"
  47. cl_hud_playercount_showcount "1"
  48. cl_hud_radar_scale "3"
  49. cl_draw_only_deathnotices "0"
  50. cl_righthand "1"
  51. cl_showloadout "1"
  52. cl_showpos "0"
  53. cl_showfps "0"
  54. net_graph "1"
  55. net_graphproportionalfont "0"
  56. net_graphpos "1"
  57.  
  58. // Radar
  59. cl_radar_always_centered "0"
  60. cl_radar_rotate "1"
  61. cl_radar_scale "0.32"
  62. cl_radar_icon_scale_min "0.4"
  63. cl_radar_square_with_scoreboard "0"
  64.  
  65. cl_viewmodel_shift_left_amt "0"
  66. cl_viewmodel_shift_right_amt "0"
  67. viewmodel_fov "64"
  68. viewmodel_offset_x "5"
  69. viewmodel_offset_y "1.75"
  70. viewmodel_offset_z "-1"
  71. viewmodel_presetpos "0"
  72. cl_bob_lower_amt "0.5"
  73. cl_bobamt_lat "0.100000"
  74. cl_bobamt_vert "0.100000"
  75. cl_bobcycle "0.98"
  76.  
  77. // Crosshair
  78. cl_crosshair_drawoutline "0"
  79. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  80. cl_crosshair_dynamic_splitalpha_innermod "1"
  81. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  82. cl_crosshair_dynamic_splitdist "1"
  83. cl_crosshair_outlinethickness "0.500000"
  84. cl_crosshairalpha "255"
  85. cl_crosshaircolor "5"
  86. cl_crosshaircolor_b "0"
  87. cl_crosshaircolor_g "0"
  88. cl_crosshaircolor_r "255"
  89. cl_crosshairdot "0"
  90. cl_crosshairgap "-3"
  91. cl_crosshairgap_useweaponvalue "0"
  92. cl_crosshairscale "0"
  93. cl_crosshairsize "1.5"
  94. cl_crosshairstyle "4"
  95. cl_crosshairthickness "2.000000"
  96. cl_crosshairusealpha "1"
  97. cl_fixedcrosshairgap "0"
  98.  
  99.  
  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"
  126. cl_use_opens_buy_menu "0"
  127. cl_scoreboard_mouse_enable_binding "showmouse"
  128. closeonbuy "1"
  129. hud_takesshots "0"
  130. cl_clanid "11410151"
  131. password ""
  132.  
  133. // Binds
  134. unbind *
  135. unbind y
  136. unbind u
  137. unbind k
  138. bind tab "+showscores"
  139. bind alt "showmouse"
  140. bind enter "messagemode"
  141. bind kp_enter "messagemode2"
  142. bind MOUSE3 "use weapon_hegrenade"
  143. bind a "use weapon_molotov; use weapon_incgrenade"
  144. bind space "+jump"
  145. bind f1 "noclip 1"
  146. bind f2 "noclip 0"
  147. bind f3 "volume 0.007"
  148. bind f4 "volume 0.04"
  149. bind f5 "volume 0.07"
  150. bind f6 "exec prac;exec gamemode_competitive;exec prac"
  151. bind f7 "exec botdm"
  152. bind f8 "voice_enable 0"
  153.  
  154. bind "kp_home" "buy smokegrenade;"
  155. bind "kp_leftarrow" "buy molotov; buy incgrenade;"
  156. bind "kp_end" "buy flashbang;"
  157. bind "kp_ins" "buy hegrenade;"
  158. bind "kp_slash" "buy vesthelm;"
  159. bind "kp_multiply" "buy defuser;"
  160. bind "kp_minus" "buy mac10; buy mp9;"
  161. bind "kp_plus" "buy ump45;"
  162. bind "kp_uparrow" "buy ak47; buy m4a1;"
  163. bind "kp_5" "buy galilar; buy famas;"
  164. bind "kp_downarrow" "buy awp;"
  165. bind "kp_pgup" "buy tec9; buy fiveseven;"
  166. bind "kp_rightarrow" "buy deagle;"
  167. bind "kp_pgdn" "buy p250;"
  168. bind "kp_del" "buy vest;"
  169.  
  170. // Aliases
  171. alias "showmouse"
  172. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  173. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  174. alias "+jumpthrow" "+jump;-attack"
  175. alias "-jumpthrow" "-jump"
  176. alias "surf" "bind mouse4 +left;bind mouse5 +right;fps_max 300"
  177. 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
  178. alias "pcount" "toggle cl_hud_playercount_showcount 0 1" // toggle the menu with escape to refresh the hud
  179.  
  180. // Keypad buy binds
  181.  
  182. host_writeconfig // write settings to config.cfg
  183. echo ""
  184. echo ""
  185. echo "autoexec.cfg executed"
  186. echo ""
  187. echo ""
  188. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement