I'm just dorking around with a Rust server for me and some friends, and I've got it all working with Oxide and some plugins.
Except there is no server config file.
I've tried server.writecfg, and it says it writes, but everytime I restart the server the hostname and playercount, etc go back to the default values.
How can I fix this?
Here is my startup:
RustDedicated.exe -batchmode +server.port 28015 -cfg bwl.cfg +rcon.port 28016 +rcon.password "OMITTED" +server.maxplayers 24 -load
Sorry, you need to Log In to post a reply to this thread.