Save and Load All Weapons Items and Stats
Allows you to save your entire loadout and load it in another run.
By mike9k1
CHANGELOG
Version 0.0.7b
- Fixed a bug that would prevent some saves from loading due to a duplicate "StatContainer" key
- Thanks to CartoonCorpze and Angelus01 for reporting the issue
- Switched to built-in JSON serializer on BepInEx version
- Mod no longer requires any additional dependencies and should now install correctly from mod managers such as r2mm or thunderstore app
Version 0.0.6b
- Fixed an issue where the Blood Magic or Dice weapons would prevent the mod from saving
- Thank you to Rikipalooza for helping to troubleshoot and identify the issue
Version 0.0.5b
- Converted mod to BepInEx 6
Version 0.0.4
- Optimized save method. Slightly reduced memory use
- Added support for multiple save slots 1 - 9 with added hotkeys
Version 0.0.3
- Mod will now automatically create a "SavedLoadouts" folder and corresponding files when saving in game
- Previous loadouts can now be loaded from saved files
Version 0.0.2
- Stats are no longer "frozen" after they're reloaded
- EXP, Inventory and Items HUDs now all update immediately after load
Version 0.0.1
- Initial upload