You are viewing a potentially older version of this package. View all versions.
AzraelGodKing-TheVault-3.0.1 icon

TheVault

The Vault 3 — per-character vault, encrypted saves, HUD, auto-deposit, shop/door hooks, Custom tab & mod API.

Date uploaded 3 months ago
Version 3.0.1
Download link AzraelGodKing-TheVault-3.0.1.zip
Downloads 29
Dependency string AzraelGodKing-TheVault-3.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

The Vault

Sun Haven vault mod (per-character encrypted vault, IMGUI vault + HUD, auto-deposit, shop hooks). Released version: 3.0.0.

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 like BepInEx/plugins/AzraelGodKing-TheVault/).
  • Ship both TheVault.dll and TheVault.Abstractions.dll together—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] FullVaultInspector in BepInEx/config/com.azraelgodking.havendevtools.cfg, or Haven Dev Tools (F11) → Azrael's ModsThe 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.

Links