TheVault
The Vault 3 — per-character vault, encrypted saves, HUD, auto-deposit, shop and inventory vault integration, Custom tab & mod API.
| Date uploaded | 3 months ago |
| Version | 3.0.2 |
| Download link | AzraelGodKing-TheVault-3.0.2.zip |
| Downloads | 29 |
| Dependency string | AzraelGodKing-TheVault-3.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
The Vault
Sun Haven vault mod (per-character encrypted vault, IMGUI vault + HUD, auto-deposit, shop hooks). Released version: 3.0.2.
Installation
- Install BepInEx 5.x for Sun Haven.
- Install this package with r2modman / Thunderstore Mod Manager, or unzip into your game folder so both DLLs end up in the same mod folder under
BepInEx/plugins/(the manager usually creates something likeBepInEx/plugins/AzraelGodKing-TheVault/). - Ship both
TheVault.dllandTheVault.Abstractions.dlltogether—the abstractions assembly must sit next to the main plugin.
Usage
- Ctrl+V or F8: open/close vault UI
- F7: toggle HUD
- Debug inspector (all currencies / Debug tab): enable
[The Vault] FullVaultInspectorinBepInEx/config/com.azraelgodking.havendevtools.cfg, or Haven Dev Tools (F11) → Azrael's Mods → The Vault.
Vault save data
Routine updates aim not to wipe your vault. If a build cannot keep compatibility, maintainers publish a clear warning at the top of the GitHub README, in Thunderstore/Nexus text, the changelog (what to back up), and an in-game / log notice when needed — see TheVault/SAVE_COMPATIBILITY.md in the repo.
For mod authors
Reference TheVault.Abstractions.dll and use TheVault.Modding.VaultModApiBridge.Instance after the vault is ready. Full details: repository README.