Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. // Rates
  2. rate "128000"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0"
  6. cl_interp_ratio "1"
  7. cl_lagcompensation "1"
  8.  
  9. // Mouse
  10. sensitivity "2"
  11. zoom_sensitivity_ratio_mouse "1"
  12. m_rawinput "0"
  13. m_customaccel "0"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16. m_mousespeed "0"
  17.  
  18. // Video
  19. fps_max "400"
  20. mat_monitorgamma "1.6"
  21. r_dynamic "0"
  22. r_drawtracers_firstperson "1"
  23.  
  24. // Audio
  25. volume "0.3"
  26. voice_enable "1"
  27. voice_scale "0.3"
  28. windows_speaker_config "1"
  29. snd_mixahead "0.1"
  30. snd_musicvolume "0"
  31. snd_mute_losefocus "0"
  32. snd_legacy_surround "0"
  33. lobby_voice_chat_enabled "0"
  34.  
  35. // Hud
  36. hud_scaling "1"
  37. hud_showtargetid "1"
  38. cl_hud_background_alpha "0.5"
  39. cl_hud_bomb_under_radar "1"
  40. cl_hud_color "0"
  41. cl_hud_healthammo_style "0"
  42. cl_hud_playercount_pos "0"
  43. cl_hud_playercount_showcount "0"
  44. cl_hud_radar_scale "1.1"
  45. cl_righthand "1"
  46. cl_showloadout "1"
  47.  
  48. // Radar
  49. cl_radar_always_centered "1"
  50. cl_radar_icon_scale_min "0.6"
  51. cl_radar_rotate "1"
  52. cl_radar_scale "0.3"
  53.  
  54. // Viewmodel
  55. viewmodel_fov "65"
  56. viewmodel_offset_x "2"
  57. viewmodel_offset_y "2"
  58. viewmodel_offset_z "-2"
  59. viewmodel_presetpos "0"
  60. cl_bobcycle "0.89"
  61. cl_bob_lower_amt "5"
  62. cl_bobamt_lat "0.1"
  63. cl_bobamt_vert "0.1"
  64. cl_viewmodel_shift_left_amt "0.5"
  65. cl_viewmodel_shift_right_amt "0.25"
  66.  
  67. // Crosshair
  68. cl_crosshairalpha "255"
  69. cl_crosshaircolor "5"
  70. cl_crosshaircolor_r "255"
  71. cl_crosshaircolor_g "255"
  72. cl_crosshaircolor_b "255"
  73. cl_crosshairdot "0"
  74. cl_crosshairgap "-1"
  75. cl_crosshairsize "3"
  76. cl_crosshairstyle "4"
  77. cl_crosshairthickness "1"
  78. cl_crosshairusealpha "1"
  79. cl_crosshair_drawoutline "1"
  80. cl_crosshair_outlinethickness "1"
  81.  
  82. // Misc
  83. cl_autohelp "0"
  84. cl_autowepswitch "0"
  85. cl_color "0"
  86. cl_disablefreezecam "1"
  87. cl_disablehtmlmotd "0"
  88. cl_downloadfilter "nosounds"
  89. cl_forcepreload "1"
  90. cl_showhelp "0"
  91. cl_spec_mode "5"
  92. cl_teammate_colors_show "1"
  93. cl_use_opens_buy_menu "0"
  94. cl_dm_buyrandomweapons "0"
  95. closeonbuy "0"
  96. con_enable "1"
  97. con_filter_enable "2"
  98. con_filter_text "damage"
  99. gameinstructor_enable "0"
  100. mm_dedicated_search_maxping "50"
  101. player_nevershow_communityservermessage "1"
  102. ui_steam_overlay_notification_position "bottomright"
  103.  
  104. // Binds
  105. unbind k
  106. unbind y
  107. bind mouse3 "bhopon"
  108. bind mouse4 "use weapon_flashbang"
  109. bind mouse5 "use weapon_smokegrenade"
  110. bind \ "toggleconsole"
  111. bind v "+jumpthrow"
  112. bind t "+voicerecord"
  113. bind n "noclip"
  114. bind enter "messagemode"
  115. bind f1 "toggle volume 0.1 0 0.5"
  116. bind f2 "toggle cl_righthand 0 1"
  117.  
  118. // Aliases
  119. alias "+jumpthrow" "+jump; -attack"
  120. alias "-jumpthrow" "-jump"
  121. alias bhopon "bind mwheeldown +jump;bind mwheelup +jump;bind mouse3 bhopoff"
  122. alias bhopoff "bind mwheeldown invnext;bind mwheelup invprev;bind mouse3 bhopon"
  123.  
  124. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement