1. My server description wont save, I put it in my start.bat and serverauto.cfg and every restart it wipes it.
     
  2. Wulf

    Wulf Community Admin

    You'd want to set it in your start.bat or server.cfg, not serverauto.cfg.
     
  3. I have my server.description set in the server.cfg file and serverauto.cfg, server starts perfectly.
    But if you use the server.writecfg, on restarting the server, the following is seen in the console output
    (10:52:23) | server.description: "No server description has been provided."
    (10:52:23) | server.url: ""
    (10:52:23) | server.headerimage: ""

    It appears any time you use the server.writecfg command it wipes out the serverauto.cfg contents except for some default values.
    Looks like the server is looking in the serverauto.cfg for the info and not the server.cfg.

    Thought it may have been and outdated Oxide install, but have been able to reproduce it on a vanilla server..

    Anyone have a fix?
     
  4. Wulf

    Wulf Community Admin

    None of those commands or settings are related to Oxide. I would recommend using server.cfg though, not serverauto.cfg.
     
  5. Resolved the issue by putting a server.cfg in each <server identity> folder.
    Still confused as to the function of the serverauto.cfg...
    I assume it gets read after the server.cfg file