Save Tweaks (SFSE)
Possible tweaks:
– Restrict saving when PC is in combat and vice versa.
– Restrict saving when PC is waiting on a furniture and vice versa.
– Restrict saving when PC is exterior and vice versa.
– Restrict saving when PC is in space and vice versa.
– Restrict saving when PC is on a spaceship and vice versa.
– Restrict saving when PC is below certain health threshold.
Please note that plugin checks for saving conditions on the top of vanilla checks meaning that you won’t be able to save with this plugin where you’re not supposed to in vanilla game.
This plugin works for all types of saves (Quicksave, Manual saves, Autosaves).
Future plans:
-Add option to restrict saving based on a time threshold between saves(need to wait for SFSE update for this one)
-Differentiate between player’s spaceship and a space station.
Requirements:
SFSE
Installation:
Unpack the archive to your Starfield folder.
Installation path should look like “Starfield\Data\SFSE\Plugins\SaveTweaks.dll”
INI file:
After first launch plugin creates an INI file at following path – “Data\SFSE\Plugins\SaveTweaks.ini”
If you are using MO2 – it will be here – “MO2\overwrite\SFSE\Plugins\SaveTweaks.ini”
In INI file you could specify:
iDisableSaveInCombat(0-2)
-Set to 1 to restrict saving when PC is in combat
-Set to 2 to restrict saving when PC is NOT in combat
iDisableSaveWhenNotSitting(0-2)
-Set to 1 to restrict saving when PC is waiting on a furniture
-Set to 2 to restrict saving when PC is NOT waiting on a furniture
iDisableSaveInExteriors(0-2)
-Set to 1 to restrict saving when PC is exterior
-Set to 2 to restrict saving when PC is interior
iDisableSaveInSpace(0-2)
-Set to 1 to restrict saving when PC is in space
-Set to 2 to restrict saving when PC is NOT in space
iDisableWhenNotTheShip(0-2)
-Set to 1 to restrict saving when PC is on a spaceship
Set to 2 to restrict saving when PC is NOT on a spaceship
iDisableSavingWhenBelowHealthThreshold(0-1)
-Set to 1 to restrict saving when PC is below certain health threshold.
iDisableSavingWhenBelowHealthThreshold(1-99)
-Health threeshold in % below which saving is not allowed.
bDebugMode (0/1)
Will enable\disable debug mode. Use only for debugging, disabled by default. Log is located at My Games\Starfield\SFSE\Logs\SaveTweaks.log