My server description wont save, I put it in my start.bat and serverauto.cfg and every restart it wipes it.
Solved Server.Description won't save
Discussion in 'Rust Discussion' started by ProfesorKush, Apr 26, 2018.
-
Wulf Community Admin
You'd want to set it in your start.bat or server.cfg, not serverauto.cfg.
-
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? -
Wulf Community Admin
-
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