Page 12 of 33 FirstFirst ... 2891011121314151622 ... LastLast
Results 111 to 120 of 321

  Click here to go to the first Developer post in this thread.  

Thread: B.E.C. "Battleye Extended Controls" - Admin Tool

  1. #111
    I havent been able to use BERcon for a couple of days now. After patching to 95208, all my rcon disappeared

  2. #112
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    Well you need to sort out your Battleye problems before i can help you with Bec.
    maybe you can try manually replace the Battleye dll files found on www.battleye.com

    -- BEC, Battleye Extended Controls --
    -- BEC Forum Thread --

    Spoiler:

  3. #113
    Got it all sorted. I am still getting the same error with BEC. I also disabled the firewall and its not that.

  4. #114
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread

    V 1.46

    Available Version. 1.46

    Note. some things might not work with arma2oa 1.60

    Spoiler:


    Enjoy

  5. #115
    "Your Config file has not a valid format"

    In my Config.cfg I only have the connection info not commented out.

    ################################################## ###
    #[Bec]
    Ip = xxx.xxx.xxx.xx
    Port = 2302
    BePath = C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\cfgdayz\BattlEye
    LogDir = c:\ServerTools\Bec\Log\BElog.log
    Admins = Admins.xml
    Commands = Commands.xml


    Any guidance is appreciated.

  6. #116
    This tool is awesome! i have it configured and working great manually, however, i can not get it to work using scheduled task or as a service. when installed as a service, it errors out with an untimely response (in less than 10 seconds though). when i try to run it as a scheduled task, it kicks of the task and then closes out of BEC.

    i am able to run the arma 2 server as a scheduled task, which is why i'm trying to run BEC as a scheduled task (as part of the same schedule). i can do scheduled restarts that way. does the BEC graphic that pops up when you first run the program need an interactive desktop?

    or how do i configure BEC as a service if you have successfully configured it as a service? i'll just set it to auto restart if i can do it that way.

  7. #117
    I just wanted to say thank you, great tool you have here. This is what separates servers from being overrun with cheaters.

    Quote Originally Posted by jackwhitter View Post
    This tool is awesome! i have it configured and working great manually, however, i can not get it to work using scheduled task or as a service. when installed as a service, it errors out with an untimely response (in less than 10 seconds though). when i try to run it as a scheduled task, it kicks of the task and then closes out of BEC.

    i am able to run the arma 2 server as a scheduled task, which is why i'm trying to run BEC as a scheduled task (as part of the same schedule). i can do scheduled restarts that way. does the BEC graphic that pops up when you first run the program need an interactive desktop?

    or how do i configure BEC as a service if you have successfully configured it as a service? i'll just set it to auto restart if i can do it that way.
    There's two ways you can go about this.. The easiest way is give BEC a service, then set it to restart on exit. Eventually it'll log itself in without issue. The next way to do it is combine it in your startup, take a look at r4z0r49's files.

  8. #118
    Quote Originally Posted by tynmanz View Post
    "Your Config file has not a valid format"

    In my Config.cfg I only have the connection info not commented out.

    ################################################## ###
    #[Bec]
    Ip = xxx.xxx.xxx.xx
    Port = 2302
    BePath = C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\cfgdayz\BattlEye
    LogDir = c:\ServerTools\Bec\Log\BElog.log
    Admins = Admins.xml
    Commands = Commands.xml


    Any guidance is appreciated.
    Hey folks just thot id finally jump in on a thread here as it seems no1 has come back to him.

    Your LogDir is wrong mate, it shoudl just be the dir not the file as BEC creates the files with timestamps etc so just change it to

    LogDir = c:\ServerTools\Bec\Log

    and all your logs will be created in that folder.

  9. #119
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    Sorry for late reply.

    but as XmarksTheScot sais. your LogDir is wrong. it should not be a file, but instead it should be a name. a name thats related to the server. Ie. LogDir = Dayz_XXX
    this will then create a dirctory in ..\Bec\Log\Dayz_XXX where all the logs related to that server is stored.


    Keep in mind that. if the server is running multiple server. LogDir can not have the Same name in them. do not do it like
    ______________
    conf1.cfg
    ...
    LogDir = bec

    ______________
    conf2.cfg
    ...
    LogDir = bec

    this will result in all servers to log to the same files. leading to problems and confusion.
    but rather do it like
    ______________
    conf1.cfg
    ...
    LogDir = bec1

    ______________
    conf2.cfg
    ...
    LogDir = bec2

    @ tynmanz you should also uncommint out #[Bec] . it needs to be [Bec], its a block section of the config
    Last edited by nuxil; Aug 8 2012 at 04:18.

  10. #120
    Error:

    Schedule with job id=4 has a invalid file defined
    Code:
    <!-- EXTERNAL COMMANDS -->
    	<job id="4">
    		<time>060025</time>
    		<day>1,2,3,4,5,6,7</day>
    		<loop>1</loop> 
    		<cmd>C:\Servidores\Combined Operations\arma 2 operation arrowhead\dayz_servers.bat</cmd>
    		<cmdtype>1</cmdtype>			
    	</job>
    where being wrong?

    Spoiler:

Page 12 of 33 FirstFirst ... 2891011121314151622 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •