Advertisement
Simo_246

autoexec and crosshair

Mar 29th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. //
  2. echo
  3. echo *** autoexec by Simo_246 ***
  4. echo
  5. //
  6. //inizialization
  7. unbindall
  8. //
  9. echo
  10. echo ***Network Settings***
  11. echo
  12. //
  13. mm_dedicated_search_maxping "50"
  14. cl_interp "0.031000"
  15. cl_interp_ratio "2"
  16. cl_cmdrate "128"
  17. cl_updaterate "128"
  18. fps_max "300"
  19. net_graph 1
  20. net_graphproportionalfont 0.5
  21. net_graphpos 1
  22. //
  23. echo
  24. echo ***Setting Crosshair***
  25. echo
  26. //
  27. cl_crosshair_drawoutline "1"
  28. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  29. cl_crosshair_dynamic_splitalpha_innermod "1"
  30. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  31. cl_crosshair_dynamic_splitdist "7"
  32. cl_crosshair_outlinethickness "1"
  33. cl_crosshair_sniper_width "1.2"
  34. cl_crosshairalpha "255"
  35. cl_crosshaircolor "5"
  36. cl_crosshaircolor_b "255"
  37. cl_crosshaircolor_g "255"
  38. cl_crosshaircolor_r "0"
  39. cl_crosshairdot "0"
  40. cl_crosshairgap "-1.500000"
  41. cl_crosshairgap_useweaponvalue "0"
  42. cl_crosshairsize "2"
  43. cl_crosshairstyle "4"
  44. cl_crosshairthickness "0.5"
  45. cl_crosshairusealpha "1"
  46. cl_fixedcrosshairgap "-10"
  47. //
  48. echo
  49. echo ***Inizializing binds***
  50. echo
  51. //
  52. bind "w" "+forward"
  53. bind "a" "+moveleft"
  54. bind "d" "+moveright"
  55. bind "s" "+back"
  56. bind "SPACE" "+jump"
  57. bind "MWHEELUP" "invprev"
  58. bind "MWHEELDOWN" "invnext"
  59. bind "MOUSE1" "+attack"
  60. bind "MOUSE2" "+attack2"
  61. bind "e" "+use"
  62. bind "f" "+lookatweapon"
  63. bind "g" "drop"
  64. bind "v" "+voicerecord"
  65. bind "y" "messagemode2"
  66. bind "h" "messagemode"
  67. bind "b" "impulse 101;buymenu"
  68. bind "1" "slot1"
  69. bind "2" "slot2"
  70. bind "3" "slot3"
  71. bind "4" "slot5"
  72. bind "5" "slot5"
  73. bind "6" "getout"
  74. // ALIAS
  75. echo
  76. echo ***Inizializing Alias***
  77. echo
  78. // Jumpthrow
  79. alias "+jumpthrow" "+jump; -attack"
  80. alias "-jumpthrow" "-jump"
  81. //
  82. // Drop c4 saying in team chat dropping the bomb
  83. alias "dropc4" "use weapon_c4;drop;say_team Dropping Bomb"
  84. //
  85. // Clear the map
  86. alias "clearMap" "r_cleardecals"
  87. //
  88. // Volume increase when u walk
  89. alias "+incVol" "volume 1; +speed"
  90. alias "-incVol" "volume 0.75; -speed"
  91. //
  92. // Fast buy alias
  93. alias "frsWeap" "buy vest"
  94. alias "sdnWeap" "buy p250"
  95. alias "mainWeap" "buy ak47; buy m4a4"
  96. alias "suppWeap" "buy defuser; buy vest; buy vesthelm"
  97. alias "buyPrinNd" "buy smokegrenade"
  98. alias "buyNds1" "buy smokegrenade; buy molotov"
  99. alias "buyNds2" "buy HEgrenade; buy flashbang"
  100. //
  101. //
  102. echo
  103. echo ***Inizializing secondary binds***
  104. echo
  105. //
  106. //switch beetwen right and left hand
  107. bind "q" "incrementvar cl_righthand 0 1 1"
  108. //
  109. //say reloading in chat while reloading
  110. bind "r" "+reload; say_team reloading; -reload"
  111. //
  112. //switch volume
  113. bind "i" "incrementvar volume 0 1 0.25"
  114. //
  115. //drop bomb+fix g doesn't work
  116. bind "t" "dropc4"
  117. bind "g" "drop"
  118. //
  119. //jumpthrow
  120. bind "c" "+jumpthrow"
  121. //
  122. //clear the map while walking
  123. bind "SHIFT" "+incVol; clearMap"
  124. //
  125. //clear the map
  126. //bind "mouse3" "clearMap"
  127. //
  128. //secondary binds
  129. bind "F5" "jpeg"
  130. bind "F6" "save quick"
  131. bind "F7" "load quick"
  132. bind "KP_HOME" "callvote"
  133. bind "\" "toggleconsole"
  134. bind "TAB" "+showscores"
  135. bind "ESCAPE" "cancelselect"
  136. bind "DEL" "mute"
  137. bind "PAUSE" "pause"
  138. bind "CTRL" "+duck"
  139. //
  140. //fast buy
  141. bind "F1" "frsWeap"
  142. bind "F2" "sdnWeap"
  143. bind "F3" "mainWeap"
  144. bind "F4" "suppWeap"
  145. bind "F5" "buyPrinNd"
  146. bind "F6" "buyNds1"
  147. bind "F7" "buyNds2"
  148. //
  149. //debug
  150. echo
  151. echo *** DONE ***
  152. echo
  153. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement