Advertisement
Guest User

cfgCsgo

a guest
May 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. --------------------------- CROSSHAIR ---------------------------
  2. cl_crosshair_drawoutline "0"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "0.100000"
  8. cl_crosshairalpha "500"
  9. cl_crosshaircolor "1"
  10. cl_crosshaircolor_b "0"
  11. cl_crosshaircolor_g "255"
  12. cl_crosshaircolor_r "0"
  13. cl_crosshairdot "0"
  14. cl_crosshairgap "-2"
  15. cl_crosshairgap_useweaponvalue "0"
  16. cl_crosshairscale "4"
  17. cl_crosshairsize "3.5"
  18. cl_crosshairstyle "4"
  19. cl_crosshairthickness "0"
  20. cl_crosshairusealpha "1"
  21. cl_fixedcrosshairgap "-4.5"
  22.  
  23. --------------------------- FOV ---------------------------
  24. viewmodel_fov "68"
  25. Viewmodel_offset_x "2"
  26. viewmodel_offset_y "2"
  27. viewmodel_offset_z "-2"
  28. cl_bobcycle "2"
  29. cl_bob_lower_amt "0"
  30. cl_bobamt_lat "0"
  31. cl_bobamt_vert "0"
  32. cl_viewmodel_shift_left_amt "0"
  33. cl_viewmodel_shift_right_amt "0"
  34. viewmodel_presetpos 0
  35.  
  36. --------------------------- MOUSE ---------------------------
  37. sensitivity 2
  38. zoom_sensitivity_ratio 1
  39. m_rawinput 0
  40.  
  41. --------------------------- RADAR ---------------------------
  42. cl_radar_always_centered "1"
  43. cl_radar_scale "0.4"
  44. cl_hud_radar_scale "1.15"
  45. cl_radar_icon_scale_min "1"
  46. cl_radar_rotate "1"
  47.  
  48. --------------------------- BINDS ---------------------------
  49. bind f5 toggleconsole
  50. bind t noclip
  51. bind p disconnect
  52. bind f12 quit
  53.  
  54. bind "TAB" "+ScoreNet"
  55. alias "+ScoreNet" "+showscores; net_graph 2"
  56. alias "-ScoreNet" "-showscores; net_graph 0"
  57. net_graphpos 2
  58.  
  59. alias "+jumpthrow" "+jump;-attack"
  60. alias "-jumpthrow" "-jump"
  61. bind "v" "+jumpthrow"
  62.  
  63. --------------------------- SOUND ---------------------------
  64. windows_speaker_config 1
  65. snd_mixahead 0.05
  66. snd_musicvolume 0
  67. snd_headphone_pan_exponent 2
  68. snd_headphone_pan_radial_weight 2
  69. snd_mute_losefocus 1
  70. snd_legacy_surround 0
  71. voice_forcemicrecord 1
  72. voice_mixer_boost 0
  73. voice_mixer_mute 0
  74. voice_mixer_volume 1.0
  75. voice_modenable 1
  76. voice_scale 1
  77. dsp_enhance_stereo 0
  78. snd_pitchquality 1
  79. snd_front_headphone_position 45.0
  80. snd_rear_headphone_position 135.0
  81.  
  82. --------------------------- RATES ---------------------------
  83. rate 128000
  84. cl_interp 0
  85. cl_interpolate 1
  86. cl_interp_ratio 2
  87. cl_updaterate 128
  88. cl_cmdrate 128
  89. cl_predict 1
  90. cl_lagcompensation 1
  91.  
  92. --------------------------- OTHERS ---------------------------
  93. fps_max 0
  94. cl_loadout_colorweaponnames 1
  95. voice_enable 1
  96. r_drawtracers_firstperson 1
  97. cl_disablefreezecam 1
  98. cl_timeout 1337
  99.  
  100. exec clutch.cfg
  101.  
  102. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement