

Automatically backups your character save and Spike's inventory on game load, quit and every 4 minutes.
Up to 15 saves are stored. You can configure both the number of saves stored and the automatic save interval in BepInEx/config/Marioalexsan.AutoSaver.cfg.
You can also configure the mod to trigger autosaving whenever the map instance changes.
If you have EasySettings, then Autosaver will provide UI options for configuring some of the settings in its mod menu.
To fix save corruptions:
ATLYSS/Marioalexsan_AutoSaver/Characters/{CHARACTER_NAME}_slot{SLOT_INDEX}, where CHARACTER_NAME is your character's name in ATLYSS, and SLOT_INDEX is the character slot (from 0 to 5)
ATLYSS/Marioalexsan_AutoSaver/Characters/{CHARACTER_NAME}ATLYSS_Data/profileCollections and replace atl_characterProfile_{X} with that file, where X is the slot you want it to go in, from 0 to 5 (atl_characterProfile_0 is the first slot)ATLYSS/Marioalexsan_AutoSaver/Characters/Chip_slot0/_latest -> ATLYSS_Data/profileCollections/atl_characterProfile_0 (overwriting previous corrupt file if needed)To fix item bank corruption:
ATLYSS/Marioalexsan_AutoSaver/ItemBank/ATLYSS_Data/profileCollectionsatl_itemBank with itemBank_0, atl_itemBank_01 with itemBank_1, atl_itemBank_02 with itemBank_2, etc.ATLYSS/Marioalexsan_AutoSaver/ItemBank/_latest/itemBank_0 -> ATLYSS_Data/profileCollections/atl_itemBank (overwriting previous corrupt file if needed)ATLYSS/Marioalexsan_AutoSaver/ItemBank/_latest/itemBank_1 -> ATLYSS_Data/profileCollections/atl_itemBank_01 (overwriting previous corrupt file if needed)ATLYSS/Marioalexsan_AutoSaver/ItemBank/_latest/itemBank_2 -> ATLYSS_Data/profileCollections/atl_itemBank_02 (overwriting previous corrupt file if needed)This mod version targets ATLYSS v1.6.2b. It also has experimental support for the public test branch (version 2.0.5d).
The mod has compatibility with the following mods:
MoreBankTabs_itemBank_{X}, where X is the extra slot.Compatibility with other game versions is not guaranteed, especially for updates with major changes.