Module save_bundle

Source

Structs§

SaveBundle
Represents a REPO Save directory (official or backup) A save bundle contains a .es3 save file of the same name as the bundle folder and optionally other backups of the .es3 file.

Enums§

SaveBundleError

Functions§

extract_save_bundles
Given a path to a directory as a string, extract a Vector of SaveBundle objects.
read_save_file
Read a save file by decrypting it and deserializing the JSON.