Guest User

Untitled

a guest
Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. cl_crosshairalpha "255"
  2. cl_crosshaircolor "5"
  3. cl_crosshaircolor_b "0"
  4. cl_crosshaircolor_r "255"
  5. cl_crosshaircolor_g "0"
  6. cl_crosshairdot "1"
  7. cl_crosshairgap "0"
  8. cl_crosshairsize "0"
  9. cl_crosshairstyle "2"
  10. cl_crosshairusealpha "1"
  11. cl_crosshairthickness "1.7"
  12. cl_fixedcrosshairgap "0"
  13. cl_crosshair_outline "0"
  14. cl_crosshair_outline_draw "0"
  15.  
  16. // repositions the gunmodel to mimic CSS more closely.
  17.  
  18. viewmodel_fov "65"
  19. viewmodel_offset_x "2"
  20. viewmodel_offset_y "2"
  21. viewmodel_offset_z "-2"
  22.  
  23. // removes the shifting of the arm when crouching down.
  24.  
  25. cl_viewmodel_shift_left_amt "0"
  26. cl_viewmodel_shift_right_amt "0"
  27.  
  28. // removes the bobbing of the weapon back and forth, when you run.
  29.  
  30. cl_bob_lower_amt "0"
  31. cl_bobamt_lat "0"
  32. cl_bobamt_vert "0"
  33.  
  34. // scales the HUD depending on what resolution you use, 1 is max.
  35.  
  36. hud_scaling "1"
  37.  
  38. // lowers delay between sounds.
  39.  
  40. snd_mixahead "0.05"
  41.  
  42. // SND
  43.  
  44. dsp_enhance_stereo "0"
  45. snd_legacy_surround "0"
  46. snd_mixahead "0.05"
  47. snd_pitchquality "1"
  48.  
  49.  
  50. windows_speaker_config "1"
  51. snd_front_headphone_position "53.2"
  52. snd_rear_headphone_position "90.0"
  53. snd_headphone_pan_exponent "1.2"
  54. snd_headphone_pan_radial_weight "0.5"
  55.  
  56. // sets interpolation values.
  57.  
  58. cl_interp "0"
  59. cl_interp_ratio "1"
  60.  
  61. // ignores dedicated servers with pings above this value.
  62.  
  63. mm_dedicated_search_maxping
  64.  
  65. // usual rate commands
  66.  
  67. cl_cmdrate "128"
  68. cl_updaterate "128"
  69. rate "786432"
  70. fps_max "300"
  71.  
  72. // causes the scope to move less while moving scoped and reduces bobbing effect
  73.  
  74. cl_bobcycle "1.0"
  75.  
  76. //
  77.  
  78. hud_scaling "1"
  79. zoom_sensitivity_ratio 1.0
  80. m_customaccell 0
  81. alias "+jumpthrow" "+jump;-attack"
  82. alias "-jumpthrow" "-jump"
  83. bind "c" "+jumpthrow"
  84. Bind capslock "noclip"
  85. bind "leftarrow" "buy vest;"
  86. bind "downarrow" "buy vesthelm;"
  87. bind "rightarrow" "buy defuser;"
  88. bind "uparrow" "buy p250;"
  89. bind "del" "buy ak47; buy m4a1;"
  90. bind "end" "buy awp;"
  91. bind "pgdn" "buy galilar; buy famas;"
  92. bind "ins" "buy deagle;"
  93. bind "home" "buy tec9; buy fiveseven;"
  94. bind "pgup" "buy molotov; buy incgrenade;"
  95. bind "." "buy vest; buy flashbang;"
  96. bind "," "buy vesthelm; buy hegrenade;"
  97. bind "-" "buy defuser; buy smokegrenade;"
  98. alias afk1 "echo D3vils script Enable; +forward; +moveleft; +left;"
  99. alias afk2 "echo D3vils script Disable; -forward; -moveleft; -left;"
  100. cl_autowepswitch "0"
  101. bind "mouse5" "slot2"
Add Comment
Please, Sign In to add comment