Author Topic: Script_Autosave v2 || Easily save your build without pressing Save!  (Read 5649 times)

With this mod, you can save your build without pressing Save as mentioned in the title. This comes with RTB preferences support, so there are a few things you can modify

Note: This doesn't work for dedicated YET, dedicated support will come in the future. You may/may not need to require RTB to use this

RTB Preferences
  • Enabled - Should Autosave run?
  • Save Tick - The loop time for autosave. This goes in seconds, so you don't have to put any millisecond value
  • Notify - Should Autosave send a chat message to the server when it autosaved?
  • Save name - The name/directory of your save. It automatically starts in the saves folder. Also there is no need to put .bls at the end



Download

Changelog
  • v1: Release
  • v2: Breaks the loop when server is left
« Last Edit: July 16, 2013, 03:10:06 PM by PurpleMetro »


Is this a re-upload of the old one that still tries specifying the map the build was saved on making a mess?

Is this a re-upload of the old one that still tries specifying the map the build was saved on making a mess?
?

there was already a mod like this but it was broken in v21

Is this a re-upload of the old one that still tries specifying the map the build was saved on making a mess?
why would you think this

Is this a re-upload of the old one that still tries specifying the map the build was saved on making a mess?

I made this myself personally because I usually have problems with my PC shutting down randomly when I'm building on Blockland, so I quickly made an autosave script from scratch, then released it to the public I guess

why would you think this

Because all old versions are horribly broken after the removal of maps.
And it would he terrible if a copy was being re-distributed..

I made this myself personally because I usually have problems with my PC shutting down randomly when I'm building on Blockland, so I quickly made an autosave script from scratch, then released it to the public I guess

Ah, okay.
Good work.

It doesn't save. and I think I know why.
From console: <input> (0): Unable to find function saveBricks

So uhm, yeah.

EDIT: saveBricks doesn't work on dedicated servers, and neither does this add-on.
« Last Edit: May 18, 2013, 08:14:27 PM by Subpixel »

I used this with back up save. Now i have 1000 something backup saves because. I love this add-on though. Thats just a warning to every one else


I used this with back up save. Now i have 1000 something backup saves because. I love this add-on though. Thats just a warning to every one else
you bumped a broken two-month old add-on
gj

you bumped a broken two-month old add-on
gj
doesn't work on dedicated servers =/= broken, lol

function autosave { $autosave = schedule(300000, 0, autosave); saveBricks("autosave", 1, 1, 1); }
I don't know if that's how you actually use saveBricks, but anyway...

Oh god, I'm late. I didn't notice this got bumped.

I used this with back up save. Now i have 1000 something backup saves because. I love this add-on though. Thats just a warning to every one else

Weird. I get backup saves and I reset my PC long time ago, so I don't have this add-on downloaded.

Thank goood

:P

you bumped a broken two-month old add-on
gj

What do you mean "broken"? It still works -.-

function autosave { $autosave = schedule(300000, 0, autosave); saveBricks("autosave", 1, 1, 1); }
I don't know if that's how you actually use saveBricks, but anyway...

Thanks for trying to sum it up in one line, Sherlock, but I made it user-friendly, and easy to use.