Page 11 of 32 FirstFirst ... 78910111213141521 ... LastLast
Results 101 to 110 of 318

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

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

  1. #101
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    and is your server using that battleye path then? no it does not!
    please check where -profiles or -bepath is pointing too.

    http://ibattle.org/install-and-configure/configure/#Bec
    Last edited by nuxil; Jul 16 2012 at 14:01.

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

    Spoiler:

  2. #102
    Quote Originally Posted by nuxil View Post
    yes i know. you have not spesified the config files also you failed to do what was adviced in the readme file.
    read the online documentation http://ibattle.org/install-and-configure
    if you must. read it 2-3 times.

    here is a screenshow of firedaemon
    But I have specified the config files. If you actually read my post you would see that I already have done that and have everything setup correctly on FireDaemon's side.

  3. #103
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    if you see this.

    ...
    ...

    Usage: Bec [options]

    Options:
    -h, --help show this help message and exit
    -f FILENAME, --file=FILENAME
    its usualy because one of two reason.

    1. you didnt spesify the -f argument
    2. you have misstyped the filename. Ie. -f server.cf instead of -f server.cfg
    Last edited by nuxil; Jul 17 2012 at 02:22.

  4. #104
    Yes, that is the message I am seeing. That message comes up in command prompt and it then closes about 5 seconds after appearing. This then loops infinitely.


    This is how my FireDaemon is setup for BEC.


    This is my config folder inside the BEC folder.

    As you can see I have specified the -f argument with correct filenames. Anything I might be missing?

  5. #105
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    hmm that is verry strange.
    it should work.

    maybe you have double extension names on the files in the config dir ??
    example its ConfigDayZ1.cfg.cfg intead of ConfigDayZ1.cfg same for all the other files.

    else i have no idea. it should work.
    what version of FD are you using??
    did you try disable the console appication checkbox . altho it should not matter.

    can you verify that it works in cmd.exe ??
    Last edited by nuxil; Jul 17 2012 at 03:14.

  6. #106
    Quote Originally Posted by nuxil View Post
    hmm that is verry strange.
    it should work.

    maybe you have double extension names on the files in the config dir ??
    example its ConfigDayZ1.cfg.cfg intead of ConfigDayZ1.cfg same for all the other files.

    else i have no idea. it should work.
    what version of FD are you using??
    did you try disable the console appication checkbox . altho it should not matter.

    can you verify that it works in cmd.exe ??
    Messed around some more with it and got it working correctly. Just doesn't connect to my servers correctly but that's not related to BEC and to something else entirely. Once I figure that out it should work fine.

  7. #107
    I am having an issue where it says it cannot connect to server. I have it running right in the directory where the server is and I have the program added to the firewall white list.

  8. #108
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    You should not have bec located in the same dir as the server. use something like c:\ArmaTools\Bec\

    Verify that you can login with BERcon to the server.
    If this fails, it because you have not setted up BE properly on the server.
    if you can login with BERcon. check the config settings for bec.

  9. #109
    Trying to make Bec autostart with ArmA2server.exe true a batch file does not want to work for me: with your suggestion i get no responce and if i use the method of the server.bat it will only load Bec after the server is shut down.:

    start "" ""C:\Program Files (x86)\Bohemia Interactive\BEC\Bec.exe" -f 2302.cfg"

    @echo off
    echo Starting: c:\program,,,,,,,,,,,,
    echo: c:\Program Files (x86)\bohemia interactive\bec\bec.exe
    echo From: C:\program files (x86)\bohemia interactive\bec
    echo With params: "-f 2309.cfg"
    cd /D "c:\program files (x86)\bohemia interactive\bec"
    "c:\program files (x86)\bohemia interactive\bec\Bec.exe" -f 2309.cfg"

    What am i doing wrong here? Note that: with the shortcut /targetline method Bec works fine!
    Last edited by larsiano; Jul 22 2012 at 01:24.

  10. #110
    Master Gunnery Sergeant nuxil's Avatar
    Join Date
    Mar 7 2007
    Location
    non
    Posts
    1,297
    Author of the Thread
    Not sure what was wrong with my example bat file.
    it should work.


    @echo off

    :: -------------------------------------------------------------------------------------
    :: Server Exe path
    set server="C:\Program Files (x86)\Steam\steamapps\common\arma 2\arma2oaserver.exe"

    :: Server cfg file.
    set cfg="-cfg=C:\Server-1\arma2oa.cfg"

    :: Server config file
    set config="-config=C:\Server-1\serveroa.cfg"

    :: Server profile directory
    set profiles="-profiles=C:\Server-1"

    :: Server port
    set port="-port=2302"

    :: Battleye custom path
    set bepath="-bepath=C:\Beconfig"

    :: Mods
    set mod="-mod=@somemod;@anothermod"

    :: Start the server..
    start "" %server% %cfg% %config% %profiles% %port% %bepath% %mod%



    :: Set path to bec and cd to this directory.
    set becpath="C:\ServerTools\Bec\"
    cd /d %becpath%

    :: start bec
    start "" "bec.exe" -f Server1.cfg

    :: -------------------------------------------------------------------------------------
    a little edited..
    Last edited by nuxil; Jul 22 2012 at 05:15.

Page 11 of 32 FirstFirst ... 78910111213141521 ... 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
  •