You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rebuy.original 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // This file contains a list of the different classes of equipment "Rebuy" will buy for you.
  2. // The rebuy system takes a snapshot of all the equipment you have when you buy something.
  3. // That includes issuing a buy alias command, buying something from the buy menu,
  4. // or after using Autobuy (see autobuy.txt for details).
  5. //
  6. // When the rebuy command is issued, it attempts to buy all the equipment that you
  7. // had when the last snapshot of your equipment was taken. The equipment will be
  8. // purchased in order as specified in this file. You can modify the list in this file to suit
  9. // your play style in case you become short on money and can't afford all
  10. // the equipment you had in the previous round.
  11. //
  12. // The tactical shield is considered a "PrimaryWeapon", but the pistol used with it
  13. // will be bought as a "SecondaryWeapon"
  14. //
  15. // The console command for using rebuy is "rebuy"
  16. //
  17. // The categories used by rebuy and what those categories include are:
  18. //
  19. // PrimaryWeapon - Any weapon that goes in weapon slot 1
  20. // PrimaryAmmo - Ammo for the weapon currently in weapon slot 1
  21. // SecondaryWeapon - Any weapon that goes in weapon slot 2
  22. // SecondaryAmmo - Ammo for the weapon currently in weapon slot 2
  23. // Defuser - Defuse kit
  24. // Armor - Kevlar, Kevlar+Helmet
  25. // HEGrenade - HE Grenade
  26. // Flashbang - Flashbang
  27. // SmokeGrenade - Smoke Grenade
  28. // NightVision - Nightvision goggles
  29. PrimaryWeapon
  30. PrimaryAmmo
  31. Defuser
  32. Armor
  33. HEGrenade
  34. Flashbang
  35. SmokeGrenade
  36. SecondaryWeapon
  37. SecondaryAmmo
  38. NightVision