Is there anyway...?

Started by the_pretzel2, November 27, 2013, 04:26:17 AM

Previous topic - Next topic
to make the save data go to a Flashdrive?

Saved data automatically go to a subdirectory of the user's directory (see FileTools::get_base_write_dir()).

But from your Lua scripts, you can use the regular Lua file API to manipulate savegame files. Open the savegame file with sol.file.open() and then just copy its content wherever you want.