Force Save File
You can force the selected file to save to storage drive.
How saving works
Saving is a heavy process on the storage device, especially for big files. To improve performance, saving and loading is held by a list which contains all the saved objects
When exiting the game, the USAL automatically saves the file to storage
When to force save
Since saving may lag the game for a moment, it's best to save in one of the following situations:
At the end of a mission
At a checkpoint
When in pause screen
How to force save
SaveAndLoad.SaveAll(string key);
Last modified: 20 October 2023