Advertisement
karatewalrus

TTT Black Ops Weapon Pack V2 weapon placer config

Apr 18th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. --For use in adding to the weapon placer config https://steamcommunity.com/sharedfiles/filedetails/?id=119928922
  2. --So you can place these weapons https://steamcommunity.com/sharedfiles/filedetails/?id=1551226871
  3. --manually around maps in sandbox mode and then export that config for use in ttt maps so you can have the weapons
  4. --where you want them
  5.  
  6. --Add the contents in local weps and local mdls to your
  7. --addons\ttt_weapon_placer\lua\weapons\gmod_tool\stools\tttweaponplacer.lua file
  8.  
  9. local weps = {
  10.  
  11. --black ops 2 weapons
  12. ttt_bo_m60 = {name = "bo2 M60", snd="item_ammo_ar_ttt"},
  13. ttt_bo_ak47 = {name = "bo2 AK47", snd="item_ammo_ar_ttt"},
  14. ttt_bo_ak74u = {name = "bo2 AK74u", snd="item_ammo_smg1_ttt"},
  15. ttt_bo_asp = {name = "bo2 ASP", snd="item_ammo_pistol_ttt"},
  16. ttt_bo_aug = {name = "bo2 AUG", snd="item_ammo_ar_ttt"},
  17. ttt_bo_commando = {name = "bo2 Commando", snd="item_ammo_ar_ttt"},
  18. ttt_bo_cz75auto = {name = "bo2 CZ75 Auto", snd="item_ammo_pistol_ttt"},
  19. ttt_bo_dragunov = {name = "bo2 Dragunov", snd="item_ammo_357_ttt"},
  20. ttt_bo_enfield = {name = "bo2 Enfield", snd="item_ammo_ar_ttt"},
  21. ttt_bo_fal = {name = "bo2 FN FAL", snd="item_ammo_ar_ttt"},
  22. ttt_bo_famas = {name = "bo2 Famas", snd="item_ammo_ar_ttt"},
  23. ttt_bo_g11 = {name = "bo2 G11", snd="item_ammo_ar_ttt"},
  24. ttt_bo_galil = {name = "bo2 Galil", snd="item_ammo_ar_ttt"},
  25. ttt_bo_hk21 = {name = "bo2 HK21", snd="item_ammo_ar_ttt"},
  26. ttt_bo_kiparis_dw = {name = "bo2 Dual Kiparis", snd="item_ammo_smg1_ttt"},
  27. ttt_bo_l96a1 = {name = "bo2 L96A1", snd="item_ammo_357_ttt"},
  28. ttt_bo_m14 = {name = "bo2 M14", snd="item_ammo_357_ttt"},
  29. ttt_bo_m16 = {name = "bo2 M16", snd="item_ammo_ar_ttt"},
  30. ttt_bo_m1911 = {name = "bo2 M1911", snd="item_ammo_pistol_ttt"},
  31. ttt_bo_mac11 = {name = "bo2 MAC-11", snd="item_ammo_smg1_ttt"},
  32. ttt_bo_makarov = {name = "bo2 Makarov", snd="item_ammo_pistol_ttt"},
  33. ttt_bo_mp5k = {name = "bo2 MP5K", snd="item_ammo_smg1_ttt"},
  34. ttt_bo_mpl = {name = "bo2 MPL", snd="item_ammo_smg1_ttt"},
  35. ttt_bo_olympia = {name = "bo2 Olympia", snd="item_box_buckshot_ttt"},
  36. ttt_bo_pm63 = {name = "bo2 PM63", snd="item_ammo_smg1_ttt"},
  37. ttt_bo_python = {name = "bo2 Python", snd="item_ammo_revolver_ttt"},
  38. ttt_bo_rpk = {name = "bo2 RPK", snd="item_ammo_ar_ttt"},
  39. ttt_bo_spas12 = {name = "bo2 SPAS-12", snd="item_box_buckshot_ttt"},
  40. ttt_bo_spectre = {name = "bo2 Spectre", snd="item_ammo_smg1_ttt"},
  41. ttt_bo_stakeout = {name = "bo2 Stakeout", snd="item_box_buckshot_ttt"},
  42. ttt_bo_stoner63 = {name = "bo2 Stoner63", snd="item_ammo_ar_ttt"},
  43. ttt_bo_wa2000 = {name = "bo2 WA2000", snd="item_ammo_357_ttt"},
  44.  
  45. }
  46.  
  47. local mdls = {
  48. --black ops 2 weapons
  49. ttt_bo_m60 = "models/weapons/bo_m60/w_bo_m60.mdl",
  50. ttt_bo_ak47 = "models/weapons/bo_ak47/w_bo_ak47.mdl",
  51. ttt_bo_ak74u = "models/weapons/bo_ak74u/w_bo_ak74u.mdl",
  52. ttt_bo_asp = "models/weapons/bo_asp/w_bo_asp.mdl",
  53. ttt_bo_aug = "models/weapons/bo_aug/w_bo_aug.mdl",
  54. ttt_bo_commando = "models/weapons/commando/w_commando.mdl",
  55. ttt_bo_cz75auto = "models/weapons/bo_cz75/w_bo_cz75auto.mdl",
  56. ttt_bo_dragunov = "models/weapons/dragunov/w_dragunov.mdl",
  57. ttt_bo_enfield = "models/weapons/bo_enfield/w_bo_enfield.mdl",
  58. ttt_bo_fal = "models/weapons/bo_fal/w_bo_fal.mdl",
  59. ttt_bo_famas = "models/weapons/bo_famas/w_bo_famas.mdl",
  60. ttt_bo_g11 = "models/weapons/bo_g11/w_bo_g11.mdl",
  61. ttt_bo_galil = "models/weapons/bo_galil/w_bo_galil.mdl",
  62. ttt_bo_hk21 = "models/weapons/hk21/w_hk21.mdl",
  63. ttt_bo_kiparis_dw = "models/weapons/bo_kiparis_dw/w_bo_kiparis_dw.mdl",
  64. ttt_bo_l96a1 = "models/weapons/bo_l96a1/w_bo_l96a1.mdl",
  65. ttt_bo_m14 = "models/weapons/m14/w_m14.mdl",
  66. ttt_bo_m16 = "models/weapons/bo_m16/w_bo_m16.mdl",
  67. ttt_bo_m1911 = "models/weapons/m1911/w_m1911.mdl",
  68. ttt_bo_mac11 = "models/weapons/mac11/w_mac11.mdl",
  69. ttt_bo_makarov = "models/weapons/bo_makarov/w_bo_makarov.mdl",
  70. ttt_bo_mp5k = "models/weapons/mp5k/w_mp5k.mdl",
  71. ttt_bo_mpl = "models/weapons/mpl/w_mpl.mdl",
  72. ttt_bo_olympia = "models/weapons/olympia/w_olympia.mdl",
  73. ttt_bo_pm63 = "models/weapons/bo_pm63/w_bo_pm63.mdl",
  74. ttt_bo_rpk = "models/weapons/bo_rpk/w_bo_rpk.mdl",
  75. ttt_bo_spas12 = "models/weapons/bo_spas12/w_bo_spas12.mdl",
  76. ttt_bo_spectre = "models/weapons/bo_spectre/w_bo_spectre.mdl",
  77. ttt_bo_stakeout = "models/weapons/bo_stakeout/w_bo_stakeout.mdl",
  78. ttt_bo_stoner63 = "models/weapons/bo_stoner63/w_bo_stoner63.mdl",
  79. ttt_bo_wa2000 = "models/weapons/bo_wa2000/w_bo_wa2000.mdl",
  80. ttt_bo_python = "models/weapons/bo_python/w_bo_python.mdl",
  81.  
  82. --ar ammo box (right click to place ammo in weapon placer after you have selected the weapon)
  83. item_ammo_ar_ttt = "models/weapons/ar_ammobox/p_glo_wood_ammo_box03",
  84. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement