Solved Server doesn't save

Discussion in 'Rust Discussion' started by Max Gao, Apr 2, 2015.

  1. Hi

    I have built up the rust server with Oxide 2 on my localhost, everything is working. But I find that if I close the server, the current game will not be saved. Can anyone help me on this issue?
    [DOUBLEPOST=1427929519][/DOUBLEPOST]and may .bat file is here
    @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.password "123" +server.hostname "My Oxide Server" +server.identity "my_server_identity" +server.maxplayers 100 +server.saveinterval 3600 -logFile "log.txt"
     
  2. "quit"
    before closing the game
     
  3. sure, I will try it.thx
    [DOUBLEPOST=1427929912][/DOUBLEPOST]The cmd works. thx