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.
Solved Server description not being set (invalid characters in cfg)
Discussion in 'Rust Discussion' started by rrrank, May 24, 2018.
-
You put that info into the bat file (startup script) and info between " must not be blank
-
Wulf Community Admin
The load order is:
- .bat or .sh / command-line
- server.cfg
- serverauto.cfg (unchecked)
-
-
Wulf Community Admin
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. -
-
Wulf Community Admin
-
-
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, ":"