Jump to content

Eien

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Eien

  1. take a note that the current work dir of the restart script is where your bec is located.

    so if you want the current workdir for your bat script to be where its located. you need to set it in the bat script.

    from reading the scheduler faq file i saw this,

       4 - Keep in mind that the CWD (Current Work Directory) your bat|cmd script or program will have is the same as your Bec install.

           Let say the path you have your Bec installed is at (C:\Tools\Bec).

           This is and will be the CWD of your script even if its located in C:\Scripts\Myfile.bat or some other place.

           

           Depending on your script and what it does, you might need to set a new work-dir by editing your script with something like:

           ::--------------------

           set NewCWD="C:\Scripts\"

           cd /d %NewCWD%

           

           do stuff

           ::--------------------

    this might be confusing for some people, espesially if they edit the script and mix up rel paths with abs pats and dont know the current workdir.

    this might be a case where it would fail to run the restart script properly i belive.

    This fixed my problem. Thanks

  2. in the config file are these options to tell how many missions at a time

    wai_hero_limit				= 2;
    wai_bandit_limit			= 2;
    wai_special_limit			= 1;
    

    in the above at one time you would have 2 hero  2 bandit and 1 special mission running possibly at a time

     

    Where do I find this? In my config file dayz_server\WAI\config.sqf theres no such lines

  3. I have installed DZAI and DZMS on my Epoch Chernarus map but all players can see a small red dots where the missions are going to spawn.

     

    As you can see below:

     

    http://imgur.com/FEJNDw0

     

    All those small red dots are where the missions are gonna show up.

     

    Also, I've seen in my server the missions spawning way too much, like 6 at the same time.

     

    Can you guys shed any light on this? I have tried searching to exaustion, but no luck.

     

    Thanks

  4. Hey Grave, awesome work!

     

    I cant get BEC to work with scheduler or the restart.bat included, and modifying it.

     

    BEC appears to simply ignore the cmd to run the restart.bat

     

    I have set this as a try and noyhing. It doesnt run.

     

    <job id='4'>
    <start>000240</start>
    <runtime>000000</runtime>
    <day>1,2,3,4,5,6,7</day>
    <loop>0</loop>
    <cmd>C:\PATH\restart.bat</cmd>
    <cmdtype>1</cmdtype>
     
               
    </job>
     
    What a I doing wrong? How can I get BEC to run the bat properly?
×
×
  • Create New...