Advertisement
Guest User

STyler__ Config

a guest
Apr 30th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. // Basic Movement
  2. bind w +wbind
  3. bind a +moveleft
  4. bind s +back
  5. bind d +moveright
  6.  
  7. //Console
  8. bind "ESCAPE" "cancelselect"
  9. bind "`" "toggleconsole"
  10.  
  11. //Crosshair
  12. cl_crosshair_drawoutline "0"
  13. cl_crosshair_dynamic_maxdist_splitratio "0"
  14. cl_crosshair_dynamic_splitalpha_innermod "1"
  15. cl_crosshair_dynamic_splitalpha_outermod "1.000000"
  16. cl_crosshair_dynamic_splitdist "5"
  17. cl_crosshair_outlinethickness "1"
  18. cl_crosshair_sniper_show_normal_inaccuracy "0"
  19. cl_crosshair_sniper_width "1"
  20. cl_crosshairalpha "255"
  21. cl_crosshaircolor "4"
  22. cl_crosshaircolor_b "50"
  23. cl_crosshaircolor_g "250"
  24. cl_crosshaircolor_r "50"
  25. cl_crosshairdot "0"
  26. cl_crosshairgap "-2"
  27. cl_crosshairgap_useweaponvalue "0"
  28. cl_crosshairscale "0"
  29. cl_crosshairsize "1.000000"
  30. cl_crosshairstyle "4"
  31. cl_crosshairthickness "0.9"
  32. cl_crosshairusealpha "1"
  33. cl_fixedcrosshairgap "3"
  34.  
  35. //ViewModel
  36. cl_viewmodel_shift_left_amt "1.5"
  37. cl_viewmodel_shift_right_amt "0.75"
  38. viewmodel_fov "68"
  39. viewmodel_offset_x "2.500000"
  40. viewmodel_offset_y "0"
  41. viewmodel_offset_z "-1.500000"
  42. viewmodel_presetpos "0"
  43. cl_bob_lower_amt "5"cl_bobamt_lat "0.1"cl_bobamt_vert "0.1"cl_bobcycle "2"
  44. cl_bob_lower_amt "5"cl_bobamt_lat "0.1"cl_bobamt_vert "0.1"cl_bobcycle "2"
  45. cl_bobamt_lat "0.33"
  46. cl_bobamt_vert "0.14"
  47. cl_bob_lower_amt "5"cl_bobamt_lat "0.1"cl_bobamt_vert "0.1"cl_bobcycle "2"
  48. cl_bobcycle "0.98"
  49.  
  50. //Keys
  51. bind "TAB" "+showscores"
  52. bind "SPACE" "+jump"
  53. bind "," "buyammo1"
  54. bind "." "buyammo2"
  55. bind "0" "slot10"
  56. bind "1" "slot1"
  57. bind "2" "slot2"
  58. bind "3" "slot3"
  59. bind "4" "slot4"
  60. bind "5" "slot5"
  61. bind "6" "slot6"
  62. bind "7" "slot7"
  63. bind "8" "slot8"
  64. bind "9" "slot9"
  65. bind "a" "+moveleft"
  66. bind "t" "buymenu"
  67. bind "d" "+moveright"
  68. bind "r" "+use"
  69. bind "y" "+lookatweapon"
  70. bind "g" "drop"
  71. bind "i" "show_loadout_toggle"
  72. bind "q" "+voicerecord"
  73. bind "m" "teammenu"
  74. bind "q" "lastinv"
  75. bind "e" "+reload"
  76. bind "s" "+back"
  77. bind "u" "messagemode2"
  78. bind "w" "+forward"
  79. bind "i" "messagemode"
  80. bind "MOUSE4" "+duck"
  81. bind "MOUSE5" "+speed"
  82. bind "F3" "autobuy"
  83. bind "F4" "rebuy"
  84. bind "F5" "jpeg"
  85. bind "F6" "save quick"
  86. bind "F7" "load quick"
  87. bind "F10" "quit prompt"
  88. bind "MWHEELDOWN" "invnext"
  89. bind "MWHEELUP" "invprev"
  90. bind "MOUSE1" "+attack"
  91. bind "MOUSE2" "+attack2"
  92. bind "PAUSE" "pause"
  93. bind "DEL" "mute"
  94.  
  95.  
  96. // NetGraph
  97. bind "n" "toggle net_graph"
  98.  
  99. //Sen
  100. sensitivity 1.38
  101.  
  102. //Buy Binds
  103. bind "kp_ins" "buy molotov; buy incgrenade;"
  104. bind "kp_end" "buy smokegrenade;"
  105. bind "kp_downarrow" "buy flashbang;"
  106. bind "kp_pgdn" "buy hegrenade;"
  107. bind "kp_leftarrow" "buy p250;"
  108. bind "kp_5" "buy tec9; buy fiveseven;"
  109. bind "kp_rightarrow" "buy mp7;"
  110. bind "kp_home" "buy galilar; buy famas;"
  111. bind "kp_uparrow" "buy ak47; buy m4a1;"
  112. bind "kp_pgup" "buy awp;"
  113. bind "kp_minus" "buy vest;"
  114. bind "kp_plus" "buy vesthelm;"
  115. bind "kp_enter" "buy defuser;"
  116.  
  117. //View brightness
  118. mat_monitorgamma 1.6
  119.  
  120. //Multi-core rendering
  121. mat_queue_mode -1
  122.  
  123. //Maximum FPS lock
  124. fps_max 500
  125. fps_max_menu 500
  126.  
  127. //Disable dynamic lighting
  128. r_dynamic 0
  129.  
  130. //Disable particles
  131. r_drawparticles 0
  132.  
  133. //Disable tracer fire
  134. r_drawtracers_firstperson 0
  135.  
  136. //Save graphics options
  137. mat_savechanges
  138.  
  139. //The Radar
  140. cl_radar_always_centered 0
  141. cl_radar_scale 0.3
  142. cl_hud_radar_scale 1.15
  143. cl_radar_icon_scale_min 1
  144. cl_radar_rotate 1
  145.  
  146. //HUD Scale
  147. hud_scaling 0.8
  148.  
  149. //Performance Improvements
  150. rate 128000
  151. cl_cmdrate 128
  152. cl_updaterate 128
  153. cl_interp 0
  154. cl_interp_ratio 1
  155. cl_lagcompensation 1
  156.  
  157. // Jumpthrow
  158. alias "+jumpthrow" "+jump;-attack"
  159. alias "-jumpthrow" "-jump"
  160.  
  161. // Don't switch weapons on pickup
  162. cl_autowepswitch 0
  163.  
  164. // See more on the radar
  165. cl_radar_scale 0.4
  166. cl_radar_always_centered 0
  167.  
  168. // For better hearing
  169. snd_headphone_pan_exponent 1.4
  170.  
  171. // Pickup weapons using +use
  172. cl_use_opens_buy_menu 0
  173.  
  174. // See players move after you die
  175. cl_disablefreezecam 1
  176.  
  177. // Clears decals on movement (bloodmarks, dead people etc. for better vision)
  178. bind W +wbind ; alias "+wbind" "+forward;r_cleardecals" ; alias -wbind -forward
  179.  
  180. //Fast nades
  181. bind "F" "use weapon_knife;use weapon_flashbang"
  182. bind "X" "use weapon_molotov;use weapon_incgrenade"
  183. bind "Z" "use weapon_hegrenade"
  184. bind "C" "use weapon_smokegrenade"
  185. bind "4" "use weapon_decoy"
  186.  
  187. //Music Volume
  188. snd_musicvolume 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement