SaveMyMap

Moved

Total Downloads: 1,319 - First Release: Sep 2, 2016 - Last Update: Jul 5, 2018

5/5, 7 likes
  1. Hey, I love this plugin so much but for some strange reason it takes 477489ms to load on server start up wich is like 7 min? If there is a way to fix this I would love to know :)
    Code:
    Calling 'OnSaveLoad' on 'SaveMyMap v1.2.1' took 477489ms [GARBAGE COLLECT]
     
  2. Looks more like you had any strange file loading issue... How big was/is your save-file plz? :p
     
  3. I think I fixed it XD Another question, though, how do I make it so it doesn't auto save and only saves when I do the save my map command or does it have to be auto??
     
  4. set saveInterval to a day ;)
     
  5. But will it not then just save the map every day? I want it so it will only save by me saving it? or is that not possible
     
  6. Fujikura updated SaveMyMap with a new update entry:

    1.2.2

     
  7. This happend after Oxide update this morning

    [Error] Error while compiling: SaveMyMap.cs(313,87): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `connection' and no extension method `connection' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?

    Halp!


    Ignore all that, It was a long day xD
     
    Last edited by a moderator: Apr 29, 2017
  8. so im trying to get 1 server copied to another is this possible to copy a whole map and place it on a different ftp ? if so what protocol should i take
     
  9. A huge thank-you to you Fujikura for making and releasing this plugin. I found this plugin when moving to new IP and an unwanted wipe occurred at the very worst moment. The server wouldn't load the backup I had made, but SaveMyMap did. Thanks a zillion, this plugin is awesome!
     
  10. Exactly for these cases it was also made...I use it after every forced-wipe to restore my craggy-island testing environment.
     
  11. On my server host there isn't a saves folder but there's a backup folder. Will it still work? I think I need to wipe my server tonight and I really would like to not loose all the server traffic because of it. Got a really weird error happening and I think a wipe is what I'll need to do to fix it. And possibly find a new host. 2nd time in under a week something seriously wrong has happened to my server.

    Edit. Nevermind. I found it. I was looking in the main area.
     
    Last edited by a moderator: Oct 10, 2017
  12. When the server is forcefully wiped, is it possible to save your current map before the wipe? @Fujikura
     
  13. You save anyway before you shutdown...mostly....
    This is the most cases a default save point, not a custom one.
     
  14. Hi, i have saved whit the console command smm.save my map in my server hosted locally, now how i can reload that save in the new generated map after a wipe of Rust? Because i setted on true this string "allowOutOfDateSaves": false but now i don't know how reload the save of old map in the new.
     
  15. Fujikura updated SaveMyMap with a new update entry:

    1.3.0

     
  16. Fujikura updated SaveMyMap with a new update entry:

    1.3.1

     
  17. Fujikura updated SaveMyMap with a new update entry:

    1.3.2

     
  18. @Fujikura You literally saved my server with this plugin, Rust update hit at 5AM and no one was online to reboot it with Oxide, so more than 20,000 entities decayed and disappeared in that 7 hours, and with this plugin I was able to roll it back to 6AM. THANK YOU SO MUCH FOR THIS. You're the best. :)
     
  19. Does this plugin saves players inventory and their belongings too? Like what cupboard players own and doors can be opened?
    And can I save everything before a force wipe to keep everything and load it again after the force wipe?
     
  20. The plugin does mainly extend only the already inbuilt "server.save" mechanism.
    Therefore it does save all what ususally gets saved.
    [DOUBLEPOST=1514991893][/DOUBLEPOST]
    Code:
        "allowOutOfDateSaves": true,
        "enableLoadOverride": true,
    These set values should do this.