Facebook
From Oz, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 223
  1. // ================== Rates ===================
  2.  
  3. rate "786432"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. cl_interp "0"
  7. cl_interp_ratio "1"
  8.  
  9. // ============== Video settings ==============
  10.  
  11. mat_monitorgamma "1.6"
  12. fps_max "300"
  13. fps_max_menu "120"
  14. r_dynamic "0"
  15. r_drawtracers_firstperson "0"
  16. mat_savechanges
  17.  
  18. // ============== Audio settings ==============
  19.  
  20. volume "1"
  21. voice_enable "1"
  22. voice_scale "1"
  23. windows_speaker_config "1"
  24. snd_front_headphone_position "53.2"
  25. snd_rear_headphone_position "90.0"
  26. snd_headphone_pan_exponent "1.2"
  27. snd_headphone_pan_radial_weight "0.5"
  28. snd_musicvolume "0.1"
  29. snd_mixahead "0.05"
  30. snd_legacy_surround "0"
  31. dsp_enhance_stereo "0"
  32. snd_mute_losefocus "0"
  33. lobby_voice_chat_enabled "0"
  34. snd_pitchquality "1"
  35.  
  36. // =============== HUD settings ===============
  37.  
  38. hud_scaling "0.95"
  39. safezonex "1"
  40. safezoney "1"
  41. cl_hud_background_alpha "0.95"
  42. cl_hud_color "0"
  43. cl_hud_playercount_showcount "0"
  44. cl_hud_playercount_pos "0"
  45. cl_show_clan_in_death_notice "0"
  46. cl_hud_bomb_under_radar "0"
  47. cl_hud_healthammo_style "1"
  48. cl_showloadout "0"
  49. cl_loadout_colorweaponnames "0"
  50. hud_showtargetid "0"
  51.  
  52. cl_hud_radar_scale "0.8"
  53. cl_radar_scale "0.5"
  54. cl_radar_icon_scale_min "0.8"
  55. cl_radar_always_centered "0"
  56. cl_radar_rotate "1"
  57.  
  58. developer "0"
  59. con_filter_enable "0"
  60. con_filter_text ""
  61. gameinstructor_enable "0"
  62.  
  63. cl_showfps "1"
  64. net_graph "0"
  65. net_graphproportionalfont "0"
  66. net_graphheight "100"
  67. net_graphpos "0"
  68.  
  69. // ============= Viewmodel settings =============
  70.  
  71. cl_bob_lower_amt "10"
  72. cl_bobamt_lat "0.1"
  73. cl_bobamt_vert "0.1"
  74. cl_viewmodel_shift_left_amt "0.5"
  75. cl_viewmodel_shift_right_amt "0.25"
  76. viewmodel_fov "68"
  77. viewmodel_offset_x "3"
  78. viewmodel_offset_y "3"
  79. viewmodel_offset_z "-3"
  80.  
  81. // =============== Mouse settings ===============
  82.  
  83. // DPI = 1400
  84. sensitivity "0.3"
  85. zoom_sensitivity_ratio_mouse "0.5"
  86. m_rawinput "0"
  87. m_customaccel "0"
  88.  
  89. // ============ Crosshair settings ============
  90.  
  91. cl_crosshairstyle "4"
  92. cl_crosshaircolor "1"
  93. cl_crosshairalpha "200"
  94. cl_crosshairsize "1"
  95. cl_crosshairthickness "1"
  96. cl_crosshairgap "5"
  97. cl_crosshairdot "0"
  98. cl_crosshair_drawoutline "0"
  99. cl_crosshair_outlinethickness "0"
  100.  
  101. // ============== MISC settings ==============
  102.  
  103. cl_autohelp "0"
  104. cl_autowepswitch "0"
  105. cl_righthand "1"
  106. cl_disablefreezecam "0"
  107. cl_freezecameffects_showholiday "0"
  108. cl_disablehtmlmotd "0"
  109. cl_forcepreload "0"
  110. cl_downloadfilter "all"
  111. cl_teammate_colors_show "1"
  112. cl_color "1"
  113. cl_use_opens_buy_menu "0"
  114. closeonbuy "1"
  115. option_duck_method "0"
  116. option_speed_method "0"
  117. bind "h" "say im bad;noclip;say .noclip; say_team .ready"
  118.  
  119. // ============== BUYS ==============
  120.  
  121. bind "c" "buy hegrenade;use hegrenade"
  122. bind "z" "buy flashbang;use flashbang"
  123. bind "x" "buy smokegrenade;use smokegrenade"
  124. bind "kp_ins" "buy vesthelm"
  125. bind "kp_del" "buy defuser"
  126. bind "kp_minus" "buy tec9;buy fiveseven;buy cz75a"
  127. bind "kp_slash" "buy p250"
  128. bind "kp_plus" "buy revolver;buy deagle"
  129. bind "kp_7" "buy mac10;buy mp9"
  130. bind "kp_8" "buy ump45"
  131. bind "kp_9" "buy p90"
  132. bind "kp_4" "buy galilar;buy famas"
  133. bind "kp_5" "buy sg556;buy aug"
  134. bind "kp_6" "buy m4a1;buy ak47"
  135. bind "kp_1" "buy awp"
  136. bind "kp_2" "buy sawedoff;buy mag7"
  137. bind "kp_3" "buy xm1014"
  138.  
  139.  
  140.  
  141. host_writeconfig
  142. echo "AUTOEXEC.CFG LOADED SUCCESSFULLY!!!"
  143. echo ""
captcha