Jump to content

BEC for Arma3


Rippie

Recommended Posts

  • 1 year later...
  • 11 months later...

first you need to rename BEC with after created...

 

@echo off

set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

cd "%BEC_LOCATION%"

ren BEC.exe BEC_%ThisService_ServiceId%.exe

 

then make a new script for after started with...

 

@echo off

set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

cd "%BEC_LOCATION%"

start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

 

and for restart BEC have this...

 

@echo off

taskkill /F /IM BEC_%ThisService_ServiceId%.exe

set BEC_LOCATION="%ThisService_WorkingDirectory%\BEC"

cd "%BEC_LOCATION%"

start BEC_%ThisService_ServiceId%.exe -f config.cfg --dsc

 

Hope this helps guys its how i have it in my cfg's and they don't let me down.

Link to comment
Share on other sites

  • 3 years later...

Battleye Extended Controls or "BEC" for short is an optional extension for ArmA 2 Operation Arrowhead/Combines Operations and ArmA 3 Dedicated Servers on Windows, which also have Battleye activated. BEC gives you easy access to many Battleye features, including various in-game chat events. In BEC itself, administrators can also be set and named via GUID in order to gain access to Battleye functions in the game, you can find a list of commands below (OR CLICK HERE). Until recently, BEC also had the option of sending bans to a central database to ban players on all servers that also use BEC, but this function no longer exists since the project was discontinued. tellculvers com survey taco bell breakfast hours

Edited by ranzysur
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use