1. I created a server.cfg file and included the following script:

    server.description: "Welcome to Muir Survivalist & Co."
    server.headerimage: ""
    server.url: ""

    I added the file to the server>experimental>cfg folder

    This is all we see upon the server face page when loading Rust:

    "No server description has been provided."

    I'm stumped.
     
  2. You put that info into the bat file (startup script) and info between " must not be blank
     
  3. Wulf

    Wulf Community Admin

    It can go in the server.cfg, it just can't be in the .bat if you want to use the .cfg. The headerimage and url do not need to be set for the description to work (what this thread is about.)

    The load order is:
    1. .bat or .sh / command-line
    2. server.cfg
    3. serverauto.cfg (unchecked)
    @rrrank, make sure that "experimental" is actually your server.identity, otherwise you are creating the file in the wrong location.
     
  4. No point in leaving them blank and the headerimage will not show if in the server.cfg file I did test this on a live server and test one and it would not work this is why I find its best to put that in the bat file
     
  5. Wulf

    Wulf Community Admin

    I use the server.cfg for all of my settings, they work all fine there except for the "rcon." prefixed ones; you just can't set them in the .bat if you want the server.cfg entries for them to work. The OP asked about getting the description working, not for Resistance's way of doing things. ;) The server.cfg is there for this exact purpose, as everyone may not have access to their server's command-line setup or may not want to put everything into their startup script.

    @rrrank, I did just notice that you have : for each setting, those need to be removed for them to work.

    Valid:
    server.description "Welcome to Muir Survivalist & Co."

    Invalid:
    server.description: "Welcome to Muir Survivalist & Co."

    This would be the same for all other settings as well. Anything with spaces also needs to have quotation marks around the value.
     
  6. I never had them in the bat file only in the cfg file I did test it this was months ago and it bugged out for me and many dont use the cfg like myself I like the bat file for it all keeps it clean
     
  7. Wulf

    Wulf Community Admin

    Regardless, personal preference vs. solving the issue. The server.cfg does indeed work, so unsure what "bugged" about it for you unless it was formatted improperly or what I mentioned previously was done.
     
  8. It was not formatted wrong it just would not show the image but everything else worked
     
  9. SOLVED. Wulf, thank you! Very knowledgable.

    Resistance, I hope it worked for you, it worked for me. The load order seemed to matter as well as removing, ":"