I havent been able to use BERcon for a couple of days now. After patching to 95208, all my rcon disappeared
I havent been able to use BERcon for a couple of days now. After patching to 95208, all my rcon disappeared
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
Got it all sorted. I am still getting the same error with BEC. I also disabled the firewall and its not that.
Available Version. 1.46
Note. some things might not work with arma2oa 1.60
Spoiler:
Enjoy
"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.
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.
I just wanted to say thank you, great tool you have here. This is what separates servers from being overrun with cheaters.
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.
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.
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.
Error:
Schedule with job id=4 has a invalid file definedwhere being wrong?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>
Spoiler: