Advertisement
Guest User

ESEA whitelist

a guest
Nov 3rd, 2013
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. // This is an example tournament mode item whitelist. Rename the file to item_whitelist.txt to allow the game to find it.
  2. // Note that the whitelist is only updated when a map is loaded, or the mp_tournament_restart command is issued.
  3. //
  4. // To find a list of definition names, use the "item_show_whitelistable_definitions" console command.
  5. // Or go to http://wiki.teamfortress.com/w/images/6/62/Item_whitelist_stock.txt
  6. //
  7. // If the game finds the whitelist file, all non-base TF items are marked as illegal by default.
  8. // You can specify the following optional parameter to make it so that items are legal by default:
  9. // "unlisted_items_default_to" "1"
  10. //
  11. // Then provide a list of item names in this format:
  12. // <Item Definition Name> <"1" or "0">
  13. // <Item Definition Name> <"1" or "0">
  14. // ...
  15. //
  16. // Items set to "1" will be allowed, items set to "0" will be marked as illegal.
  17.  
  18. /////////////////////////////////////////
  19. /// Official ESEA Season 12 Whitelist ///
  20. /// Updated on August 2, 2012 ///
  21. /////////////////////////////////////////
  22.  
  23. "item_whitelist"
  24. {
  25. "unlisted_items_default_to" "1"
  26.  
  27. // scout
  28. "The Soda Popper" "0"
  29. "Bonk! Atomic Punch" "0"
  30. "Crit-a-Cola" "0"
  31. "Mad Milk" "0"
  32. "The Sandman" "0"
  33. "The Atomizer" "0"
  34. "The Wrap Assassin" "0"
  35. "Baby Face's Blaster" "0"
  36. "Pretty Boy's Pocket Pistol" "0"
  37. "The Flying Guillotine" "0"
  38.  
  39. // soldier
  40. "The Liberty Launcher" "0"
  41. "The Beggar's Bazooka" "0"
  42. "The Cow Mangler 5000" "0"
  43. "The Battalion's Backup" "0"
  44. "The Concheror" "0"
  45. "The Reserve Shooter" "0"
  46. "The Disciplinary Action" "0"
  47. "The Righteous Bison" "0"
  48.  
  49. // pyro
  50. "The Rainblower" "0"
  51. "The Phlogistinator" "0"
  52. "The Manmelter" "0"
  53. "The Third Degree" "0"
  54. "The Scorch Shot" "0"
  55. "The Lollichop" "0"
  56. "The Neon Annihilatior" "0"
  57. "The Burning Bongos" "0"
  58. "The Infernal Orchestrina" "0"
  59.  
  60. // demoman
  61. "Ali Baba's Wee Booties" "0"
  62. "The Bootlegger" "0"
  63. "The Loch-n-Load" "0"
  64. "The Splendid Screen" "0"
  65. "The Ullapool Caber" "0"
  66. "The Persian Persuader" "0"
  67.  
  68. // heavy
  69. "Natascha" "0"
  70. "The Brass Beast" "0"
  71. "Tomislav" "0"
  72. "The Sandvich" "0"
  73. "The Dalokohs Bar" "0"
  74. "The Buffalo Steak Sandvich" "0"
  75. "Fishcake" "0"
  76. "The Family Business" "0"
  77. "Gloves of Running Urgently" "0"
  78. "Warrior's Spirit" "0"
  79. "Fists of Steel" "0"
  80. "The Eviction Notice" "0"
  81. "The Holiday Punch" "0"
  82. "The Huo Long Heatmaker" "0"
  83.  
  84. // engineer
  85. "The Pomson 6000" "0"
  86. "The Wrangler" "0"
  87. "The Short Circuit" "0"
  88. "The Gunslinger" "0"
  89. "The Eureka Effect" "0"
  90.  
  91. // medic
  92. "The Vita-Saw" "0"
  93. "The Solemn Vow" "0"
  94.  
  95. // sniper
  96. "The Sydney Sleeper" "0"
  97. "The Machina" "0"
  98. "Jarate" "0"
  99. "The Cozy Camper" "0"
  100. "The Hitman's Heatmaker" "0"
  101. "The Cleaner's Carbine" "0"
  102. "The Shahanshah" "0"
  103.  
  104. // spy
  105. "The Enforcer" "0"
  106. "The Spy-cicle" "0"
  107. "The Red-Tape Recorder" "0"
  108.  
  109. // all classes
  110. "Pet Balloonicorn" "0"
  111. "Bombinomicon" "0"
  112. "Autogrant Pyrovision Goggles" "0"
  113. "Pyrovision Goggles" "0"
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement