Jump to content

Prevent Auto-/Exitsave


niston

Recommended Posts

I'm not sure about Exit Saves but for auto save I think you can use SetIniBool(): https://www.creationkit.com/fallout4/index.php?title=SetINIBool_-_Utility, and SetIniFloat(): https://www.creationkit.com/fallout4/index.php?title=SetINIFloat_-_Utility, to change these ini settings like so:


Utility.SetINIBool("bSaveOnPause:MAIN", 0)


Utility.SetINIBool("bSaveOnTravel:MAIN", 0)


Utility.SetINIBool("bSaveOnWait:MAIN", 0)


Utility.SetINIBool("bSaveOnRest:MAIN", 0)





Utility.SetINIFloat("fAutosaveEveryXMins:SaveGame", 10000.0) ;change back to 10 when wanting to save again.

Edited by dylbill
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...