Author Topic: AutoSave  (Read 508 times)

God damnit, I worked for an hour and then disconnected without saving
Can there be an autosave that detects new bricks and adds them to a QuickSave slot every few minutes?

Well its seems you rely a bit too much on your autosaver. ALWAYS save before disconnecting.

Anyways, I'm sure there is an autosaver in which you can change the frequency of which it saves, keeping in mind that big save files will freeze the game for a moment

part of the tricky thing about this (though honestly it's not that tricky) is that you have to write your own server-sided saving functionality to do this, since saving is handled on the client side in the vanilla game. unless you're asking for a client-sided mod

of course it's all very doable with a moderate degree of ease and i'm actually certain that it already exists