Advertisement
pigzera

autoexec março 2018

Mar 14th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. //binds
  2. bind kp_pgup +cjump
  3. alias +cjump "+jump; +duck"
  4. alias -cjump "-jump; -duck"
  5. bind kp_pgup +cjump
  6. bind kp_ins +jump
  7. alias +use_instructor "+use;gameinstructor_enable 1"
  8. alias -use_instructor "-use;gameinstructor_enable 0"
  9. bind "e" +use_instructor
  10. bind F12 devshots_screenshot
  11. bind f r_cleardecals
  12. con_enable "1"
  13. bind "kp_del" "toggleconsole"
  14. bind q invnextnongrenade
  15. BindToggle x spec_show_xray
  16. bind h noclip
  17. alias "+jumpthrow" "+jump;-attack"
  18. alias "-jumpthrow" "-jump"
  19. bind v "+jumpthrow"
  20. bind "F6" "+fw2"
  21. alias "+fw2" "demo_timescale 8"
  22. alias "-fw2" "demo_timescale 1"
  23. bind "F7" "demo_togglepause"
  24. bind "mwheelup" "incrementvar cl_radar_scale 0 1 0.1"
  25. bind "mwheeldown" "incrementvar cl_radar_scale 0 1 -0.1"
  26.  
  27.  
  28. //bind de compra
  29. bind "uparrow" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy molotov; buy incgrenade; buy smokegrenade; buy flashbang; buy
  30.  
  31. flashbang;"
  32. bind "downarrow" "buy p250;"
  33. bind "leftarrow" "buy mac10; buy mp9; buy vesthelm; buy flashbang; buy hegrenade;"
  34. bind "rightarrow" "buy deagle; buy vest; buy flashbang;"
  35.  
  36.  
  37. //misc
  38. cl_autowepswitch 0
  39. cl_showloadout 1
  40. ui_steam_overlay_notification_position "bottomright"
  41. mat_monitorgamma 1.6
  42. cl_mute_enemy_team 0
  43. hud_showtargetid 1
  44. r_drawtracers_firstperson "1"
  45. r_drawtracers 1
  46. mm_dedicated_search_maxping "60"
  47. cl_disablehtmlmotd "1"
  48. cl_crosshair_sniper_width 4
  49. cl_join_advertise "2"
  50. cl_disablefreezecam 1
  51. cl_freezecameffects_showholiday 0
  52. net_graph 1
  53. net_graphpos 80
  54.  
  55. //mira
  56. bind "kp_enter" "+crosshairmax"
  57. alias "+crosshairmax" "cl_crosshairsize 5000; cl_crosshairgap -2; cl_crosshairthickness 0; cl_crosshair_drawoutline 1; cl_crosshairstyle
  58.  
  59. 5; cl_crosshairdot 1;"
  60. alias "-crosshairmax" "cl_crosshair_drawoutline 1; cl_crosshairdot 1; cl_crosshairsize 0; cl_crosshairthickness 0; cl_crosshairalpha 200;
  61.  
  62. cl_crosshaircolor 1; cl_crosshairgap -2; cl_crosshairstyle 5;"
  63.  
  64.  
  65. //FPS
  66. developer "0"
  67. cl_forcepreload "1"
  68. fps_max 300
  69. fps_max_menu 144
  70. r_dynamic 0
  71.  
  72.  
  73. //radar
  74. cl_radar_always_centered 1
  75. cl_radar_icon_scale_min 0.7
  76. cl_radar_square_with_scoreboard 0
  77. cl_radar_rotate 1
  78.  
  79.  
  80. //mouse
  81. sensitivity "2.8"
  82. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  83. m_rawinput "1"
  84. m_mousespeed "0"
  85. m_customaccel "0.00"
  86. m_mouseaccel1 "0.00"
  87. m_mouseaccel2 "0.00"
  88.  
  89.  
  90. //rede
  91. cl_interp_ratio "2"
  92. cl_updaterate "128"
  93. cl_cmdrate "128"
  94. net_client_steamdatagram_enable_override 1
  95.  
  96. //config som
  97. snd_stream 1
  98. snd_musicvolume "0.3"
  99. lobby_voice_chat_enabled "0"
  100. snd_mute_losefocus "0"
  101. snd_menumusic_volume 0
  102. snd_roundend_volume 0
  103. snd_roundstart_volume 0
  104. snd_deathcamera_volume 0
  105. snd_mapobjective_volume 0
  106. volume 0.10
  107. voice_mixer_volume 0.80
  108. voice_enable 0
  109. voice_scale 0.20
  110.  
  111.  
  112. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement