Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


unimportant

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    2
  1. I was able to get my server up and running after it seemed to be stuck in an initializing state before survivalservers applied any fix. First, I added the "Region" and "Language" properties to my serveradmin.xml. After a restart and an update, it was still stuck in initializing so I did an update/validate and when that was done it was working as normal. Hope this helps some of you.
  2. Does anyone know if there is a way to see a stream of the output_log.txt? I've been looking over the forums and wiki and have not yet found any info on this so I attempted to create my own solution by periodically retrieving the file via FTP but my hope here was I would be able to "resume" the file download if the file size changed. It seems like the FTP server is caching the response for the request to get file size or modified time so when my script attempts to resume but the file hasn't changed it will download the whole file again. This is not ideal as I'm sure survivalservers wouldn't mind if I avoid using more bandwidth than I need but I can make it work. Is there a better way?