Page MenuHomeFeedback Tracker

connectTerminalToUAV cursorTarget ends in BattlEye remotexec kick restriction
New, WishlistPublic

Description

I'm trying to connect as an Civilian, West, East, Independent or whatever faction to my UAV. But always im aiming at my uav and click on the button ends in a battleye remoteexec kick. And i don't know how to whitelist the function because battleye shows me only this error:

14.08.2015 19:58:01: Ray Amano Donovan[L] (xxx.xxx.xxx.xxx:xxxx) xxxxxxxxxxxxx - #0 ""

Details

Legacy ID
2439022268
Severity
None
Resolution
Open
Reproducibility
Always
Category
BattlEye
Steps To Reproduce
  1. This is my remoteexec.txt for my battleye setup:

5 "" !="removeBackpack this; removeAllWeapons this;"

  1. use any multiplayer mission with enabled battleye and the above remotexec.txt configuration
  2. create this addaction function ( example as an civilian because they having no uav operators )

player addAction["<t color='#0000FF'>connect to UAV</t>",{createVehicleCrew cursorTarget; player connectTerminalToUAV cursorTarget;},false,90,false,false,"",'!isNull cursorTarget && alive cursorTarget && (player distance cursorTarget) < 6 && (typeOf cursorTarget == "B_UAV_02_F") && (!isUAVConnected cursorTarget) && ("B_UavTerminal" in (assignedItems player)) ' ];

  1. spawn your empty greyhawk drone
  2. target your drone
  3. klick on your addaction function
  4. enjoy your kick

Event Timeline

snajdanKBS set Category to BattlEye.
snajdanKBS set Reproducibility to Always.
snajdanKBS set Severity to None.
snajdanKBS set Resolution to Open.
snajdanKBS set Legacy ID to 2439022268.May 8 2016, 12:31 PM