Advertisement
Guest User

PrecisioN autoexec.cfg

a guest
Oct 21st, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.71 KB | None | 0 0
  1. unbindall
  2. unbindallmousekeyboard
  3. clear
  4.  
  5.  
  6. echo " _____               _     _       _   _ "
  7. echo "|  __ \             (_)   (_)     | \ | |"
  8. echo "| |__) | __ ___  ___ _ ___ _  ___ |  \| |"
  9. echo "|  ___/ '__/ _ \/ __| / __| |/ _ \| . ` |"
  10. echo "| |   | | |  __/ (__| \__ \ | (_) | |\  |"
  11. echo "|_|   |_|  \___|\___|_|___/_|\___/|_| \_|"
  12. //Bindings
  13. bind "MOUSE1" "+attack"
  14. bind "SPACE" "+attack2" //YES I ZOOM ON SPACE
  15. bind "MWHEELUP" "+jump"
  16. bind "MWHEELDOWN" "+jump"
  17. bind "0" "slot10"
  18. bind "1" "slot1"
  19. bind "2" "slot2"
  20. bind "3" "slot3"
  21. bind "4" "slot4"
  22. bind "5" "slot5"
  23. bind "6" "slot6"
  24. bind "7" "slot7"
  25. bind "8" "slot8"
  26. bind "9" "slot9"
  27. bind "b" "buymenu"
  28. bind "a" "+moveleft"
  29. bind "d" "+moveright"
  30. bind "s" "+back"
  31. bind "w" "+forward"
  32. bind "r" "+reload"
  33. bind "q" "lastinv"
  34. bind "n" "nightvision"
  35. bind "e" "+use"
  36. bind "g" "drop"
  37. bind "y" "messagemode"
  38. bind "u" "messagemode2"
  39. bind "TAB" "+showscores"
  40. bind "ESCAPE" "cancelselect"
  41. bind "," "buy primammo"
  42. bind "." "buy secammo"
  43. bind "PAUSE" "pause"
  44. bind "SHIFT" "+speed"
  45. bind "CTRL" "+duck"
  46. bind "z" "radio1"
  47. bind "x" "radio2"
  48. bind "c" "radio3"
  49. bind "m" "teammenu"
  50. bind "k" "+voicerecord"
  51. bind "i" "show_loadout_toggle"
  52. bind "f" "+lookatweapon"
  53.  
  54. echo " "
  55. echo " - Bindings loaded"
  56.  
  57. //Crosshair and mouse
  58. Sensitivity 3.18
  59. cl_crosshairalpha "255"
  60. cl_crosshaircolor "5"
  61. cl_crosshaircolor_b "229"
  62. cl_crosshaircolor_r "183"
  63. cl_crosshaircolor_g "0"
  64. cl_crosshairdot "0"
  65. cl_crosshairgap "-2"
  66. cl_crosshairsize "2"
  67. cl_crosshairstyle "4"
  68. cl_crosshairusealpha "1"
  69. cl_crosshairthickness "0.5"
  70. cl_fixedcrosshairgap "-2"
  71.  
  72. echo " - Mouse settings loaded"
  73.  
  74. //Rates
  75. cl_cmdrate "128"
  76. cl_updaterate "128"
  77. cl_interp "0"
  78. cl_interp_ratio "1"
  79. rate "128000"
  80. fps_max "121"
  81.  
  82. echo " - Rate settings loaded"
  83.  
  84. //Sound
  85. snd_musicvolume "0"
  86. snd_mixahead "0.05"
  87.  
  88. echo " - Sound settings loaded"
  89.  
  90. //Gun settings (To look more like css)
  91. viewmodel_fov "65"
  92. viewmodel_offset_x "2"
  93. viewmodel_offset_y "2"
  94. viewmodel_offset_z "-2"
  95. cl_viewmodel_shift_left_amt "0"
  96. cl_viewmodel_shift_right_amt "0"
  97. cl_bob_lower_amt "0"
  98. cl_bobamt_lat "0"
  99. cl_bobamt_vert "0"
  100. cl_bobcycle "1.0"
  101.  
  102. echo " - Weapon settings loaded"
  103.  
  104. //Misc
  105. cl_autowepswitch "0"
  106. cl_autohelp "0"
  107. cl_showhelp "0"
  108. cl_righthand "1"
  109. cl_forcepreload "1"
  110. cl_disablefreezecam "1"
  111. hud_scaling "1"
  112. hud_showtargetid "1"
  113. bind "p" "say To infinity, and beyond!"
  114. cl_disablehtmlmotd 1
  115.  
  116. echo " - Misc settings loaded"
  117.  
  118. //Aliases
  119. bind "\" "toggleconsole"
  120. bind  "TAB" "+ng";
  121. alias "+ng" "+showscores; net_graph 1";
  122. alias "-ng" "-showscores; net_graph 0";
  123.  
  124.  
  125. echo " - Aliases loaded"
  126.  
  127. echo " "
  128. echo "-------------------------------------------------------------------------------------"
  129. echo " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement