Advertisement
Ghostyyy

remotecontrol.txt

May 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. // A3Wasteland - createVehicle.txt BattlEye filters by AgentRev, JoSchaap, and k4n30
  2.  
  3. // Set everything to 1 if you are using Zeus
  4.  
  5. // Vehicles
  6.  
  7. 5 "^[BOI]_(?!\d)(T_)?(APC|Boat|Heli|Lifeboat|LSV|MBT|MRAP|Plane|Quadbike|SDV|Truck|U[AG]V|VTOL)(_|$)" !"_UAV_(AI|01)(_|$)" // Allows quadcopter
  8. 5 "^[BOI]_(?!\d)(T_)?([HG]MG|Mortar|static_A[AT])_" !"_(weapon|support)_" // Allows disassembly
  9.  
  10. // Ammo boxes
  11.  
  12. // 5 "^Box_"
  13. // 5 "^[CBOI]G?_(T_)?supplyCrate_"
  14. 5 "^([BOI]_)?CargoNet_"
  15. 5 "^B_Slingload_"
  16.  
  17. // Civilian & guerilla stuff
  18.  
  19. 5 "^C_" // Comment this line if you need to allow civilian units
  20. // 5 "^C_(Boat|Hatchback|Heli|Offroad|Plane|Quadbike|Rubberboat|Scooter|SUV|Van)(_|$)" // Uncomment this line if line above is commented
  21.  
  22. 5 "^[BOI]_[CG]_" // Comment this line if you need to allow guerilla units
  23. // 5 "^[BOI]_[CG]_(Boat|Heli|Mortar|Offroad|Plane|Quadbike|Van)_" // Uncomment this line if line above is commented
  24.  
  25. 5 "^B_(CTRG|GEN)_" // Comment this line if you need to allow CTRG or gendarmerie units
  26. // 5 "^B_(CTRG|GEN)_(LSV|Heli|Offroad)_" // Uncomment this line if line above is commented
  27.  
  28. // Buildings & objects (128-char limit between quotes)
  29.  
  30. 5 "^Land_" !"^Land_(BakedBeans|BarrelEmpty|BottlePlastic|Can(ister(Fuel|Oil))?|CashDesk|Ground_sheet|Money|Sleeping_bag|Suitcase|TentDome)_" !"^Land_(Rope)_" !"_(dam|ruins)_F$"!"^Land_(WaterPurificationTablets|VitaminBottle|PowderedMilk|PainKillers)_F"
  31.  
  32. // Game logic (comment these if it causes problems with some addons)
  33.  
  34. // 5 "^Lightning"
  35. // 5 "^Logic"
  36. // 5 "^Module"
  37.  
  38. // VR entities (blue/red/green/purple ghosts)
  39.  
  40. 5 "^[CBOI]_Soldier_VR_"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement