Advertisement
Guest User

autoexec

a guest
Apr 20th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. cl_lagcompensation "1"
  8.  
  9.  
  10. //Audio
  11. volume "0.01"
  12. voice_enable "1"
  13. voice_scale "0.6"
  14. snd_musicvolume "0"
  15. snd_mixahead "0.05"
  16. windows_speaker_config "1"
  17. snd_front_headphone_position "90.0"
  18. snd_rear_headphone_position "90.0"
  19. snd_headphone_pan_exponent "1.2"
  20. snd_headphone_pan_radial_weight "1.0"
  21. snd_legacy_surround "0"
  22. snd_mute_losefocus "1"
  23. lobby_voice_chat_enabled "0"
  24.  
  25.  
  26. //Video
  27. mat_monitorgamma "1.6"
  28. mat_queue_mode "-1"
  29. mat_vsync "0"
  30. fps_max "999"
  31. fps_max_menu "145"
  32. r_dynamic "0"
  33. r_drawtracers_firstperson "1"
  34. r_drawparticles "0"
  35. mat_savechanges //write settings to registry"
  36.  
  37.  
  38. //Mouse
  39. sensitivity "1.77"
  40. zoom_sensitivity_ratio_mouse "1.05"
  41. m_rawinput "1"
  42. m_customaccel "0"
  43. m_mouseaccel1 "0"
  44. m_mouseaccel2 "0"
  45.  
  46.  
  47. //Misc
  48. con_enable "1"
  49. con_filter_enable "2"
  50. con_filter_text "Damage"
  51. con_filter_text_out "Player:"
  52. mm_dedicated_search_maxping "50"
  53. mm_dedicated_force_servers ""
  54. gameinstructor_enable "0"
  55. cl_forcepreload "1"
  56. cl_downloadfilter "nosounds"
  57. cl_disablehtmlmotd "1"
  58. cl_autohelp "0"
  59. cl_showhelp "0"
  60. cl_disablefreezecam "1"
  61. cl_autowepswitch "0"
  62.  
  63.  
  64. //HUD
  65. hud_showtargetid "1"
  66. cl_righthand "0"
  67. cl_showloadout "1"
  68. net_graph "1"
  69. net_graphproportionalfont "1"
  70. viewmodel_presetpos "0"
  71. cl_viewmodel_shift_left_amt "0.5"
  72. cl_viewmodel_shift_right_amt "0.25"
  73. cl_bobcycle "0.98"
  74. cl_bob_lower_amt "5"
  75. cl_bobamt_lat "0.1"
  76. cl_bobamt_vert "0.1"
  77.  
  78. cl_radar_always_centered "0"
  79. cl_radar_scale "0.3"
  80. cl_hud_radar_scale "1.15"
  81. cl_radar_icon_scale_min "1"
  82. cl_radar_rotate "1"
  83. cl_radar_square_with_scoreboard "1"
  84.  
  85. //Radar zoom in-out script
  86. bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  87. bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  88.  
  89.  
  90.  
  91. //Keybinds
  92.  
  93. bind "KP_INS" "buy deagle"
  94. bind "KP_END" "buy hegrenade"
  95. bind "KP_DOWNARROW" "buy flashbang"
  96. bind "KP_PGDN" "buy smokegrenade"
  97. bind "KP_LEFTARROW" "buy m4a1; buy ak47"
  98. bind "kp_uparrow" "buy vest"
  99. bind "KP_5" "buy vesthelm"
  100. bind "KP_RIGHTARROW" "buy defuser"
  101. bind "KP_HOME" "buy p250"
  102. bind "KP_PGUP" "buy awp"
  103. bind "KP_DEL" "buy molotov; buy incgrenade"
  104. bind "o" "volume 0.01"
  105. bind "i" "volume 0.1"
  106. bind "l" "volume 0.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement