Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. echo "CONFIG by meTiuKO"
  2.  
  3.  
  4. // binds
  5.  
  6. bind "w" "+forward"
  7. bind "a" "+moveleft"
  8. bind "s" "+back"
  9. bind "d" "+moveright"
  10. bind "MOUSE3" "+jump"
  11. bind "MOUSE1" "+attack"
  12. bind "MOUSE2" "+attack2"
  13.  
  14. bind "mwheelup" "+jump"
  15. bind "mwheeldown" "+jump"
  16. bind "SHIFT" "+speed"
  17. bind "CTRL" "+duck"
  18. bind "space" "+jump"
  19.  
  20. bind "q" "lastinv"
  21. bind "e" "+use"
  22. bind "r" "+reload"
  23. bind "t" "+spray_menu"
  24. bind "z" "messagemode"
  25. bind "u" "messagemode2"
  26. bind "f" "+lookatweapon"
  27. bind "p" "radio3"
  28. bind "o" "radio1"
  29. bind "l" "radio2"
  30.  
  31.  
  32.  
  33.  
  34. // crosshair
  35.  
  36. cl_crosshair_drawoutline "0"
  37. cl_crosshair_dynamic_maxdist_splitratio "0"
  38. cl_crosshair_dynamic_splitdist "2.5"
  39. cl_crosshair_outlinethickness "0.5"
  40. cl_crosshairalpha "250"
  41. cl_crosshaircolor "1"
  42. cl_crosshaircolor_b "255"
  43. cl_crosshaircolor_g "255"
  44. cl_crosshaircolor_r "255"
  45. cl_crosshairdot "0"
  46. cl_crosshairgap "-2"
  47. cl_crosshairgap_useweaponvalue "0"
  48. cl_crosshairsize "2.5"
  49. cl_crosshairstyle "2"
  50. cl_crosshairthickness "0.5"
  51.  
  52.  
  53.  
  54.  
  55. // sensitivity
  56.  
  57. sensitivity "1.5"
  58. zoom_sensitivity_ratio_mouse "0.9"
  59.  
  60.  
  61.  
  62.  
  63. // viewmodel
  64.  
  65. cl_viewmodel_shift_left_amt "0"
  66. cl_viewmodel_shift_right_amt "0"
  67. viewmodel_fov "68"
  68. viewmodel_offset_x "1"
  69. viewmodel_offset_y "1.5"
  70. viewmodel_offset_z "-1.5"
  71. cl_bobamt_lat 0.1
  72. cl_bobamt_vert 0.1
  73. cl_bob_lower_amt 5
  74. cl_viewmodel_shift_left_amt 0.5
  75. cl_viewmodel_shift_right_amt 0.25
  76.  
  77.  
  78.  
  79.  
  80. // hud
  81.  
  82. hud_scaling "1"
  83. cl_hud_bomb_under_radar "1"
  84. cl_hud_healthammo_style "1"
  85. cl_hud_radar_scale "0.9"
  86. cl_hud_playercount_pos "0"
  87. cl_radar_always_centered "0"
  88. cl_radar_icon_scale_min "0.4"
  89. cl_radar_rotate "1"
  90. cl_radar_scale "0.5"
  91.  
  92.  
  93.  
  94.  
  95. //sounds
  96.  
  97. snd_headphone_pan_exponent "2"
  98. dsp_enhance_stereo "1"
  99. snd_mixahead "0.05"
  100. snd_front_headphone_position "45.0"
  101. snd_rear_headphone_position "135.0"
  102.  
  103.  
  104.  
  105.  
  106. // showscore+netgraph (shows netgraph+showscore when press TAB)
  107.  
  108. alias "+ng" "+showscores;net_graph 1"
  109. alias "-ng" "-showscores;net_graph 0"
  110. bind "TAB" "+ng
  111.  
  112.  
  113.  
  114.  
  115. // jumpthrow
  116.  
  117. alias "+jumpthrow" "+jump;+attack;-attack;-attack2"
  118. alias "-jumpthrow" "-jump"
  119. bind "j" "+jumpthrow"
  120.  
  121.  
  122.  
  123.  
  124. // otther game settings
  125.  
  126. fps_max "151"
  127. ui_steam_overlay_notification_position "BottomRight"
  128. gameinstructor_enable "0"
  129. mat_monitorgamma "1.60"
  130. cl_autowepswitch "0"
  131. cl_show_clan_in_death_notice "0"
  132. cl_teamid_overhead_always "1"
  133. cl_disablefreezecam "1"
  134. cl_use_opens_buy_menu "0"
  135.  
  136.  
  137.  
  138. // CAPSLOCKmod (press capslock to bind another funkcion, when release capslock bind back to def)
  139.  
  140. alias "CLy1" ;alias "CLy0" "bind y messagemode"
  141. alias "CLx1" ;alias "CLx0" "bind x r_cleardecals"
  142. alias "CLc1" "BindToggle c voice_enable" ;alias "CLc0" "bind c +voicerecord"
  143. alias "CLv1" ;alias "CLv0" "BindToggle v cl_righthand"
  144. alias "CLb1" ;alias "CLb0" "bind b buymenu"
  145. alias "CLn1" ;alias "CLn0" "bind n noclip"
  146. alias "CLm1" ;alias "CLm0" "bind m teammenu"
  147.  
  148. alias "+CLmod" "CLy1; CLx1; CLc1; CLv1; CLb1; CLn1; CLm1"
  149. alias "-CLmod" "CLy0; CLx0; CLc0; CLv0; CLb0; CLn0; CLm0"
  150. bind "CapsLock" "+CLmod"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement