Advertisement
Guest User

autoexec.cfg

a guest
Aug 28th, 2019
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Fortran 16.39 KB | None | 0 0
  1. //███████████████████████████████████████████████████████■▪
  2. //███████████████████████████████████████████████████████■▪
  3. //███████████████████████████████████████████████████████■▪
  4. //███████████████▌   Spoons Autoexec    ▐████████████████■▪
  5. //█████████████████████████ V2 ██████████████████████████■▪
  6. //███████████████████████████████████████████████████████■▪
  7. //███████████████████████████████████████████████████████■▪
  8. //███████████████████████████████████████████████████████■▪
  9. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌    Font    ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  10. //███████████████████████████████████████████████████████
  11. //███████████████████████████████████████████████████████
  12. alias reloadfont "mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0"
  13. mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0
  14. //███████████████████████████████████████████████████████
  15. //███████████████████████████████████████████████████████
  16. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌    Binds    ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  17. //███████████████████████████████████████████████████████
  18. //███████████████████████████████████████████████████████
  19. bind mwheeldown "+jump"
  20. bind kp_5 "sm_ready"
  21. bind \ "sm_mvp"
  22. bind 0 "sm_tank;sm_current"
  23. bind - "sm_spec"
  24. bind = "sm_pause"
  25. bind 6 "record x; stop"
  26. bind mouse4 "slot5"
  27. bind kp_LEFTARROW "sm_bonesaw 102"
  28. bind k "sm_unready"
  29. bind h "sm_health"
  30. bind F9 "disconnect"
  31. bind F10 "quit"
  32. bind kp_pgup "snd_restart"
  33. bind pgup "increaseFOV"
  34. bind pgdn "decreaseFOV"
  35. bind RIGHTARROW "increaseGV"
  36. bind LEFTARROW "decreaseGV"
  37. bind UPARROW "increaseMV"
  38. bind DOWNARROW "decreaseMV"
  39. bind i "sm_admin"
  40. //███████████████████████████████████████████████████████
  41. //███████████████████████████████████████████████████████
  42. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌ Personalized ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
  43. //███████████████████████████████████████████████████████
  44. //███████████████████████████████████████████████████████
  45. cl_interp_ratio -1
  46. cl_interp 0
  47. sensitivity 1.47
  48. con_enable 1
  49. spec_allowroaming 1
  50. gameinstructor_enable 0
  51. cl_showhelp 0
  52. cl_forcepreload 1
  53. mat_bloom_scalefactor_scalar 0
  54. snd_mixahead 0.056
  55. dsp_enhance_stereo 1
  56. m_mousespeed 0
  57. //███████████████████████████████████████████████████████
  58. //███████████████████████████████████████████████████████
  59. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌ Movement Fix ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬  
  60. //███████████████████████████████████████████████████████
  61. //███████████████████████████████████████████████████████
  62. bind "W" "+mfwd"
  63. bind "A" "+mleft"
  64. bind "S" "+mback"
  65. bind "D" "+mright"
  66. alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
  67. alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
  68. alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
  69. alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
  70. alias -mfwd "-forward;checkback;alias checkfwd none"
  71. alias -mback "-back;checkfwd;alias checkback none"
  72. alias -mleft "-moveleft;checkright;alias checkleft none"
  73. alias -mright "-moveright;checkleft;alias checkright none"
  74. alias checkfwd "none"
  75. alias checkback "none"
  76. alias checkleft "none"
  77. alias checkright "none"
  78. alias none ""
  79. //███████████████████████████████████████████████████████
  80. //███████████████████████████████████████████████████████
  81. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌Network Stuff▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  82. //███████████████████████████████████████████████████████
  83. //███████████████████████████████████████████████████████
  84. cl_updaterate 100
  85. cl_cmdrate 100
  86. rate 100000
  87. net_graph 1
  88. net_graphheight 10
  89. net_graphproportionalfont 0
  90. bind "TAB" "+sb";                  
  91. alias "+sb" "+showscores; net_graph 3; net_graphproportionalfont 1; net_graphheight 70";
  92. alias "-sb" "-showscores; net_graph 1; net_graphproportionalfont 0; net_graphheight 10";
  93. net_graphpos 325
  94. //███████████████████████████████████████████████████████
  95. //███████████████████████████████████████████████████████
  96. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌   Scripts   ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  97. //███████████████████████████████████████████████████████
  98. //███████████████████████████████████████████████████████
  99. alias increaseFOV "incrementvar cl_viewmodelfovsurvivor 0 180 10"
  100. alias decreaseFOV "incrementvar cl_viewmodelfovsurvivor 0 180 -10"
  101. alias increaseGV "incrementvar volume 0 1 0.03"
  102. alias decreaseGV "incrementvar volume 0 1 -0.03"
  103. alias increaseMV "incrementvar snd_musicvolume 0 1 0.03"
  104. alias decreaseMV "incrementvar snd_musicvolume 0 1 -0.03"
  105. //███████████████████████████████████████████████████████
  106. //███████████████████████████████████████████████████████
  107. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌    Glows    ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  108. //███████████████████████████████████████████████████████
  109. //███████████████████████████████████████████████████████
  110. cl_glow_survivor_r 0.03
  111. cl_glow_survivor_b 1
  112. cl_glow_survivor_g 0
  113. cl_glow_survivor_hurt_r 0
  114. cl_glow_survivor_hurt_g 0.05
  115. cl_glow_survivor_hurt_b 1
  116. cl_glow_survivor_vomit_b 1
  117. cl_glow_survivor_vomit_g 0
  118. cl_glow_survivor_vomit_r 0.5
  119. cl_glow_item_g 1
  120. cl_glow_item_b 0
  121. cl_glow_item_r 0.3
  122. cl_glow_item_far_r 1
  123. cl_glow_item_far_g 0
  124. cl_glow_item_far_b 0
  125. cl_glow_survivor_health_high_b 1
  126. cl_glow_survivor_health_high_r 0
  127. cl_glow_survivor_health_high_g 0.7
  128. cl_glow_survivor_health_med_g 0.9
  129. cl_glow_survivor_health_med_r 0
  130. cl_glow_survivor_health_med_b 1
  131. cl_glow_survivor_health_low_b 1
  132. cl_glow_survivor_health_low_r 0
  133. cl_glow_survivor_health_low_g 0.1
  134. cl_glow_infected_vomit_b 1
  135. cl_glow_infected_vomit_g 0
  136. cl_glow_infected_vomit_r 0.5
  137. cl_glow_ghost_infected_g 0.75
  138. cl_glow_ghost_infected_r 0.3
  139. cl_glow_ghost_infected_b 0
  140. cl_glow_infected_g 1
  141. cl_glow_infected_r 0.1
  142. cl_glow_infected_b 0.1
  143. cl_glow_ability_b 0.2
  144. cl_glow_ability_g 0.0
  145. cl_glow_ability_r 0.9
  146. cl_glow_survivor_health_include_buffer 1
  147. cl_glow_survivor_health_bleed_pulse_amount 0
  148. cl_glow_survivor_health_bleed_pulse 0
  149. cl_glow_survivor_health_bleed_pulse_speed 20
  150. //███████████████████████████████████████████████████████
  151. //███████████████████████████████████████████████████████
  152. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌  Cross Hair  ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  153. //███████████████████████████████████████████████████████
  154. //███████████████████████████████████████████████████████
  155. alias "default""cl_crosshair_alpha 255; cl_crosshair_red 138; cl_crosshair_green 182; cl_crosshair_blue 220"
  156. alias "white"  "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255"
  157. alias "black"  "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255"
  158. alias "red"    "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 0;   cl_crosshair_blue 0"
  159. alias "blue"   "cl_crosshair_alpha 255; cl_crosshair_red 0;   cl_crosshair_green 0;   cl_crosshair_blue 255"
  160. alias "yellow" "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 0"
  161. alias "orange" "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 128; cl_crosshair_blue 0"
  162. alias "purple" "cl_crosshair_alpha 255; cl_crosshair_red 255; cl_crosshair_green 0;   cl_crosshair_blue 255"
  163. alias "green"  "cl_crosshair_alpha 255; cl_crosshair_red 0;   cl_crosshair_green 255; cl_crosshair_blue 0"
  164. alias "cyan"   "cl_crosshair_alpha 255; cl_crosshair_red 0;   cl_crosshair_green 255; cl_crosshair_blue 255"
  165. alias "colorblindon"  "cl_colorblind 1"     // Enables Colour Blind Mode
  166. alias "colorblindoff" "cl_colorblind 0"     // Disables Colour Blind Mode
  167. //███████████████████████████████████████████████████████
  168. //███████████████████████████████████████████████████████
  169. // ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▌   The End   ▐▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬    
  170. //███████████████████████████████████████████████████████
  171. //███████████████████████████████████████████████████████
  172. clear
  173. echo " .----------------.  .----------------.  .----------------.  .----------------.  .-----------------. .----------------.  .----------------.  .----------------. "
  174. echo "| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |"
  175. echo "| |    _______   | || |   ______     | || |     ____     | || |     ____     | || | ____  _____  | || |    _______   | || | ____   ____  | || |    _____     | |"
  176. echo "| |   /  ___  |  | || |  |_   __ \  | || |   .'    `.   | || |   .'    `.   | || ||_   \|_   _| | || |   /  ___  |  | || ||_  _| |_  _| | || |   / ___ `.   | |"
  177. echo "| |  |  (__ \_|  | || |    | |__) |  | || |  /  .--.  \ | || |  /  .--.  \ | || |  |   \ | |   | || |  |  (__ \_|  | || |  \ \  / /   | || |  |_/___) |   | |"
  178. echo "| |   '.___`-.   | || |    |  ___/   | || |  | |    | |  | || |  | |    | |  | || |  | |\ \| |   | || |   '.___`-.   | || |   \ \ / /    | || |   .'____.'   | |"
  179. echo "| |  |`\____) |  | || |   _| |_      | || |  \ `--'  /  | || |  \ `--'  /  | || | _| |_\  |_  | || |  |`\____) |  | || |    \ ' /     | || |  / /____     | |"
  180. echo "| |  |_______.'  | || |  |_____|     | || |   `.____.'   | || |   `.____.'   | || ||_____|\____| | || |  |_______.'  | || |     \_/      | || |  |_______|   | |"
  181. echo "| |              | || |              | || |              | || |              | || |              | || |              | || |              | || |              | |"
  182. echo "| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |"
  183. echo " '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------' "
  184. echo " .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------. "
  185. echo "| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |"
  186. echo "| |      __      | || | _____  _____ | || |  _________   | || |     ____     | || |  _________   | || |  ____  ____  | || |  _________   | || |     ______   | |"
  187. echo "| |     /  \    | || ||_   _||_   _|| || | |  _   _  |  | || |   .'    `.   | || | |_   ___  |  | || | |_  _||_  _| | || | |_   ___  |  | || |   .' ___  |  | |"
  188. echo "| |    / /\ \   | || |  | |    | |  | || | |_/ | | \_|  | || |  /  .--.  \ | || |   | |_  \_|  | || |   \ \ / /   | || |   | |_  \_|  | || |  / .'   \_|  | |"
  189. echo "| |   / ____ \  | || |  | '    ' |  | || |     | |      | || |  | |    | |  | || |   |  _|  _   | || |    > `' <    | || |   |  _|  _   | || |  | |         | |"
  190. echo "| | _/ /    \ \_ | || |   \ `--' /   | || |    _| |_     | || |  \ `--'  /  | || |  _| |___/ |  | || |  _/ /'`\ \_  | || |  _| |___/ |  | || |  \ `.___.'\ | |"
  191. echo "| ||____|  |____|| || |    `.__.'    | || |   |_____|    | || |   `.____.'   | || | |_________|  | || | |____||____| | || | |_________|  | || |   `._____.'  | |"
  192. echo "| |              | || |              | || |              | || |              | || |              | || |              | || |              | || |              | |"
  193. echo "| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |"
  194. echo " '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------' "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement