Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. //
  2. // Viewmodel and Bobbing
  3. //
  4. viewmodel_presetpos "0"
  5. viewmodel_fov "68"
  6. viewmodel_offset_x "2.5"
  7. viewmodel_offset_y "2"
  8. viewmodel_offset_z "-2"
  9. cl_viewmodel_shift_left_amt "0.5"
  10. cl_viewmodel_shift_right_amt "0.25"
  11. cl_bob_lower_amt "5"
  12. cl_bobamt_lat "0.1"
  13. cl_bobamt_vert "0.1"
  14. cl_bobcycle "2"
  15. //
  16. // Audio
  17. //
  18. volume "0.15"
  19. snd_musicvolume "0"
  20. snd_mixahead "0.05"
  21. snd_mute_losefocus "0"
  22. windows_speaker_config "6"
  23. dsp_enhance_stereo "0"
  24. snd_legacy_surround "0"
  25. snd_headphone_pan_exponent "2"
  26. //
  27. // Netcode
  28. //
  29. cl_cmdrate "128"
  30. cl_updaterate "128"
  31. rate "104000"
  32. cl_interp_ratio "1"
  33. cl_interp "0.0000001"
  34. cl_lagcompensation "1"
  35. cl_pred_optimize "2"
  36. cl_predict "1"
  37. cl_predictweapons "1"
  38. cl_smooth "0"
  39. cl_smoothtime "0"
  40. cl_wpn_sway_interp "0"
  41. clientport "1337"
  42. //
  43. // Crosshair
  44. //
  45. cl_legacy_crosshair_recoil "1"
  46. cl_legacy_crosshair_scale "0"
  47. sfcrosshair "1"
  48. cl_crosshairalpha "240"
  49. cl_crosshaircolor "5"
  50. cl_crosshaircolor_b "255"
  51. cl_crosshaircolor_g "0"
  52. cl_crosshaircolor_r "255"
  53. cl_crosshairdot "1"
  54. cl_crosshairgap "0"
  55. cl_crosshairsize "5"
  56. cl_crosshairthickness "1.5"
  57. cl_crosshairusealpha "1"
  58. cl_crosshairstyle "4"
  59. //
  60. // Mouse
  61. //
  62. sensitivity "1.75"
  63. m_rawinput "1"
  64. m_customaccel "0"
  65. zoom_sensitivity_ratio_mouse 1
  66. //
  67. // Display
  68. //
  69. fps_max "128"
  70. fps_max_menu "120"
  71. mat_monitorgamma "1.6"
  72. mat_monitorgamma_exp "1"
  73. hud_scaling "0.85"
  74. //
  75. // Binding
  76. //
  77. bind "MWHEELUP" "use weapon_hegrenade"
  78. bind "MWHEELDOWN" "use weapon_flashbang"
  79. bind "MOUSE3" "use weapon_smokegrenade"
  80. bind "MOUSE4" "use weapon_molotov;use weapon_incgrenade"
  81. bind "MOUSE5" "use weapon_decoy"
  82. bind "KP_PGUP" "buy m4a1;buy ak47"
  83. bind "KP_RIGHTARROW" "buy ump45"
  84. bind "KP_PGDN" "buy p250"
  85. bind "KP_MULTIPLY" "buy smokegrenade"
  86. bind "KP_MINUS" "buy nova"
  87. bind "KP_PLUS" "buy awp"
  88. bind "KP_ENTER" "buy defuser;buy vesthelm;buy vest;buy hegrenade;buy flashbang;buy flashbang"
  89. //
  90. // Misc
  91. //
  92. net_graph "0"
  93. cl_showfps "1"
  94. cl_disablefreezecam "1"
  95. r_drawtracers_firstperson "0"
  96. cl_autowepswitch "0"
  97. closeonbuy "1"
  98. gameinstructur_enable "0"
  99. cl_showhelp "0"
  100. cl_autohelp "1"
  101. cl_downloadfilter "nosounds"
  102. cl_showpluginmessages "0"
  103. cl_disablehtmlmotd "1"
  104. cl_spec_mode "4"
  105. mat_queue_mode "2"
  106. cl_forcepreload "1"
  107. cl_resend "2"
  108. cl_resend_timeout "6"
  109. mm_dedicated_search_maxping "75"
  110. player_nevershow_communityservermessage "1"
  111. cl_teamid_overhead_name_alpha "255"
  112. cl_teamid_overhead_name_fadetime "0"
  113. player_nevershow_communityservermessage "1"
  114. ui_steam_overlay_notification_position "bottomleft"
  115.  
  116. clear
  117.  
  118. host_writeconfig
  119. echo ""
  120. echo ""
  121. echo ""
  122. echo ""
  123. echo "#################"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement