Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. sensitivity 2.1
  2. rate "128000"
  3. hud_scaling "1"
  4. cl_interp "0"
  5. cl_interp_ratio "1"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. fps_max "300"
  9. cl_forcepreload "1"
  10. r_dynamic "0"
  11. r_eyegloss "0"
  12. cl_lagcompensation "1"
  13. cl_predictweapons "1"
  14. cl_resend "6"
  15. cl_timeout "9999999"
  16. sys_antialiasing "0"
  17. sys_aspectratio "-1"
  18. sys_refldetail "0"
  19.  
  20. snd_mute_losefocus "0"
  21. engine_no_focus_sleep "0"
  22.  
  23. //radar
  24.  
  25.  
  26. cl_radar_always_centered "0"
  27. cl_radar_icon_scale_min "1"
  28. cl_radar_rotate "1"
  29. cl_radar_scale "0.35"
  30. cl_hud_radar_scale "1.3"
  31. cl_teammate_colors_show "2"
  32.  
  33. bind mwheeldown "+jump"
  34.  
  35. bind "E" "+radar"
  36. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  37. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.35"
  38.  
  39. bind "j" "+findthebomb"
  40. alias "+findthebomb" "gameinstructor_enable 1"
  41. alias "-findthebomb" "gameinstructor_enable 0"
  42.  
  43. bind "shift" "+speed; r_cleardecals;"
  44.  
  45. //mouse
  46.  
  47.  
  48. m_rawinput "1"
  49. m_mousespeed "0"
  50. m_customaccel "0"
  51. m_mouseaccel1 "0"
  52. m_mouseaccel2 "0"
  53.  
  54. developer "1"
  55.  
  56. con_enable "1"
  57.  
  58. con_filter_enable "2"
  59.  
  60. con_filter_text "Damage"
  61.  
  62. con_filter_text_out Player:
  63.  
  64. //sound
  65.  
  66. voice_mixer_volume 75
  67. snd_musicvolume "0"
  68.  
  69. snd_headphone_pan_exponent "2"
  70. snd_headphone_pan_radial_weight "2"
  71.  
  72. snd_stereo_speaker_pan_exponent "2"
  73. snd_stereo_speaker_pan_radial_weight "2"
  74.  
  75. snd_pitchquality "1"
  76. snd_legacy_surround "0"
  77. dsp_enhance_stereo "0"
  78. snd_mute_losefocus "0"
  79. snd_mixahead "0.1"
  80. windows_speaker_config "4"
  81. voice_enable "1"
  82. voice_scale "1"
  83.  
  84.  
  85. //misc
  86.  
  87.  
  88. cl_freezecameffects_showholiday "0"
  89. cl_disablefreezecam "1"
  90. cl_autowepswitch "0"
  91. cl_forcepreload "1"
  92. cl_spec_mode "4"
  93. cl_use_opens_buy_menu "0"
  94. closeonbuy "0"
  95. mm_dedicated_search_maxping "70"
  96.  
  97.  
  98. //viewmodel
  99.  
  100.  
  101. cl_bob_lower_amt "5"
  102. cl_bobamt_lat "0.1"
  103. cl_bobamt_vert "0.1"
  104. cl_viewmodel_shift_left_amt "0.5"
  105. cl_viewmodel_shift_right_amt "0.25"
  106. cl_righthand "1"
  107. r_drawtracers_firstperson "0"
  108.  
  109.  
  110. //hud
  111.  
  112.  
  113. cl_autohelp "1"
  114. cl_showloadout "1"
  115. con_filter_text damage
  116. con_filter_enable "2"
  117. hud_scaling "0.95"
  118. hud_showtargetid "1"
  119. cl_color 1
  120. cl_hud_color "2"
  121. cl_hud_background_alpha "1"
  122. cl_hud_playercount_showcount "0"
  123.  
  124.  
  125. //movement
  126.  
  127.  
  128. option_duck_method "0"
  129. option_speed_method "0"
  130.  
  131.  
  132.  
  133. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement