Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. //Rates
  2. rate 786432
  3. cl_updaterate 128
  4. cl_cmdrate 128
  5. cl_interp_ratio 2
  6. cl_interp 0.031000
  7. cl_predict 1
  8. cl_predictweapons 1
  9. cl_lagcompensation 1
  10.  
  11. //Crosshair
  12. cl_crosshair_drawoutline "0"
  13. cl_crosshair_sniper_width "1"
  14. cl_crosshairalpha "1000"
  15. cl_crosshaircolor "1"
  16. cl_crosshairdot "0"
  17. cl_crosshairgap "-2"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairsize "2"
  20. cl_crosshairstyle "4"
  21. cl_crosshairthickness "0.5"
  22. cl_crosshairusealpha "1"
  23. cl_fixedcrosshairgap "0"
  24.  
  25. //HUD
  26. hud_Scaling 1
  27. cl_hud_background_alpha 1
  28. cl_hud_bomb_under_radar 0
  29. cl_hud_color 5
  30. cl_hud_healthammo_style 1
  31. cl_hud_playercount_pos 1
  32. cl_hud_playercount_showcount 1
  33. cl_hud_radar_scale 1
  34. cl_radar_always_centered 0
  35. cl_radar_scale 1
  36. cl_radar_icon_scale_min 0.3
  37. cl_teamid_overhead_always 2
  38.  
  39. //Scoreboard + FPS
  40. net_graph 1
  41. net_graphpos 2
  42. net_graphheight 9999
  43. alias "+scorenet" "+showscores; net_graphheight 125"
  44. alias "-scorenet" "-showscores; net_graphheight 9999"
  45. bind "TAB" "+scorenet"
  46. bind "j" "toggle net_graphheight 125 9999"
  47. bind "k" "toggle cl_showfps 1 0"
  48.  
  49. //Sound
  50. snd_mixahead 0.05
  51. snd_headphone_pan_exponent 2
  52. snd_headphone_pan_radial_weight 2
  53. snd_pitchquality 1
  54. dsp_enhance_stereo 0
  55.  
  56. //MusicOFF
  57. snd_menumusic_volume 0
  58. snd_roundstart_volume 0
  59. snd_roundend_volume 0
  60. snd_mapobjective_volume 0
  61. snd_tensecondwarning_volume 0
  62. snd_deathcamera_volume 0
  63. snd_mvp_volume 0
  64.  
  65. //VoiceMute Script
  66. alias stfu stfu1
  67. alias stfu1 "voice_enable 0; chat_enable 0; echo Voice OFF; playvol buttons\blip2 0.5; alias stfu stfu2"
  68. alias stfu2 "voice_enable 1; chat_enable 1; echo Voice ON; playvol buttons\blip1 0.5; alias stfu stfu1"
  69. bind "mouse4" "stfu"
  70.  
  71. //Bobbing
  72. cl_bobamt_lat 0.1
  73. cl_bobamt_vert 0.1
  74. cl_bob_lower_amt 5
  75. cl_viewmodel_shift_left_amt 0.5
  76. cl_viewmodel_shift_right_amt 0.25
  77.  
  78. //Viewmodel
  79. cl_viewmodel_shift_left_amt "1.5"
  80. cl_viewmodel_shift_right_amt "0.75"
  81. viewmodel_fov "68"
  82. viewmodel_offset_x "2"
  83. viewmodel_offset_y "2"
  84. viewmodel_offset_z "-1"
  85. viewmodel_presetpos "0"
  86. viewmodel_recoil "1.0"
  87. cl_bob_lower_amt "21"
  88. cl_bobamt_lat "0.4"
  89. cl_bobamt_vert "0.25"
  90. cl_bobcycle "0.98"
  91.  
  92. //Fast Buy
  93. bind "kp_end" "buy m4a1; buy vesthelm; buy defuser;"
  94. bind "kp_downarrow" "buy awp; buy vesthelm; buy defuser;"
  95. bind "kp_pgdn" "buy famas; buy vesthelm; buy defuser;"
  96.  
  97. //Bomb drop
  98. bind "mouse5" "use weapon_c4;drop"
  99.  
  100. //Chat
  101. bind "i" "messagemode"
  102. bind "u" "messagemode2"
  103. bind "ALT" "+voicerecord"
  104.  
  105. //Radio
  106. bind "o" "radio1"
  107. bind "p" "radio2"
  108. bind "l" "radio3"
  109. bind "MWHEELUP" "holdpos"
  110.  
  111. //Decals
  112. bind "shift" "+speed; r_cleardecals"
  113. bind "ctrl" "+duck; r_cleardecals"
  114. bind "w" "+forward; r_cleardecals"
  115. bind "s" "+back; r_cleardecals"
  116. bind "a" "+moveleft; r_cleardecals"
  117. bind "d" "+moveright; r_cleardecals"
  118. alias +cleardec "+attack; r_cleardecals"
  119. alias -cleardec "-attack; r_cleardecals"
  120. bind "mouse1" "+cleardec"
  121.  
  122. //SmokeCross
  123. alias +smocro "cl_crosshairsize 999"
  124. alias -smocro "cl_crosshairsize 2"
  125. bind "h" "+smocro"
  126.  
  127. //GGWP Disco
  128. alias +disco "say gg wp"
  129. alias -disco "disconnect"
  130. bind "F11" "+disco"
  131.  
  132. //Exec
  133. bind "F7" "exec autoexec.cfg; say [autoexec loaded]"
  134.  
  135. cl_autowepswitch 0
  136. ui_steam_overlay_notification_position bottomright
  137. gameinstructor_enable 0
  138. mat_monitorgamma 0.1
  139. m_yaw 0.022
  140. voice_mixer_volume 0.70
  141. con_enable 1
  142. hud_takesshots 1
  143. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement