Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. //Autoexec file made by Izuru
  2.  
  3. //Rates
  4. rate "786432"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. cl_interp "0"
  8. cl_interp_ratio "1"
  9. cl_lagcompensation "1"
  10.  
  11.  
  12. //Audio
  13. volume "0.55"
  14. voice_enable "1"
  15. voice_scale "0.3"
  16. windows_speaker_config "1"
  17. snd_menumusic_volume 0
  18. snd_deathcamera_volume 0
  19. snd_mixahead "0.05"
  20. snd_headphone_pan_exponent "2"
  21. snd_headphone_pan_radial_weight "2"
  22. snd_mute_losefocus "1"
  23.  
  24.  
  25. //Video
  26. mat_monitorgamma "2.1"
  27. fps_max "0"
  28. fps_max_menu "120"
  29. r_dynamic "0"
  30. r_drawtracers_firstperson "0"
  31.  
  32.  
  33. //Mouse
  34. sensitivity "1.6"
  35. zoom_sensitivity_ratio_mouse "1"
  36. m_rawinput "1"
  37. m_customaccel "0"
  38.  
  39.  
  40. //Misc
  41. developer "0"
  42. con_enable "1"
  43. con_filter_enable "2"
  44. con_filter_text "Damage"
  45. con_filter_text_out "Player:"
  46. ui_steam_overlay_notification_position "bottomright"
  47. player_nevershow_communityservermessage "1"
  48. mm_dedicated_search_maxping "500"
  49. gameinstructor_enable "0"
  50. option_duck_method "0"
  51. option_speed_method "0"
  52. cl_forcepreload "1"
  53. cl_downloadfilter "all"
  54. cl_disablehtmlmotd "1"
  55. cl_autohelp "0"
  56. cl_showhelp "0"
  57. cl_disablefreezecam "1"
  58. cl_teammate_colors_show "1"
  59. cl_autowepswitch "0"
  60. cl_use_opens_buy_menu "0"
  61. closeonbuy "0"
  62. hud_takesshots "0"
  63.  
  64.  
  65. //HUD
  66. hud_scaling "0.8"
  67. hud_showtargetid "1"
  68. cl_righthand "1"
  69. cl_showloadout "1"
  70. cl_showpos "1"
  71. cl_showfps "0"
  72. net_graph "1"
  73. net_graphproportionalfont "0"
  74. cl_hud_healthammo_style "0"
  75. cl_hud_background_alpha "0.5"
  76. cl_hud_color "0"
  77. cl_hud_playercount_showcount "0"
  78. cl_hud_playercount_pos "0"
  79. viewmodel_presetpos "0"
  80. viewmodel_fov "65"
  81. viewmodel_offset_x "2"
  82. viewmodel_offset_y "2"
  83. viewmodel_offset_z "-2"
  84. cl_viewmodel_shift_left_amt "0.5"
  85. cl_viewmodel_shift_right_amt "0.25"
  86. cl_bobcycle "0.98"
  87. cl_bob_lower_amt "5"
  88. cl_bobamt_lat "0.1"
  89. cl_bobamt_vert "0.1"
  90.  
  91.  
  92. //Binds
  93. bind "mwheelup" +jump
  94. bind "mwheeldown" +jump
  95. bind uparrow "incrementvar volume 0.0 1.0 0.05"
  96. bind downarrow "incrementvar volume 0.0 1.0 -0.05"
  97. bind rightarrow "ignoremsg"
  98. bind leftarrow "ignorerad"
  99. bind v "toggle voice_enable 0 1"
  100. bind c "toggle cl_righthand 0 1"
  101. BindToggle "o" = cl_show_team_equipment
  102. BindToggle "p" = cl_teamid_overhead_always
  103.  
  104. //Radar
  105. cl_radar_always_centered "0"
  106. cl_radar_rotate "1"
  107. cl_radar_scale "0.38"
  108. cl_radar_icon_scale_min "0.4"
  109.  
  110.  
  111. //Crosshair
  112. cl_crosshairstyle "4"
  113. cl_crosshairsize "2"
  114. cl_crosshairthickness "0.5"
  115. cl_crosshairgap "-1" // classic
  116. cl_fixedcrosshairgap "3" // new
  117. cl_crosshairdot "0"
  118. cl_crosshairusealpha "1"
  119. cl_crosshairalpha "999"
  120. cl_crosshair_drawoutline "1"
  121. cl_crosshair_outlinethickness "1"
  122. cl_crosshaircolor "5"
  123. cl_crosshaircolor_r "255"
  124. cl_crosshaircolor_g "255"
  125. cl_crosshaircolor_b "255"
  126.  
  127.  
  128. //Alias
  129. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind "Mouse4" "+jumpthrow"
  130.  
  131.  
  132. host_writeconfig
  133. echo ""
  134. echo ""
  135. echo "Configuration executed."
  136. echo ""
  137. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement