This is a powershell script that automatically backs up your quicksave in case it gets corrupted by a game crash.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Starfield seems to have its fair share of crashing issues. As that comes with a risk of damaging your save file, I made this quick PowerShell script to have it keep automatic backups of your quicksave while you are playing the game.
It will automatically create up to 4 backups of your quicksave and keep them updated as you play, so you always have the most recent 5 saves available. They are stored in your Starfield save directory (by default "C:\Users\$currentUser\Documents\My Games\Starfield\Saves") with the file type changed to .backup
How to use
Simply save the .ps1 file anywhere on your PC and right click and select ""Run with PowerShell". Make sure you have Windows PowerShell installed and activated if you do not have that option. The game needs to run for the script to work. The script will try to automatically find your Starfield save directory, but if it cannot find it, it will ask you to enter it instead. The script will exit automatically when you close the game.
How to restore a save from a backup
Close the game. Go to your save directory and remove the broken save file (it is named "Quicksave0_<some number>.sfs") and rename one of your backup files from "Quicksave0_<some number>.backup" into "Quicksave0_<some number>.sfs" Restart the game and load the save.
This is a very quickly made script, so there is always a chance something might not work as expected. Make a manual backup before you start using this and regularly check if everything works as expected.