Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

ryahn

DayZ Supporter
  • Content Count

    665
  • Joined

  • Last visited

Everything posted by ryahn

  1. I can do either or. If you have skype, look at my profile and add me
  2. I can teamviewer you if you like and help you set it up
  3. I am making an adjustment. I made a mistake when doing this This Needs to be I have uploaded the new install
  4. I have now made an installer for the system. It also now makes its own log directories. We are now at 1.34
  5. e_e Yes the server has to be running in order for BEC to work
  6. Your IP should be the IP of which everyone connects to. Also with -1 being enabled on the chats, it means to disable them. I have included mine to help compare # Config file for Bec. # Enable/disable a parameter by Comment/Uncomment it with a # # You can also delete all parameters that are not in use. # If you are unsure how to configure this file read the online docs. # http://ibattle.org/install-and-configure/ #Replace the exe file [Bec] Ip = XXXXX Port = 2302 BePath = C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\cfgdayz\BattlEye LogDir = XXXX Admins = Admins.xml Commands = Commands.xml ## Optional ## [Misc] #AsciiNickOnly = True AsciiChatOnly = True #IgnoreChars = £æøå ServerExeName = arma2oaserver.exe NickFilterFile = BadNames.txt #WordFilterFile = BadWords.txt Warnings = 3 Color = 0a #Timeout = 40 #FloodControl = 6 #KickLobbyIdlers = 300 Scheduler = Scheduler.xml #MaxPlayerNameLength = 18 #DisallowPlayerNameChars = [](){}<>/\^¨|§!"'#¤%&@£$€ ## Optional ## -1 is same as disabled #[ChatRestriction] #Global = -1 #Side = -1 #Group = -1 #Vehicle = -1 #Command = -1 #Commander = -1 #Direct = -1 ## Optional ## [Reporter] User = iReporter Password = XXXXXXX
  7. You need to make sure the pid=-pid=C:\tools\pid path is created. If neither of the folders are made, it wont work. Not in the cfg. Its in the start up parameters. Like -ip, -port etc I am currently building an installer to install the files and create the folders
  8. Where it shows You will need to make sure you have the folders setup to that location. Do not make the text file as this is created by the server when its running. To configure it to auto restart, you will use BEC. You will need to setup the scheduler.xml Here is part of mine <?xml version="1.0"?> <Scheduler> <!-- *** INTERNAL COMMANDS *** --> <!-- Show text ingame after 10 min with loop enabled --> <job id="1"> <time>000600</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Server restarts every day at 1AM, 7AM, 1PM and 7PM</cmd> <cmdtype>0</cmdtype> </job> <!-- Restart/Log Rotation 1AM--> <job id="4"> <time>01:00</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>C:\tools\servertools.exe</cmd> <cmdtype>1</cmdtype> </job> <!-- Restart/Log Rotation 7AM--> <job id="5"> <time>07:00</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>C:\tools\servertools.exe</cmd> <cmdtype>1</cmdtype> </job> <!-- Restart/Log Rotation 1PM--> <job id="6"> <time>13:00</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>C:\tools\servertools.exe</cmd> <cmdtype>1</cmdtype> </job> <!-- Restart/Log Rotation 7PM--> <job id="7"> <time>19:00</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>C:\tools\servertools.exe</cmd> <cmdtype>1</cmdtype> </job> </scheduler> The job id="#" must be in order. Mine isnt as shown, as I am just showing examples of it.
  9. You cant really rollback a server. Everything is saved to a database called the hive. You can try restarting the mission by using reassign or #restart
  10. Currently working on make the crash part of the script more versatile in detecting on when the server crashes.
  11. This thread is not for bashing, support or general griping of HFB. This is only to answer questions pertaining to this load balancing. All HFB customers who are located in the Atlanta, Chicago and Seattle data centers. We are currently load balancing the servers located to allow even better performance. If your server shows UNKNOWN, Suspended or Error, this is why. You may still put in a support ticket to have it double checked. Also on another note, the MOTD intervals not saving has been fixed and should be updating to what is set. Again, there will be no bashing, griping or support given in this thread. Its only purpose is to give general info and an update to current customers.
  12. I am not releasing the source code. The only reason why it would be picked up as a possible virus is because it uses the taskkill and start commands in batch.
  13. Its weird. Its running fine on both of my servers. I have my server.cfg set to regular and it reflects it in game. Is your server using the new or old difficulty file?
  14. This is for log rotations. Your profile is set for when the server runs. The profile is set here
  15. The profile is usually set to cfgdayz. This will set the folders inside as follows Users\cfgdayz. There should be no need to set it any further than cfgdayz. If you want to change the name of where it saves, you just need to change -name=SE6 or whatever
  16. It sounds like that yes. I will have to look into it. Also updated the tool to include cpu priority v1.33 Also could you submit that to the issue tracker? http://code.google.c...gma/issues/list You need to remove the forward slash from \cfgdayz\users\cfgdayz. So it should look like cfgdayz\users\cfgdayz The system is setup to CD to the directory that your arma 2 oa is installed in.
  17. Server is currently updating. Installing latest beta and hive
  18. I can add a setting to where you can change it to what process priority it runs at. Should this just be for the tools or for dayz server or both?
  19. Yes. I have made a few changes to the config file to make a little more friendly. Instead of just show cpu=4 it has now changed to cpu=-cpuCount=4 If anyone needs help with setting anything up, let me know
  20. I will go ahead an add this right now. I will post when I have it doen
  21. The pid folder you will have to create where you point the pid parameter to. Once it runs, it will create a pid.txt that heartbeat.exe will check for. This same file is also used to pull the PID number to kill that specific process. I have plans to be able to have this run with multiple servers. I have also made it to where BEC can be ran multiple times.
  22. For some reason, I cannot start my server without using a batch file. I am using my own server tool to start it but I am running into the issue where it says it cannot connect. Funny thing is though, it will connect to with the batch file
×