Advertisement
Guest User

MichiK Config - 23.02.2020

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