Jump to content

jarjarbinque

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by jarjarbinque


  1. @Nuxil thank you for answer

    Here is my file .bat :

    taskkill /IM arma3server2.exe /F

    taskkill /IM bec.exe /F

    timeout 10

    set server="C:\Users\......\............\Serveur_2\arma3server2.exe"

    set ip="46.105.36.168"

    set world="Stratis"

    set cpuCount="-cpucount=4"

    set maxMem="-maxMem=4096"

    set exThreads="-exThreads=7"

    set cfg="-cfg=C:\Users\...........\..............\Serveur_2\cfgdayz2\basic.cfg"

    set config="-config=C:\Users\..........\.............\Serveur_2\cfgdayz2\server.cfg"

    set profiles="-profiles=C:\Users\..........\............\Serveur_2\cfgdayz2\Users"

    set port="-port=2322"

    set bepath="-bepath=C:\Users\...........\.............\Serveur_2\BattlEye"

    set mod="-mod=@hive;@............."

    start "" %server% %ip% %world% %mod% %cpuCount% %maxMem% %exThreads% %cfg% %config% %profiles% %port%

    timeout 25

    :: start bec

    set becpath="C:\Users\...........\.............\Bec"

    cd /d %becpath%

    start "" "Bec.exe" -f Config.cfg

    if I disable BattlEye in server.cfg, I is not the same problem (which is normal), but the server does not cut it. but as soon as I turn BattlEye, the server shuts him to launch BEC. This is not the first time that I use. Bat to start my server but I do not understand. :o(

    Thank you for the info on FireDaemon, I'll watch operation ;o)

×