Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. //
  2. // This is an example tournament mode item whitelist. Rename the file to item_whitelist.txt to allow the game to find it.
  3. // Note that the whitelist is loaded on map start, and only if mp_tournament is 1, so you'll need to change maps if you enable
  4. // mp_tournament after the map has loaded.
  5. //
  6. // If the game finds the whitelist file, all non-base TF items are marked as illegal.
  7. // Only item definitions listed in the whitelist file become legal.
  8. // To find a list of definition names, use the "item_show_whitelistable_definitions" command.
  9. //
  10. // Format:
  11. // <Item Definition Name> "1"
  12. // <Item Definition Name> "1"
  13. // ...
  14. //
  15.  
  16. //ETF2L Settings
  17.  
  18. "item_whitelist"
  19. {
  20. //Vanilla Weapons
  21. "Upgradeable TF_WEAPON_BAT" "1"
  22. "Upgradeable TF_WEAPON_BOTTLE" "1"
  23. "Upgradeable TF_WEAPON_FIREAXE" "1"
  24. "Upgradeable TF_WEAPON_CLUB" "1"
  25. "Upgradeable TF_WEAPON_KNIFE" "1"
  26. "Upgradeable TF_WEAPON_FISTS" "1"
  27. "Upgradeable TF_WEAPON_SHOVEL" "1"
  28. "Upgradeable TF_WEAPON_WRENCH" "1"
  29. "Upgradeable TF_WEAPON_BONESAW" "1"
  30. "Upgradeable TF_WEAPON_SHOTGUN_PRIMARY" "1"
  31. "Upgradeable TF_WEAPON_SCATTERGUN" "1"
  32. "Upgradeable TF_WEAPON_SNIPERRIFLE" "1"
  33. "Upgradeable TF_WEAPON_MINIGUN" "1"
  34. "Upgradeable TF_WEAPON_SMG" "1"
  35. "Upgradeable TF_WEAPON_SYRINGEGUN_MEDIC" "1"
  36. "Upgradeable TF_WEAPON_ROCKETLAUNCHER" "1"
  37. "Upgradeable TF_WEAPON_GRENADELAUNCHER" "1"
  38. "Upgradeable TF_WEAPON_PIPEBOMBLAUNCHER" "1"
  39. "Upgradeable TF_WEAPON_FLAMETHROWER" "1"
  40. "Upgradeable TF_WEAPON_PISTOL" "1"
  41. "Upgradeable TF_WEAPON_REVOLVER" "1"
  42. "Upgradeable TF_WEAPON_MEDIGUN" "1"
  43. "Upgradeable TF_WEAPON_INVIS" "1"
  44.  
  45. //Unlockable Weapons
  46. //Scout
  47. "Bonk! Atomic Punch" "1"
  48. "Crit-a-Cola" "1"
  49. "The Holy Mackerel" "1"
  50.  
  51. //Soldier
  52. "The Equalizer" "1"
  53. "The Pain Train" "1"
  54. "Frying Pan" "1"
  55.  
  56. //Pyro
  57. "The Axtinguisher" "1"
  58. "The Flare Gun" "1"
  59. "The Backburner" "1"
  60. "The Homewrecker" "1"
  61.  
  62. //Demoman
  63. "The Scottish Resistance" "1"
  64. "The Chargin' Targe" "1"
  65. "The Eyelander" "1"
  66. "The Scotsman's Skullcutter" "1"
  67.  
  68. //Heavy
  69. "The Sandvich" "1"
  70. "The Killing Gloves of Boxing" "1"
  71. "The Dalokohs Bar" "1"
  72.  
  73. //Engineer
  74. "The Frontier Justice" "1"
  75. "The Gunslinger" "1"
  76. "The Southern Hospitality" "1"
  77.  
  78. //Medic
  79. "The Kritzkrieg" "1"
  80. "The Blutsauger" "1"
  81. "The Ubersaw" "1"
  82.  
  83. //Sniper
  84. "The Huntsman" "1"
  85. "The Razorback" "1"
  86. "Jarate" "1"
  87. "The Tribalman's Shiv" "1"
  88.  
  89. //Spy
  90. "The Dead Ringer" "1"
  91. "The Cloak and Dagger" "1"
  92. "The Ambassador" "1"
  93.  
  94. //Hats
  95. //Scout
  96. "Batter's Helmet" "1"
  97. "Bonk Helm" "1"
  98. "Ye Olde Baker Boy" "1"
  99. "Scout Beanie" "1"
  100. "Scout Whoopee Cap" "1"
  101. "Baseball Bill's Sports Shine" "1"
  102. "The Milkman" "1"
  103. "Bombing Run" "1"
  104.  
  105. //Soldier
  106. "Soldier's Stash" "1"
  107. "Tyrant's Helm" "1"
  108. "Stainless Pot" "1"
  109. "Soldier Samurai Hat" "1"
  110. "Worms Gear" "1"
  111. "The Grenadier's Softcap" "1"
  112. "Chieftain's Challenge" "1"
  113. "Stout Shako" "1"
  114. "Dr's Dapper Topper" "1"
  115.  
  116. //Pyro
  117. "Pyro's Beanie" "1"
  118. "Brigade Helm" "1"
  119. "Respectless Rubber Glove" "1"
  120. "Pyro Helm" "1"
  121. "Vintage Tyrolean" "1"
  122. "The Attendant" "1"
  123. "Handyman's Handle" "1"
  124. "Napper's Respite" "1"
  125. "Old Guadalajara" "1"
  126.  
  127. //Demoman
  128. "Demoman's Fro" "1"
  129. "Glengarry Bonnet" "1"
  130. "Scotsman's Stove Pipe" "1"
  131. "Demoman Hallmark" "1"
  132. "Demoman Tricorne" "1"
  133. "Carouser's Capotain" "1"
  134. "Sober Stuntman" "1"
  135. "Rimmed Raincatcher" "1"
  136.  
  137. //Heavy
  138. "Football Helmet" "1"
  139. "Officer's Ushanka" "1"
  140. "Tough Guy's Toque" "1"
  141. "Heavy Hair" "1"
  142. "Heavy Do-rag" "1"
  143. "Pugilist's Protector" "1"
  144. "Hard Counter" "1"
  145. "Cadaver's Cranium" "1"
  146.  
  147. //Engineer
  148. "Mining Light" "1"
  149. "Texas Ten Gallon" "1"
  150. "Engineer's Cap" "1"
  151. "Engineer Welding Mask" "1"
  152. "Engineer Earmuffs" "1"
  153. "Texas Slim's Dome Shine" "1"
  154.  
  155. //Medic
  156. "Prussian Pickelhaube" "1"
  157. "Vintage Tyrolean" "1"
  158. "Otolaryngologist's Mirror" "1"
  159. "Medic Goggles" "1"
  160. "Medic Gatsby" "1"
  161.  
  162. //Sniper
  163. "Trophy Belt" "1"
  164. "Professional's Panama" "1"
  165. "Master's Yellow Belt" "1"
  166. "Sniper Pith Helmet" "1"
  167. "Sniper Fishing Hat" "1"
  168. "Ritzy Rick's Hair Fixative" "1"
  169. "Ol' Snaggletooth" "1"
  170.  
  171. //Spy
  172. "Fancy Fedora" "1"
  173. "Backbiter's Billycock" "1"
  174. "Spy Noble Hair" "1"
  175. "Spy Beret" "1"
  176. "The Familiar Fez" "1"
  177.  
  178. //All
  179. "Mildly Disturbing Halloween Mask" "1"
  180. "Ghastly Gibus" "1"
  181. "Honest Halo" "1"
  182. "L4D Hat" "1"
  183. "Modest Pile of Hat" "1"
  184. "Noble Amassment of Hats" "1"
  185. "Towering Pillar of Hats" "1"
  186. "TTG Max Hat" "1"
  187. "Parasite Hat" "1"
  188. "Wiki Cap" "1"
  189. "Mann Co. Cap" "1"
  190. "Ellis Hat" "1"
  191. "Halloween Mask - Scout" "1"
  192. "Halloween Mask - Sniper" "1"
  193. "Halloween Mask - Soldier" "1"
  194. "Halloween Mask - Demoman" "1"
  195. "Halloween Mask - Medic" "1"
  196. "Halloween Mask - Heavy" "1"
  197. "Halloween Mask - Spy" "1"
  198. "Halloween Mask - Engineer" "1"
  199. "Halloween Mask - Pyro" "1"
  200. "Halloween Mask - Saxton Hale" "1"
  201. "Horseless Headless Horseman's Head" "1"
  202. "Ghastly Gibus 2010" "1"
  203. "Spine-Chilling Skull" "1"
  204. "Voodoo Juju" "1"
  205. "Horrific Headsplitter" "1"
  206.  
  207. //Misc Items
  208. //Soldier
  209. "Web Easteregg Medal" "1"
  210.  
  211. //Pyro
  212. "Pyro Monocle" "1"
  213.  
  214. //Medic
  215. "Medic Mask" "1"
  216.  
  217. //Spy
  218. "Camera Beard" "1"
  219.  
  220. //All
  221. "Duel Medal Bronze" "1"
  222. "Duel Medal Silver" "1"
  223. "Duel Medal Gold" "1"
  224. "Duel Medal Plat" "1"
  225. "OSX Item" "1"
  226. "Polycount Pin" "1"
  227. "Employee Badge A" "1"
  228. "Employee Badge B" "1"
  229. "Employee Badge C" "1"
  230. "Employee Badge Plat" "1"
  231. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement