Author Topic: Faster Save Bricks  (Read 1810 times)

Sure there's a save bricks option you have on any server that's already pretty fast, but I still would like an add-on that adds a keybind to save the bricks of the server you're on that auto fills in the save title with the server name and if the title would already exist to increment it. Also, if saving bricks in the background (no GUI, just client chat messages for status) were doable, that would be great too.
« Last Edit: December 06, 2017, 12:12:07 AM by QuadStorm »

So I've made a function for this and have used it quite a bit, so I can actually make this an add-on myself ready to release with some finalizations and adding a keybind to it. All it does is saveBricks(%dir); with %dir being set using $ServerInfo::Name (without certain characters) and the getDateTime();. Additionally, it logs the server title and save time to text to preserve the original data since it might have been changed to make for an acceptable file name via getValidSaveName(%name).
« Last Edit: June 20, 2018, 07:05:13 PM by QuadStorm »