sethduda / AdvancedUrbanRappelling

Advanced Urban Rappelling (Arma 3)
https://forums.bistudio.com/topic/192925-advanced-urban-rappelling
23 stars 17 forks source link

BattlEye Kick: CreateVehicle Restriction #1 #7

Open TheMagpieNinja opened 8 years ago

TheMagpieNinja commented 8 years ago

Basically as the title says,

In CreateVehicle.log

#1 "B_static_AA_F" 3:11 [4263,22436,156]
#1 "B_static_AA_F" 4:11 [4254,22441,155]

Here's my CreateVehicle.txt

// Vehicles

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

// Ammo boxes

5 "^Box_"
5 "^[CBOI]G?_(T_)?supplyCrate_"
5 "^([BOI]_)?CargoNet_"
5 "^B_Slingload_"

// Civilian & guerilla stuff

5 "^C_" // Comment this line if you need to allow civilian units
// 5 "^C_(Boat|Hatchback|Heli|Offroad|Plane|Quadbike|Rubberboat|Scooter|SUV|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 "^B_(CTRG|GEN)_" // Comment this line if you need to allow CTRG or gendarmerie units
// 5 "^B_(CTRG|GEN)_(LSV|Heli|Offroad)_" // Uncomment this line if line above is commented

// Buildings & objects (128-char limit between quotes)

5 "^Land_" !"^Land_(BakedBeans|BarrelEmpty|BottlePlastic|Can(ister(Fuel|Oil))?|CashDesk|Ground_sheet|Money|Sleeping_bag|Suitcase|TentDome)_" !"^Land_(Rope)_" !"_(dam|ruins)_F$"

// Game logic (comment these if it causes problems with some addons)

5 "^Lightning"
5 "^Logic"
5 "^Module"

// VR entities (blue/red/green/purple ghosts)

5 "^[CBOI]_Soldier_VR_"
RogueAus commented 8 years ago

filters are easy, please try and sort this out yourself as I know duda shouldnt have to worry about small things like these

http://www.exilemod.com/topic/74-how-to-battleye-filters-do-it-yourself/