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

domistyle

Members
  • Content Count

    661
  • Joined

  • Last visited

Everything posted by domistyle

  1. domistyle

    Server FPS Problems O_o

    What are your specs?
  2. domistyle

    Server FPS Problems O_o

    It happens if the server didn't restart for a long time. The loot and dead bodies will be all over the place after a while. Every server should restart all 3-6 hours to keep the fps up.
  3. Nah, I am fine. Stopped development of Whitelister a while ago. I only use a private MySQL version for myself now.
  4. This is an error related to a old version of BattleNET. I suggest you update the library used in Anti-Hax to the newest version.
  5. There currently is not but expect a fix with v0.9.1. Should come out in a few days.
  6. It's simple. Just create a new shortcut to DaRT and attach the parameters from above to it. You can do this by going to the settings of the shortcut and attach the parameters under target after DaRT.exe. The alternative is to create a .bat file in the same folder as DaRT and put the above code in it. When you execute the shortcut or the bat file it will execute the script you specified with the settings you chose. I will take a look at the crash. Thanks for reporting.
  7. Try to do a remote connection: Open the ingame server browser and click on Remote. Then enter your IP and port. If you can't find it that way there could be a problem with your configuration.
  8. You can use a single command or a script. Just add a shortcut to DaRT or use a batch file. To execute a single command: DaRT.exe -ip="127.0.0.1" -port="2302" -password="password" -command="say -1 This is a test from DaRT console mode =)" -output="output.txt" -close -ip: Specify your server ip address here -port: Specify your server port here -password: Your port -command: The command you want to execute -output: If you want to save the output to a file, add it here. You can use this to read the player list or similar. -close: Will close the window after executing the file. If you do not add this parameter it will wait for you to quit. To execute a script: DaRT.exe -ip="127.0.0.1" -port="2302" -password="password" -script="script.txt" -output="output.txt" -loop="0" -close -script:Path to your script file -loop: Loop mode (-1 = Infinite loop, 0 = Don't loop, 1 = Loop 1 time, 2 = Loop 2 times and so on) Instead of using the -command parameter you use the -script parameter here. After that you create a file in the same folder as your DaRT.exe name it script.txt. In the script.txt you can specify whatever you want to do with it. After that just start the shortcut/batch file and the command/commands will get executed. Tell me if you need any help. Did you set your password in beserver.cfg? The password in your server.cfg is not your RCon password!
  9. DaRT v0.9 is out. Check first post for download and changelog or download it here. http://forum.swisscraft.eu/DaRT/DaRT.zip
  10. This sounds like a simple query will do the job. This will remove all tents from the database which were not used for 2 weeks. Make sure to stop the server before executing it. This will show you all the tents: This deletes them: This only works if your server is based on Bliss. I didn't test it. So use the upper query first and check the dates. You don't need to remove any survivors.
  11. domistyle

    Instance ID - How long take it?

    I would appreciate it too if I could put our server back online. No, I don't want a private server.
  12. Hunt the Bunny! Click here for more infos and registration. Since a few weeks we are preparing our Bounty Hunt event and we are doing the first event on 09/02/2013. You are more than welcome to register on the page above. All the rules, goals and information you need are on the page as well as frequently asked questions. If you still have questions feel free to ask me here. In order to register you will need to provide your Name, GUID and Player ID on the website above. Registrations after the event started will only be possible if slots are left. If more than 40 people want to register we will push it up to 50 slots. edit: First event is over. Thanks to everyone who participated, it was alot of fun. We will do another one on Chernarus when we go enough time for it.
  13. Did you execute the DaRT.exe? Are you streaming logs via RCon?
  14. domistyle

    Find duplicate users?

    You can also use DaRT for this. http://dayzmod.com/forum/index.php?/topic/68933-dart-a-lightweight-dayz-rcon-tool-v081-27012013/ It will save every player to the player database. Just search for the GUID you want to check and it will show you all the names the user ever was online with. You have to have DaRT running while the players are ingame so they get added to the player database though.
  15. You can easily fix this by parsing your ban/player list and checking it for problems. For example check if the GUID has a length of 32 as you would expect it. Check if the IP is a IP and the ban duration is a number or perm. Or check if the line starts with something it can't. If it does just request it again and repeat the same procedure. That's what DaRT does and so far I didn't see a single mangled list.
  16. I'm fine with it, just wanted to point it out. Happy to see that more people do it actually. :)
  17. I finally got enough time to include automated messages in DaRT. I even took it a little bit further and included a little script language into DaRT which enables you to do schedulers like with BEC but via RCon and with more options. Beside that DaRT can also execute 1 single command via parameters if you don't want to fiddle with the scripts. You also have the possibility to loop scripts so it either loops a few times or forever. You can see a example script below and what it can do. Feedback and feature requests are welcome. For people having problem with the if part: if %p > 19:exec=#lock:exec=#unlock That should make reading it easier. Basically it is: if requirement:then:else else is optional of course.
  18. Seems familiar... http://dayzmod.com/forum/index.php?/topic/121863-hunt-the-bunny-a-dayz-bounty-hunt-09022013-at-1700-cet/ ;)
  19. Is there anybody in range for the chat to get sent to the server? Do you stream any log files via RCon? Still investigating why some messages get delayed. I will take a closer look at it for the next update, it worked the last time I checked it though. I wasn't able to recreate this issue, do you do anything special in order to cause this?
  20. domistyle

    DayZ server administration guide

    Remeber that only global chat gets transmitted to the server all the time. All the other channels have a range limit. That means direct, side and vehicle chat only get sent to the server (and displayed in DaRT) if there is someone else in range to read it. If anyone is in range or you are using global chat you will see it in DaRT and any other RCon applications.
  21. DaRT does update all of the logs. So it will add to All and Chat at once. Atleast it does for me and it should. I am still working on chat colors for the next version, pretty much done now. Just need to grab the correct color values from all the chat types to make it look a little bit better. Should be done by friday. Any other wishes for the color? Currently only the "Chat" tab is colored.
  22. Could you try again with this version of DaRT? http://forum.swisscraft.eu/DaRT/DaRT_debug.zip
  23. Could you try it with BERCon? Where is the server hosted?
  24. Does it work with BERCon? Are you using Gotcha or are you streaming many logs via RCon? Do you access the server from a bad internet connection? Is the server overloaded?
×