Doesn't save?

Discussion in 'Rust Discussion' started by LucUrlings, Jul 15, 2015.

  1. Hi guys,
    I've got a problem. i've made a rust dedicated server and runned it perfectly fine.
    But yesterday I've shut down the server because I wanted to change the name.
    After done that I've started this morning the server again and everything was gone.
    How is this possible and how can i fix it? because i'ts already the second time this happened.
     
  2. Just simply type server.save before force close...
    Also you can set save interval(dont remember the command)
     
  3. server.saveinterval
    If you are using Oxide after "quit" command server will save world automatically.
     
  4. I always do that, but even then he doesnt save the world somethimes, or he doesnt load it when i start the server again
     
  5. To change the name of your server type in console: server.hostname "New_Name"
    Don't need to shutdown/restart your server!
    Before i restart/shutdown my server i type:
    server.writeconfig
    save.all
    ...Or you can start your server as PaiN mentioned with server.saveinterval 300 (number of seconds ... 300 = 5min)
     
  6. Thanks, i'm gonna try it!