Advertisement
sepp0

easier

Jun 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. bind "mwheelup" "+jump"
  2. bind "mwheeldown" "invnext"
  3. bind "space" "+voicerecord"
  4. bind "`" "toggleconsole"
  5.  
  6. //MOUSE
  7. sensitivity "2.54"
  8. m_rawinput "1"
  9. m_mouseaccel1 "0"
  10. m_mouseaccel2 "0"
  11. zoom_sensitivity_ratio_mouse "1.0"
  12.  
  13. // BUYMENU
  14. bind "1" "buy vest;"
  15. bind "2" "buy vesthelm;"
  16. bind "3" "buy defuser;"
  17. bind "4" "buy smokegrenade;"
  18. bind "5" "buy flashbang;"
  19. bind "6" "buy molotov; buy incgrenade;"
  20. bind "7" "buy ump45;"
  21. bind "8" "buy ak47; buy m4a1;"
  22. bind "9" "buy awp;"
  23. bind "+" "buy hegrenade;"
  24.  
  25. //RATES
  26. rate "196608"
  27. cl_interp_ratio "1"
  28. cl_interp "0"
  29. cl_cmdrate "128"
  30. cl_updaterate "128"
  31. net_graph "0"
  32.  
  33. //CROSSHAIR
  34. cl_crosshair_drawoutline "0"
  35. cl_crosshair_outlinethickness "1"
  36. cl_crosshairalpha "255"
  37. cl_crosshaircolor "0"
  38. cl_crosshaircolor_b "0"
  39. cl_crosshaircolor_g "0"
  40. cl_crosshaircolor_r "250"
  41. cl_crosshairdot "0"
  42. cl_crosshairgap "-3"
  43. cl_crosshairsize "3"
  44. cl_crosshairstyle "4"
  45. cl_crosshairthickness "1"
  46. cl_crosshairusealpha "1"
  47.  
  48. //HUD
  49. cl_color "4"
  50. cl_hud_background_alpha "0.5"
  51. cl_hud_bomb_under_radar "1"
  52. cl_hud_radar_scale "1"
  53. cl_radar_always_centered "1"
  54. cl_radar_rotate "1"
  55. cl_radar_scale "0.7"
  56. cl_showloadout "0"
  57. cl_teammate_colors_show "1"
  58. hud_scaling "0.85"
  59.  
  60.  
  61. //MISC
  62. cl_disablefreezecam "0"
  63. cl_disablehtmlmotd "0"
  64. cl_dm_buyrandomweapons "0"
  65. cl_righthand "1"
  66. cl_show_clan_in_death_notice "1"
  67. con_enable "1"
  68. net_graph "0"
  69. r_drawtracers_firstperson "1"
  70.  
  71. //SOUND JUST CHANGE SETTINGS INGAME
  72.  
  73. //VIEWMODEL
  74. viewmodel_fov "54"
  75. viewmodel_offset_x "2.5"
  76. viewmodel_offset_y "-2"
  77. viewmodel_offset_z "-2"
  78.  
  79. // DISPLAY DAMAGE INFO SCRIPT
  80. developer 1
  81. con_filter_enable 2
  82. con_filter_text_out "Player:"
  83. con_filter_text "damage Given"
  84.  
  85.  
  86. // JUMPTHROW GRENADES
  87. alias +jumpthrow "+jump;-attack"
  88. alias -jumpthrow "-jump"
  89. bind j +jumpthrow
  90.  
  91.  
  92. //NADETHROWTOGGLE
  93. alias "nadetoggleon" "cl_crosshairalpha 100; cl_crosshairdot 1; cl_crosshairgap 4; cl_crosshairsize 255; cl_crosshairstyle 4; cl_crosshairthickness 1; cl_fixedcrosshairgap 4; cl_crosshair_drawoutline 1; bind k nadetoggleoff"
  94. alias "nadetoggleoff" "cl_crosshairalpha 255; cl_crosshairdot 0; cl_crosshairgap -3; cl_crosshairsize 3; cl_crosshairstyle 4; cl_crosshairthickness 1; cl_fixedcrosshairgap 3; cl_crosshair_drawoutline 0; bind k nadetoggleon"
  95. bind k "nadetoggleon"
  96.  
  97.  
  98. // LEAVE THIS ALONE, IT FINALIZES YOUR CONFIG
  99. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement