You are viewing a potentially older version of this package. View all versions.
mike9k1-Save_and_Load_All_Weapons_Items_and_Stats-0.0.7 icon

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.7
Download link mike9k1-Save_and_Load_All_Weapons_Items_and_Stats-0.0.7.zip
Downloads 3157
Dependency string mike9k1-Save_and_Load_All_Weapons_Items_and_Stats-0.0.7

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.738 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.738

README

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.

This is the BepInEx version. MelonLoader version is available here

Installation Instructions:

  1. Download the mod

  2. Install BepInEx 6 to Megabonk

  3. Unzip and copy the enclosed "SaveLoadWeaponsItemsStats.dll" into <steamapps>\Megabonk\BepInEx\plugins

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