sepp0

fixed

Jun 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. //THESE ARE ALL YOUR SETTINGS THAT ARE HAVE ANY EFFECT
  2.  
  3. //KEYBINDING
  4. bind "w" "+forward"
  5. bind "a" "+moveleft"
  6. bind "d" "+moveright"
  7. bind "s" "+back"
  8. bind "mouse1" "+attack"
  9. bind "mouse2" "+attack2"
  10. bind "mwheelup" "+jump"
  11. bind "mwheeldown" "invnext"
  12. bind "r" "+reload"
  13. bind "q" "lastinv"
  14. bind "e" "+use"
  15. bind "f" "+lookatweapon"
  16. bind "g" "drop"
  17. bind "space" "+voicerecord"
  18. bind "SHIFT" "+speed"
  19. bind "CTRL" "+duck"
  20. bind "y" "messagemode"
  21. bind "u" "messagemode2"
  22. bind "tab" "+showscores"
  23. bind "t" "+spray_menu"
  24. bind "b" "buymenu"
  25. bind "m" "teammenu"
  26. bind "z" "radio1"
  27. bind "x" "radio2"
  28. bind "c" "radio3"
  29. bind "`" "toggleconsole"
  30.  
  31. //MOUSE
  32. sensitivity "2.54"
  33. m_rawinput "1"
  34. m_mouseaccel1 "0"
  35. m_mouseaccel2 "0"
  36. zoom_sensitivity_ratio_mouse "1.0"
  37.  
  38. // BUYMENU
  39. bind "1" "buy vest;"
  40. bind "2" "buy vesthelm;"
  41. bind "3" "buy defuser;"
  42. bind "4" "buy smokegrenade;"
  43. bind "5" "buy flashbang;"
  44. bind "6" "buy molotov; buy incgrenade;"
  45. bind "7" "buy ump45;"
  46. bind "8" "buy ak47; buy m4a1;"
  47. bind "9" "buy awp;"
  48. bind "+" "buy hegrenade;"
  49.  
  50.  
  51. //RATES
  52. rate "196608"
  53. cl_interp_ratio "1"
  54. cl_interp "0"
  55. cl_cmdrate "128"
  56. cl_updaterate "128"
  57. net_graph "0"
  58. net_graphpos "2"
  59. net_graphproportionalfont "0"
  60. mm_dedicated_search_maxping "150"
  61.  
  62. //CROSSHAIR
  63. cl_crosshair_drawoutline "0"
  64. cl_crosshair_outlinethickness "1"
  65. cl_crosshair_sniper_show_normal_inaccuracy "0"
  66. cl_crosshair_sniper_width "1"
  67. cl_crosshairalpha "255"
  68. cl_crosshaircolor "0"
  69. cl_crosshaircolor_b "0"
  70. cl_crosshaircolor_g "0"
  71. cl_crosshaircolor_r "250"
  72. cl_crosshairdot "0"
  73. cl_crosshairgap "-3"
  74. cl_crosshairgap_useweaponvalue "0"
  75. cl_crosshairscale "0"
  76. cl_crosshairsize "3"
  77. cl_crosshairstyle "4"
  78. cl_crosshairthickness "1"
  79. cl_crosshairusealpha "1"
  80. cl_fixedcrosshairgap "3"
  81.  
  82. //HUD
  83. cl_color "4"
  84. cl_hud_background_alpha "0.5"
  85. cl_hud_bomb_under_radar "1"
  86. cl_hud_color "0"
  87. cl_hud_healthammo_style "0"
  88. cl_hud_playercount_pos "0"
  89. cl_hud_playercount_showcount "0"
  90. cl_hud_radar_scale "1"
  91. cl_radar_always_centered "1"
  92. cl_radar_icon_scale_min "0.6"
  93. cl_radar_rotate "1"
  94. cl_radar_scale "0.7"
  95. cl_radar_square_with_scoreboard "1"
  96. cl_showloadout "0"
  97. cl_teammate_colors_show "1"
  98. hud_scaling "0.85"
  99. hud_showtargetid "1"
  100. hud_takesshots "0"
  101. mapoverview_icon_scale "1.0"
  102. safezonex "1.0"
  103. safezoney "1.0"
  104. +cl_show_team_equipment
  105.  
  106. //PERFORMANCE
  107. cl_allowdownload "1"
  108. cl_autowepswitch "1"
  109. r_eyegloss "1"
  110. r_eyemove "1"
  111.  
  112. //MISC
  113. mat_monitorgamma "2.2"
  114. cl_disablefreezecam "0"
  115. cl_disablehtmlmotd "0"
  116. cl_dm_buyrandomweapons "0"
  117. cl_righthand "1"
  118. cl_show_clan_in_death_notice "1"
  119. cl_showhelp "1"
  120. cl_use_opens_buy_menu "1"
  121. closeonbuy "0"
  122. con_enable "1"
  123. net_graph "0"
  124. r_drawtracers_firstperson "1"
  125.  
  126. //SOUND
  127. snd_front_headphone_position "53.2"
  128. snd_rear_headphone_position "90.0"
  129. snd_headphone_pan_exponent "1.2"
  130. snd_headphone_pan_radial_weight "0.5"
  131. snd_menumusic_volume "1.000000"
  132. snd_mixahead "0.1"
  133. snd_music_selection "2"
  134. snd_musicvolume "0.570000"
  135. snd_use_hrtf "1"
  136. sv_voiceenable "1"
  137. voice_enable "1"
  138. voice_scale "1.0"
  139. volume "1.0"
  140.  
  141. //VIEWMODEL
  142. viewmodel_fov "54"
  143. viewmodel_offset_x "2.5"
  144. viewmodel_offset_y "-2"
  145. viewmodel_offset_z "-2"
  146.  
  147. // DISPLAY DAMAGE INFO SCRIPT
  148. developer 1
  149. con_filter_enable 2
  150. con_filter_text_out "Player:"
  151. con_filter_text "damage Given"
  152.  
  153.  
  154. // JUMPTHROW GRENADES
  155. alias +jumpthrow "+jump;-attack"
  156. alias -jumpthrow "-jump"
  157. bind j +jumpthrow
  158.  
  159.  
  160. //NADETHROWTOGGLE
  161. bind k nadetoggleon
  162. 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"
  163. 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"
  164.  
  165.  
  166. // LEAVE THIS ALONE, IT FINALIZES YOUR CONFIG
  167. host_writeconfig
Add Comment
Please, Sign In to add comment