1. Hello I am hosting a server through survivalservers.com and need to edit my server name through the AutoExec.cfg through FTP. However the only thing inside the AutoExec_default.cfg are these two lines of code. What would I do to set a server name through AutoExec_default.cfg and what could I do to change maxplayers through AutoExec_default.cfg if it is possible.

    Keep in mind I am hosting through survivalservers.com not on my own pc!

    Lines of code:

    quit 86400
    loadbalancerframebudget 100
     
  2. Wulf

    Wulf Community Admin

    The _default.cfg is just an example, it is never actually read by the server. You'd need to make a copy of that and name it autoexec.cfg, then add one command/setting per line just as you would via your startup script.
     
  3. I don't have a startup script because I am running through survivalservers.com could you elaborate on what I need to do?
     
  4. Wulf

    Wulf Community Admin

    I imagine they'd still have a command-line that they allow you to customize, otherwise try the steps I provided you above. You can see an example the one-per-line command usage in the existing autoexec_default.cfg file, you'd just need to do the same in autoexec.cfg and add what you'd like. You can see a list of available commands/settings here: Console Commands - Official Hurtworld Wiki.
     
  5. Last edited by a moderator: Dec 23, 2015
  6. Wulf

    Wulf Community Admin

    Yup, that should be it! You can change it there, or you can change it using the autoexec.cfg file.
     
  7. Sweet thanks, sorry for asking so many questions, but what would I type in the commandline to change it?
     
  8. Wulf

    Wulf Community Admin

    servername "your server name"
     
  9. And I separate each command with ; correct?
     
  10. Wulf

    Wulf Community Admin

    Yup, that's it!