Solved How to use autocfg?

Discussion in 'Hurtworld Discussion' started by Enclave, Dec 30, 2015.

  1. What exactly do I type into autocfg, could someone upload a sample one?
     
  2. This is what I have in mine:

    Code:
    host 12871 (Specifies what port the server should use)
    maxplayers 60 (Specifies player-capacity on the server)
    servername <insert servername>
    addadmin <insert SteamID64>
    autowipe 0 (Specifies that the server should never wipe)
    autobackupinterval 7200 (Specifies how often a backup of your savefile should be made. It is in seconds, 7200 = 2 hours)
    loadbalancerframebudget 100 (Don't know what this is. It was in the file when it was made)
    quit 86000 (Specifies how often the server should restart. 86000 = almost 24 hours - 86400 = 24 hours, but due to a bit of desync/hangtime, it will restart later than that, so I set it to 86000 to get as close to 24 hours as possible)
    Please note, I believe "quit" only restarts the server if you have Oxide installed. Wulf might correct me on this though.

    You can also check out this for more commands:
    Hurtworld Server Setup Guide + Commands

    I think there are more than this, but I haven't been able to find them myself.