Save and Load All Weapons Items and Stats
Allows you to save your entire loadout and load it in another run.
By mike9k1
| Date uploaded | 9 months ago |
| Version | 0.0.4 |
| Download link | mike9k1-Save_and_Load_All_Weapons_Items_and_Stats-0.0.4.zip |
| Downloads | 151 |
| Dependency string | mike9k1-Save_and_Load_All_Weapons_Items_and_Stats-0.0.4 |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
This mod allows players to save all their Weapons, Tomes, Items, Stat Boosts, etc and load them later on.
Useful for high-tier (Tier 2 / Tier 3) runs where you like your loadout and don't want to spend more time back at Tier 1 when you can otherwise blast your way past the boss and get straight back to the Tier 2 / Tier 3 stages.
Simply press "U" while in-game to save your loadout. When you want to reload your previous loadout, press "L" while in-game.
v0.0.4+ adds support for multiple dedicated save slots 1-9 in addition to Slot 0 / Quicksave as described above.
To save to a dedicated save slot hold "U" and press 1-9. To load from a dedicated save slot hold "L" and press 1-9.
Ex: To save to slot 1, press "U + 1" at the same time. To load from slot 1, press "L + 1" at the same time.
Installation Instructions:
-
Download the mod
-
Install MelonLoader to Megabonk
-
Unzip and copy the enclosed "SaveLoadWeaponsItemsStats.dll" into <steamapps>\Megabonk\Mods
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