Search results

  1. B

    BEC crashing server after couple restarts

    The arma2OA server exe does crash sometimes on shutdown. Some people integrate a line into their startup batch so that once it closes another line will actually kill the process. you could use something like taskkill /im arma2oaserver.exe If you have more than one server running on the same...
  2. B

    Bliss forums closing

    Ayan4m1 the main dev for Bliss hive has announced here that he will be closing the Bliss forums. He has suggested that users move over here, which should be agreat step towards consolidating the community. I was thinking that to help with tis transition we should probably add a Bliss section...
  3. B

    Namalsk Vehicle table for bliss

    Thanks man. The Bliss forums are closing? EDIT: just saw the post over there from ayan4m1. Nice to see we'll be consolidating over here anyway. I just hope he freezes them for a while so we have time to pull anything useful out of there over here just like you did :)
  4. B

    Namalsk Help

    make sure you are calling the right mission file from your dayz hive confg file. Also check your logs to see if there is a database connection issue. Both can cause that issue.
  5. B

    Namalsk Help

    I think you may have the wrong mods listed in your server startup batch maybe? Try removing @dayz
  6. B

    How to make a server auto restart

    The problem might be that there are spaces in your BE path. sometimes batch files have problems with stuff like that
  7. B

    How to make a server auto restart

    then I don't know
  8. B

    How to make a server auto restart

    Fix your BE path in your BEC config point it to wherever your BEServer.dll file is
  9. B

    How to make a server auto restart

    @echo off echo Starting MySQL database. Please wait 5-10 seconds. start /MIN /D.\MySQL\ MySQL.bat ping 127.0.0.1 -n 15 >NUL .\MySQL\cecho {0A} OK.{07} echo. echo. echo. echo Executing spawn script... .\MySQL\bin\mysql --user=root --password=root --host=127.0.0.1 --port=3316 --database=hivemind...
  10. B

    How to make a server auto restart

    sounds like you have your BE path wrong. As for adding it to your server.bat just add "start dayzbec.bat" before the executable.
  11. B

    How to make a server auto restart

    Yes. This is the example config file... You will want to uncomment some of the lines like this Yes
  12. B

    How to make a server auto restart

    You are missing the "[BEC]". It should be like this [BEC] Ip = 127.0.0.1 Port = 2302 BePath = C:\ArmA 2 Server\BattlEye LogDir = Server1 Admins = Admins.xml Commands = Commands.xml Scheduler = scheduler.xml You'll want to uncomment the [Misc] section as well I think.
  13. B

    How to make a server auto restart

    Oh I think the example config file has "#[BEC]" by default. You wanna remove "#" from the [] lines I think. Saw this thread on it here.
  14. B

    How to make a server auto restart

    Did you make a config file? You can find information on it here. BEC comes with an example config file you can rename.
  15. B

    How to make a server auto restart

    The first code section in my last post IS a dayz startup. You'd have to adjust it for your use of course.
  16. B

    How to make a server auto restart

    You can install it anywhere you want. I just put it in my Arma2OA directory and then I have it launched by the same batch that starts the server. Here's my server startup batch, you can see in the second line I call the BEC startup perl db_spawn_vehicles.pl --password 123456 --name...
  17. B

    How to make a server auto restart

    You can use the BEC (Battleye Extended Controls) scheduler system. You can find more information about it here. This is the one I use, it is set up to reboot the server every five hours. Rather than being set for specific times of the day it is just a countdown timer from when the server...
  18. B

    Spawn in the road/ground

    Apparently some actions that put the player into an animation may fix it as well, like applying a bandage or something.
  19. B

    how to use two database on the same server?

    It is probably easier to just have 2 databases on the same sql server but different names. No reason to use different ports for them. I have used this method with both bliss and antirocket based hives without issue.
  20. B

    DayZThirsk: Download And Install Instructions

    dammit. With this and Namalsk out now I'm not going to have enough time to play Dishonored and X-Com this weekend. What a tough life I lead :p Thanks for the hard work man. Can't wait to try it out tonight!
Back
Top