Advertisement
Guest User

Updated spy.cfg

a guest
Feb 2nd, 2014
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. developer 1
  2.  
  3. echo "Spy config succesfully loaded--http://forums.steampowered.com/forums/showthread.php?t=1591457 for updates and assistance"
  4. echo "Enter "default" to load default class config
  5.  
  6. alias "default" "exec default"
  7.  
  8.  
  9. // Code:
  10.  
  11. // xhair type toggle
  12. alias dotxhairtype "dotxhairtypeb"
  13. alias dotxhairtypeb "cl_crosshair_file crosshair5;cl_crosshair_scale 14;alias dotxhairtype dotxhairtyper"
  14. alias dotxhairtyper "cl_crosshair_file crosshair2;cl_crosshair_scale 32;alias dotxhairtype dotxhairtypeb"
  15.  
  16. // xhair color toggle
  17. alias dotxhaircolor "dotxhaircolorb"
  18. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  19. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  20. alias dotxhaircolord "cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb"
  21.  
  22. // NULL CANCELLING MOVEMENT SCRIPT
  23. // (prevents you from pressing two opposing directions, which causes you to stop moving)
  24.  
  25. bind w +mfwd
  26. bind s +mback
  27. bind a +mleft
  28. bind d +mright
  29.  
  30. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"
  31. alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  32. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  33. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  34. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  35. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  36. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  37. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  38. alias checkfwd none
  39. alias checkback none
  40. alias checkleft none
  41. alias checkright none
  42. alias none ""
  43.  
  44.  
  45.  
  46. //=============================================================================================================================================
  47. // VIEWMODEL SCRIPT *
  48. //=============================================================================================================================================
  49. // Hides viewmodels when firing the gun. Gets that darn reload animation out of your face--autoreload ftw! Viewmodels reappear when using the watch or knife.
  50. // Remove the "//" in front of which version you'd like to use to load it by default.
  51.  
  52.  
  53. //================
  54. //ORIGINAL VERSION
  55. //================
  56. // exec stabbyviewmodelscript.cfg // my original Viewmodel Script.
  57. // echo "stabby's viewmodel script loaded by default. Type 'quickswitchon' to switch to quickswitch version or '2C3C' to load 2C3C's adaptation"
  58.  
  59. //================
  60. //QUICKSWITCH VERSION
  61. //================
  62.  
  63. alias quickswitchon "exec stabbyviewmodelscriptQUICKSWITCHSUPPORT"
  64. // exec stabbyviewmodelscriptQUICKSWITCHSUPPORT.cfg // Remove first "//" to load Quickswitch Support Viewmodel Script by default
  65.  
  66. //================
  67. //2C3C ADAPTATION
  68. //================
  69. // exec stabbyviewmodelscript2C3C-VERSION.cfg // Remove first "//" to load 2C3C viewmodel Script Adaptation by default
  70. alias 2C3C "exec stabbyviewmodelscript2C3C-VERSION.cfg"'
  71.  
  72.  
  73.  
  74.  
  75. //=============================================================================================================================================
  76. // WEAPON-SPECIFIC VIEWMODEL, SENSITIVITY, FOV, & CROSSHAIR SCRIPT*
  77. //=============================================================================================================================================
  78. // Pressing "1", will bring out the Revolver(/Amby/Enforcer), hide the gun, turn your FOV to 75, and set the sensitivity to 1. Press "3" for the Knife; sets the FOV back to 90, sensitivity to 3. Press "2" for the sapper; attacking with the sapper will say "Sapping" to your team in the chat. Attacking with any weapon flashes to a smaller crosshair type.
  79. // Tweak to your liking.
  80. // * THIS SCRIPT REPLACES THE VIEWMODEL SCRIPT ABOVE. DO NOT USE BOTH TOGETHER!
  81.  
  82. alias combination "exec combinationscript.cfg"
  83. exec "combinationscript.cfg" // Remove "//" at start of this line to enable. Make sure to disable the defualt original version above by putting "//" in front of the "exec stabbyviewmodelscript.cfg" line.
  84.  
  85.  
  86.  
  87. //=============================================================================================================================================
  88. // QUICK DISGUISE SCRIPT
  89. //=============================================================================================================================================
  90. //Binds the "F#" keys to corresponding class disguises to allow you to bypass the disguise kit entirely. The "t" key toggles disguise team (friendly/enemy). Plays class voice lines to confirm the selected class and color ("Yes" for enemy, "No" for friendly). Features weapon disguise binds, too, be sure to bind the keys though in "quickdisguise.cfg"
  91.  
  92. exec "quickdisguise.cfg"
  93.  
  94. developer 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement