Hi @Jakkee thanks for replying, I really want to turn off the auto save, because I have done tests and I think I have the solution to do a autosave with 0% lag. I have also been looking at rust ++ and although the autosave is there it is not possible to disable it. Any idea?just looked at the Rust++ Code and it doesn't look the AutoSave feature is even "Coded" in.
I mean the function is there but nothing sets off the timer to autosave.
It must be just the default auto save timer
You can add it to your commandline: save.autosavetime "amount" default is 600, 600 Seconds maybe?
Why do you need this turned off by the way?
@Jakkee save.autosavetime 999999999 (Max nine digits) ,Works perfectly thanksIn your command line do save.autosavetime 99999999999
I don't think rust++ saves the map, it saves friends list / share list etc
It is currently saved automatically as always ...Just wondering, How are you saving the server?
ConsoleSystem.Run("save.all", false);
RustPP.Helper.CreateSaves();