Skip to content

Commit

Permalink
Update BE filters for Contact DLC
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentRev committed Oct 14, 2019
1 parent 4b9e5a8 commit 704b07a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified A3W_config.zip
Binary file not shown.
Binary file modified A3W_extDB3_pack.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions BattlEye/createVehicle.txt
Expand Up @@ -5,7 +5,7 @@

// Vehicles

5 "^[BOI]_(?!\d)(T_)?(AFV|APC|Heli|(Life)?Boat|LSV|LT|MBT|MRAP|Plane|Quadbike|SDV|Truck|U[AG]V|VTOL)(_|$)" !"_UAV_(AI|01|06)(_|$)" // Allows quadcopter
5 "^[BOI]_(?!\d)(T_)?(AFV|APC|Heli|(Life)?Boat|LSV|LT|MBT|MRAP|Plane|Quadbike|SDV|Truck|U[AG]V|VTOL)(_|$)" !"_UAV_(AI|01|06)(_|$)" !"_UGV_02_" // Allows drone assembly
5 "^[BOI]_(?!\d)(T_)?([HG]MG|Mortar|static_A[AT])_" !"_(weapon|support)_" // Allows disassembly

// Ammo boxes
Expand All @@ -18,10 +18,10 @@
// Civilian & guerilla stuff

5 "^C_" !"_UAV_(AI|01|06)(_|$)" // Comment this line if you need to allow civilian units
// 5 "^C_(IDAP_)?(Hatchback|Heli|Offroad|Plane|Quadbike|(Rubber)?Boat|Scooter|SUV|UGV|Van)(_|$)" // Uncomment this line if line above is commented
// 5 "^C_(IDAP_)?(Hatchback|Heli|Offroad|Plane|Quadbike|(Rubber)?Boat|Scooter|SUV|Tractor|Van)(_|$)" // Uncomment this line if line above is commented

5 "^[BOI]_[CG]_" // Comment this line if you need to allow guerilla units
// 5 "^[BOI]_[CG]_(Boat|Heli|Mortar|Offroad|Plane|Quadbike|Van)_" // Uncomment this line if line above is commented
5 "^[BOI]_[CEGR]_" // Comment this line if you need to allow guerilla units
// 5 "^[BOI]_[CEGR]_(Boat|Heli|Mortar|Offroad|Plane|Quadbike|Van)_" // Uncomment this line if line above is commented

5 "^B_(CTRG|GEN)_" // Comment this line if you need to allow CTRG or gendarmerie units
// 5 "^B_(CTRG|GEN)_(LSV|Heli|Offroad|Van)_" // Uncomment this line if line above is commented
Expand Down

0 comments on commit 704b07a

Please sign in to comment.